-
Notifications
You must be signed in to change notification settings - Fork 84
Fix var_eq from keeping equalities with pointers to globals #143
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
Conversation
|
The original pthread-driver-races/char_generic_nvram_read_nvram_write_nvram.i has following in the global invariant:
In both of the minimized versions I've committed here, the
|
We don't have early globals on in |
|
But the 29/20 I committed should then behave the same way, by starting out single threaded as well, but for whatever reason it doesn't. |
True, that is indeed strange! I'll take a look maybe, I can see what's going on. |
|
If you add |
|
I think we can merge this now |
Of course, thanks for noticing that! I now remember fixing a similar thing in a previous regression test. It's so annoying though that due to |
See #141 (comment).