-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfault on typecheck #17
Comments
works on |
Do these work with 4.2? |
it does not occur with the 4.2 binaries My guess is that with these SMV files converted from aiger, there is a stack overflow problem. Every state-bit and every node has it own identifier and This seems to be what
valgrind seems to have this opinion, too
I re-tested all
which also fails for So the problem seems to be optimized away or at least much less problematic with optimization. I'd say we do the top-sort eventually in |
I added a topological sort in diffblue/cbmc#1089, when adding a depth counter to |
I retested this on current EBMC with an increased value for this leads to the following error
|
For some of the SMV models converted from Aiger format, EBMC fails with sefgault which typechecking.
The example is from http://www.cprover.org/ebmc/download/AIG_SMV_08.tar.gz
aig.zip
The text was updated successfully, but these errors were encountered: