http://qs1969.pair.com?node_id=1060398


in reply to perl dying without a trace

If it means anything. I have the same exact same issue:
#perl, v5.8.8 built for x86_64-linux-thread-multi _debug( "WRITE to sock (" . length($tmData) . ")); my $bytesWrote = $itosSock->syswrite($tmData); #perl signals SIGPIPE with a return code 141 (will not execute the nex +t line) _debug( "WROTE ($bytesWrote) to sock" ); # I use socat as the client-side and it closes.
Looking for a work around or fix.