Fix var_eq from keeping equalities with pointers to globals#143
Fix var_eq from keeping equalities with pointers to globals#143
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).