Hello,
I'm using assert() like statements in my code for self checking. Twice
today, such a forced program termination reported more than I expected:
- snip --
Attempt to free unreferenced scalar during global destruction.
Use of uninitialized value during global destruction.
Explicit blessing to '' (assuming package main) during global
destruction.
- snip --
As I understand perldiag, this seems to be caused by some C code. I do
not know if this is Event code. Maybe it is (because the script is a
server based on Event and I never wrote C extensions of Perl yet), so I
post it here. Does anyone know how to localize where such a message
comes from?
Thanks in advance
Jochen