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
One thing that occurred to me while reviewing the PR is -- should we have something protecting `handle_posix_signal_impl` so that it can't get called multiple times in the same process?
Afaik if a thread is handling a signal (e.g. SIGSEGV), no other SIGSEGVs can be delivered. But I... don't think that applies to other threads in the same process.
Afaik if a thread is handling a signal (e.g.
SIGSEGV
), no other SIGSEGVs can be delivered. But I... don't think that applies to other threads in the same process.May be worth giving it a try?
Originally posted by @ivoanjo in #297 (comment)
The text was updated successfully, but these errors were encountered: