Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal handling in hybrid execution #1242

Open
derekbruening opened this issue Nov 28, 2014 · 4 comments
Open

Signal handling in hybrid execution #1242

derekbruening opened this issue Nov 28, 2014 · 4 comments

Comments

@derekbruening
Copy link
Contributor

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

@derekbruening
Copy link
Contributor Author

From [email protected] on August 05, 2013 10:14:00

xref issue #1234

@derekbruening
Copy link
Contributor Author

From [email protected] on October 08, 2013 10:25:36

Owner: [email protected]

@derekbruening
Copy link
Contributor Author

From [email protected] on October 08, 2013 10:25:43

Issue 1249 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

This should perhaps be merged with #1921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant