Skip to content
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

Fix witness enter sync map when caller state changes #1462

Merged
merged 4 commits into from
May 27, 2024
Merged

Conversation

sim642
Copy link
Member

@sim642 sim642 commented May 14, 2024

Closes #1453.
Turns out this had nothing to do with abortUnless emitting an event from combine_env (where the crash came from).

Rather, it was caused by abortUnless's enter returning false as the caller state (for combine_env), rather than ctx.local. The witness lifter assumed it to always be ctx.local.
abortUnless might be the only analysis which uses this aspect of enter, which is why this never occurred before.

TODO

@sim642 sim642 added this to the SV-COMP 2025 milestone May 14, 2024
@sim642 sim642 self-assigned this May 14, 2024
This was referenced May 14, 2024
@sim642 sim642 marked this pull request as ready for review May 17, 2024 10:43
@sim642 sim642 added the pr-dependency Depends or builds on another PR, which should be merged before label May 17, 2024
@sim642 sim642 removed the pr-dependency Depends or builds on another PR, which should be merged before label May 27, 2024
@sim642 sim642 merged commit add7a7a into master May 27, 2024
19 of 21 checks passed
@sim642 sim642 deleted the issue-1453 branch May 27, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Witness generation crashes in combine_env with abortUnless analysis
2 participants