-
Notifications
You must be signed in to change notification settings - Fork 55
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
Symbiotic missing an error #248
Comments
Hi, how do you run Symbiotic? For me, it finds both the assertions:
|
Ok that's interesting because I also invoke symbiotic without any options: --- Error trace --- Error: ASSERTION FAIL: C != n --- Sequence of non-deterministic values [function:file:line:col] --- __VERIFIER_nondet_int:test.c:8:11 := len 4 bytes, [0xe8|0x3|2 times 0x0] (i32: 1000) Error found. However in the outputs I see that I use newer versions of Symbiotic/LLVM, so maybe that's the reason? |
Dear all,
I found that symbiotic misses the second assertion violation for the following C-Program: test.zip.
One can verify that the second assertion is indeed violated for concrete input C=-1.
I am working with symbiotic version 9.0.0.
Best regards,
Andrea
The text was updated successfully, but these errors were encountered: