Subject: | undef frame during global destruction |
I'm afraid I don't have a reproduction case to give you, but I'm seeing this (reliably) on one of my test systems:
Can't call method "as_string" on an undefined value at /var/local/CE/extlib/lib/perl5/Devel/StackTrace.pm line 243 during global destruction.
line 243 is $st .= $f->as_string( $first, $p ) . "\n";
Is it possible that some of the frames are being destroyed prematurely? Or simply that an error condition during global destruction should be treated differently?