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
It's an unusual app, of course (it's a simplified case of something I was doing to investigate a perhaps unrelated DynarmoRIO bug), but it's not immediately obvious to me what aspect of this program might be causing DynamoRIO to get confused. If I knew that I might be able to work around this (suspected) bug and get back to investigating the first (suspected) bug.
The non-debug build gives me:
<Application /tmp/a.out (2993970). Cannot correctly handle received signal 11 in thread 2993970: multiple native handlers.>
The text was updated successfully, but these errors were encountered:
A simple example to demonstrate the problem (if it is a problem):
This calls
clone
with the statedflags
and all other arguments zero, and the child callsexit
.Natively this works as expected with this output under
strace
:Under DynamoRIO (a98db8f) I get:
In fact,
whereami
seems to beDR_WHERE_FCACHE
.It's an unusual app, of course (it's a simplified case of something I was doing to investigate a perhaps unrelated DynarmoRIO bug), but it's not immediately obvious to me what aspect of this program might be causing DynamoRIO to get confused. If I knew that I might be able to work around this (suspected) bug and get back to investigating the first (suspected) bug.
The non-debug build gives me:
The text was updated successfully, but these errors were encountered: