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
<rank order violation shared_itimer_lock(recursive)@third_party/dynamorio/trunk/core/unix/signal.c:1496 acquired after innermost_lock(mutex)@third_party/dynamorio/trunk/core/utils.c:223 in tid:1d767>
<press enter to continue>
innermost_lock is grabbed inside various process lock handling routines (debug-only) so an alarm that arrives there could hit this. Maybe we should check and drop the signal if this happens?
We do not expect any problems in release build.
The text was updated successfully, but these errors were encountered:
To handle a thread exiting on attach, adds a timeout to wait_event() and
its corresponding implementations: os_wait_event() on Windows and
ksynch_wait() on UNIX. Uses the timeout to check whether a thread exited,
and if so, to move on.
Augments the test from #2600 to test this race.
Fixes#2061
innermost_lock is grabbed inside various process lock handling routines (debug-only) so an alarm that arrives there could hit this. Maybe we should check and drop the signal if this happens?
We do not expect any problems in release build.
The text was updated successfully, but these errors were encountered: