Perl debugger runs out of memory, hangs or segfaults on XML::Parser::Lite
by avarab other posts by this author
Jul 19 2008 1:08AM messages near this date
Re: revive undump / unexec?
|
Re: Perl debugger runs out of memory, hangs or segfaults on XML::Parser::Lite
perl 5.10 and blead will do various combinations of running of of
memory, hanging or segfaulting when running on a program using
XML::Parser::Lite, attached is a stripped down version of X::P::L
which demonstrates the problem:
$ perl5.10.0 -d /tmp/xpl-testcase.pl
main::(/tmp/xpl-testcase.pl:71): setHandlers();
DB<1> c
Out of memory!
perl5.11.0 (blead) will hang given the same task, both 5.10 and blead
will segfault if "t" (trace) is turned on before "c" (continue).
Attached is a screenlog of a gdb session using trace on blead where it
segfaults.
Thread:
avarab
Richard Foley
Richard Foley
avarab
Richard Foley
avarab
|