in reply to Perl crossing arms silently: loop stoping without any error message

Without looking at your code, I won't be able to tell you why it stops. You said that you found out at which line it stops. Step through your code's execution path for that line. (e.g. in the perl debugger as salva suggests) Or you can carefully analyze your code to see if you can divine an execution path that causes and infinite loop or perpetual blocking or whatever.

  • Comment on Re: Perl crossing arms silently: loop stoping without any error message