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
Dropping support for -no_intercept_all_signals and removing the option would simplify some of the signal-handling code. I do not think we'll ever go back to not intercepting all signals. Xref #2311 where we may want to reduce emulation for the signal mask, but I don't think we'd want to or be able to reduce emulation of signal handling/delivery.
The text was updated successfully, but these errors were encountered:
--intercept_all_signals is the default. We always want to intercept all
signals. --no_intercept_all_signals requires extra code to support, and
the support is problematic, eg, is racy.
Since we don't use --no_intercept_all_signals any more, remove the option.
Fixes#5261
Dropping support for -no_intercept_all_signals and removing the option would simplify some of the signal-handling code. I do not think we'll ever go back to not intercepting all signals. Xref #2311 where we may want to reduce emulation for the signal mask, but I don't think we'd want to or be able to reduce emulation of signal handling/delivery.
The text was updated successfully, but these errors were encountered: