-
These tests seem to be full of obscure pointer aliasing things. Do we plan to submit these to sv-benchmarks as well? Or is there undefined behavior in some?
It would be very interesting to know how…
-
SV-COMP and BenchExec can give the task time limit to the tool. Goblint doesn't use this information and just keeps running after the BenchExec soft time limit until it is killed at the hard time limi…
-
I had the following in the opam package files in the current directory:
```console
simmo@goblint-new:/mnt/goblint-svcomp/sv-comp/goblint-clean/goblint$ grep ppxlib goblint.opam
"ppxlib" {>= "0.…
-
If you have or know about any (also BSc/Msc theses), please add them.
I'll add the recent SV-COMP tool papers.
-
### Description
Right now, all of the comp related variables have to be enabled separately. If there was a single command which would automatically turn all of them all, itd be easier for the server …
-
In `c/pthread/fib_safe-5.i` from #1356, we produce an unsound invariant. Opening the HTML view to see globals reveals that they somehow have all integer domains enabled:
> base:priv:unprotected:cur →…
-
I started looking into allowing our SV-COMP valid-memtrack analysis to still consider one-past-end pointers to track memory for the rule change: https://gitlab.com/sosy-lab/sv-comp/bench-defs/-/merge_…
-
SV-Comp results showed a couple of issues that we are having in ESBMC. This issue will just serve as a tracker (specific issues should be opened).
- Can't construct rvalue reference to array type d…
-
SV-COMP has a new SoftwareSystems subcategory where we cannot parse any of the programs. For example:
```console
$ ./goblint --conf conf/svcomp25.json --sets ana.specification ../sv-benchmarks/c/pro…
-
@rafaelsamenezes: could you please list the branches where you have the fixes for sv-comp 2023?
@mikhailramalho : Can I ask whether you have pushed all your fixes from SV-COMP into the master?