You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
If I run this with ./genmc <filename> -dump-error-graph="foo" I reach a segfault.
Accessing the global non-atomic variable in the thread is apparently causing this.
The text was updated successfully, but these errors were encountered:
Code Sample
Problem description
If I run this with
./genmc <filename> -dump-error-graph="foo"
I reach a segfault.Accessing the global non-atomic variable in the thread is apparently causing this.
The text was updated successfully, but these errors were encountered: