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
Currently there seems to be several bugs in the signal disable feature which is used to debug programs without epoch injection. There are a few places in signal.rs where the epoch pointer is derefenced but isn't exlcuded by the feature. Let's fix this up to make debugging multi-process programs more efficient.