in reply to
Script Timeouts
I had this problem once.    After I put this
$SIG{HUP} = $SIG{ALRM} = 'IGNORE';
[download]
in my code, it went away.   (Maybe also with
set -o nohup
in ksh startup, although it's not there now.)
 
p
Comment on
Re: Script Timeouts
Select
or
Download
Code
In Section
Seekers of Perl Wisdom