in reply to Re^2: perl dying without a trace
in thread perl dying without a trace

alright, so does replacing that line with
$rc = syswrite $socket, pack("N",431), 4;
still produce the error? if it does that would indicate a bug in whatever produced the $socket.

Replies are listed 'Best First'.
Re^4: perl dying without a trace
by Crackers2 (Parson) on Oct 25, 2006 at 00:05 UTC

    No it doesn't, since if I replace the line with that I get protocol errors all over the place and never run long enough to run into the error :)

    See my response to diotalevi for what turned out the be the problem, the newbie-ish mistake of not handling SIGPIPE properly.