http://qs321.pair.com?node_id=211576


in reply to Script Timeouts

I had this problem once.    After I put this
$SIG{HUP} = $SIG{ALRM} = 'IGNORE';
in my code, it went away.   (Maybe also with  set -o nohup in ksh startup, although it's not there now.)

  p