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

Yes I know that won't cause it :)

$self->{length} is 417, $socket is bless( \*Symbol::GEN0, 'IO::Socket::INET' ); according to Data::Dumper, and $SP_MAGIC is a 4-char alfanumeric string.

Replies are listed 'Best First'.
Re^3: perl dying without a trace
by Joost (Canon) on Oct 25, 2006 at 00:00 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.