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
DynamoRIO was originally designed to run all program under DR all the time, so all the signal will go through the master signal handler for handling.
To support a process partially running under DR and partially running natively, we need adjust the signal handler to handle the case when a signal is delivered during the native execution.
From [email protected] on August 05, 2013 12:37:39
DynamoRIO was originally designed to run all program under DR all the time, so all the signal will go through the master signal handler for handling.
To support a process partially running under DR and partially running natively, we need adjust the signal handler to handle the case when a signal is delivered during the native execution.
Currently, it probably will cause assertion.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1242
The text was updated successfully, but these errors were encountered: