-
Notifications
You must be signed in to change notification settings - Fork 273
Trace production with JSON UI segfaults #1065
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
Comments
@smowton Is there anything for QA to do here ? |
Hmm, I can't immediately find the originally failing test case for this. Perhaps @mgudemann has one? |
@smowton @mgudemann How do we reproduce the conditions that caused this bug ? Is there an existing test case for this ? |
Looks like the test case is added here: https://github.com/diffblue/cbmc/pull/1066/files |
Fixed |
@smowton @jgwilson42 I do not have the ability to close this |
@sara-db please could you close this? |
This happens in the test-gen-support branch when trying to simplify an index-expression with a pointer-offset expression in the index operand. The cause is a misunderstanding of
pointer_offset_exprt
here (https://github.com/diffblue/cbmc/blob/test-gen-support/src/goto-programs/json_goto_trace.cpp#L26)-- the transformation simply discarding pointer_offset_exprt(constant) is not correct. Fix coming up.The text was updated successfully, but these errors were encountered: