Could you please show a Short, Self-Contained, Correct Example that reproduces the issue?
Update: I haven't been able to get this to coredump yet:
use warnings; use strict; my $run=1; $SIG{INT} = sub { print "INT\n"; $run=0 }; $SIG{TSTP} = sub { print "TSTP\n"; kill 'STOP', $$ }; sleep 1 while $run;
In reply to Re: Suspending after catching TSTP
by haukex
in thread Suspending after catching TSTP
by fanedd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |