infinite loop when perl is trying to print warning
am 22.11.2007 16:29:44 von Yakov
What can cause perl to go into infinite loop when perl daemon wants to
print
the warning ? It never reaches the printing of the warning, but does
time()
syscalls at 100% cpu and no other syscalls. I installed the debug
build of the perl,
and I have gdb there, and this is how I know the warning from undef
value is what's causing it.
Thanks
Yakov
Re: infinite loop when perl is trying to print warning
am 22.11.2007 17:06:08 von Ron Bergin
On Nov 22, 7:29 am, Yakov wrote:
> What can cause perl to go into infinite loop when perl daemon wants to
> print
> the warning ? It never reaches the printing of the warning, but does
> time()
> syscalls at 100% cpu and no other syscalls. I installed the debug
> build of the perl,
> and I have gdb there, and this is how I know the warning from undef
> value is what's causing it.
>
> Thanks
> Yakov
Can you show us a short script that demonstrates this issue?