in reply to Re^3: Setting signal handlers considered unsafe?
in thread Setting signal handlers considered unsafe?
Is it possible that your system is not running with safe/deferred signals (environment variable PERL_SIGNALS set to "unsafe")?
No. Rather not. All my perl binaries are distribution-provided (perl -V | grep -i sig only returns hint=recommended, useposix=true, d_sigaction=define) and I don't have anything containing 'PERL' in my environment either. The plot thickens... ;)
|
|---|