in reply to Re: unexpected program abort on write on closed handle
in thread unexpected program abort on write on closed handle
PS: Setting it to 'IGNORE' works just fine: Exception: Broken pipe at /root/iotest.pl line 31.TRY: for (1 .. $maxretries) { eval { $sock ||= outconnect() || die $diag=$!; my $lw = syswrite($sock, $$data); die $! unless defined $lw and $lw == length($$data); $$data = ''; }; if (my $e = $@) { $diag ||= $e; $sock = undef; next TRY;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: unexpected program abort on write on closed handle
by anonymized user 468275 (Curate) on Jul 25, 2005 at 09:35 UTC |