On 2/27/07, Gabor Szabo <[EMAIL PROTECTED]> wrote: > Whilre running under -d I get > > Signal SEGV at SomeFile.pm line 2001 > > there is a function call on that line. > > What could this be and why do I get it only when I am running with -d? >
I am still not sure exactly what is the reason but someone has pulled the DB::sub method within that subroutine call and the debugger (-d) did not like to walk in the air... After elminiting the code that removes the debugger during execution the code runs well under -d as well. Gabor _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
