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
The trace_invariants state is not kept per-thread, so it is possible this arose b/c of thread interleaving. I'm addressing that as part of better testing for #4274.
Improves the robustness of the trace_invariants test by shifting the
various tracked state to be per-thread and per-nested-signal, avoiding
incorrect results from thread interleavings or nested signals.
This presumably explains past flakiness like #4575.
Fixes#4575
Improves the robustness of the trace_invariants test by shifting the
various tracked state to be per-thread and per-nested-signal, avoiding
incorrect results from thread interleavings or nested signals.
This presumably explains past flakiness like #4575.
Fixes#4575
32-bit tool.drcachesim.invariants failed once:
https://github.com/DynamoRIO/dynamorio/runs/1481340663
The text was updated successfully, but these errors were encountered: