DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.62k stars 557 forks source link

asynch signal arrives when in client callout: no bound on delivery #717

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From bruen...@google.com on April 04, 2012 11:44:07

DR only unlinks when can identify the fragment: else it assumes in DR and so will see pending flag in dispatch. one solution is to store the fragment prior to any clean call but we should search for a more performant solution.

(all the code on identifying dstack and looking for ntdll code, etc. is for native threads for suspend-all)

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

derekbruening commented 9 years ago

From bruen...@google.com on February 22, 2013 10:38:27

xref issue #1087