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
When I ported Self VM to NetBSD and FreeBSD one kludge I had to not use SA_RESTART like linux does. I didn't have time to figure out what was wrong, I might have messed up elsewhere in the Self code (cf. setAsyncIfFail and friends).
When I ported Self VM to NetBSD and FreeBSD one kludge I had to not use
SA_RESTART
like linux does. I didn't have time to figure out what was wrong, I might have messed up elsewhere in the Self code (cf.setAsyncIfFail
and friends).self/vm/src/unix/os/sig_unix.hh
Lines 47 to 52 in fcbb0d4
This also most likely has implications for
InterruptedContext::in_system_trap
b/c thepc
will not be pointing to the trap instruction, but past it.This is a reminder that this issue needs further investigation.
The text was updated successfully, but these errors were encountered: