-
Notifications
You must be signed in to change notification settings - Fork 99
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
A simple program involving BTreeSet
runs out of memory
#705
Comments
This got fixed by f088f9c, in particular the switch to use |
Reopening: with e4851c1, memory usage exceeds 20 GB with an unwind of 3. With an unwind of 2, it finishes in a few minutes, but an unwinding assertion fails. |
The changes in #1676 make an unwinding 2 terminate in 2.4 seconds (with the expected unwinding failure). An unwinding of 3 takes 3.1 seconds, no more unwinding failures. |
These are struct- and union expressions, or possible empty_union_exprt. Creating constant_exprt resulted in a segmentation fault in simplifying member expressions, as witnessed when working on model-checking/kani#705.
These are struct- and union expressions, or possible empty_union_exprt. Creating constant_exprt resulted in a segmentation fault in simplifying member expressions, as witnessed when working on model-checking/kani#705.
I tried this code:
using the following command line invocation:
with RMC version:
8de5cd67609
CBMC memory usage went up to 20GB after 1 minute and reached ~30 GB shortly after.
The text was updated successfully, but these errors were encountered: