in reply to Perl Deep Recursion locks up modern linuxes?
What happens if you turn off safe signals: set PERL_SIGNALS=unsafe?
If that allows ^C to interrupt the recursion; you then need to look at what has changed in the kernel that affects that difference in code path.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl Deep Recursion locks up modern linuxes?
by vsespb (Chaplain) on Oct 09, 2016 at 17:08 UTC | |
Re^2: Perl Deep Recursion locks up modern linuxes?
by vsespb (Chaplain) on Oct 09, 2016 at 17:02 UTC | |
by BrowserUk (Patriarch) on Oct 09, 2016 at 17:14 UTC |