in reply to Re: unexpected quit - no error message
in thread unexpected quit - no error message
"This generates a SIGPIPE signal, whose default handler action is to abort the program (assuming you're on Unix)"
Yes, UNIX, is there any other OS? I will check for that out. Try to catch it.
two questions:
why $? = 0 = success on abort?
why an abort after> a successful write to the socket? - the device was updated AOK.
thanks other suggestions - I do have debug statements around the spot where it seems to quit - again they must have been executed but the output does not appear! I assume that if it is an abort, the output buffer is not written???
correction: using IO::Socket
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: unexpected quit - no error message
by almut (Canon) on Mar 02, 2009 at 19:18 UTC | |
|
Re^3: unexpected quit - no error message
by CountZero (Bishop) on Mar 02, 2009 at 21:11 UTC |