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

make recording pending signals re-entrant #194

Open
derekbruening opened this issue Nov 27, 2014 · 0 comments
Open

make recording pending signals re-entrant #194

derekbruening opened this issue Nov 27, 2014 · 0 comments

Comments

@derekbruening
Copy link
Contributor

From derek.br...@gmail.com on August 11, 2009 01:18:30

We no longer block SUSPEND_SIGNAL (issue #184) or SIGSEGV (issue #193).
But we can have re-entrancy issues in this routine if the app uses the same
SUSPEND_SIGNAL, or the nested SIGSEGV needs to be sent to the app. The
latter shouldn't happen unless the app sends SIGSEGV via SYS_kill().
To avoid re-entrant execution of special_heap_alloc() and of
prepending to the pending list we just drop this signal.
This Issue covers supporting re-entrant recording.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=194

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