On Sat Aug 24 12:24:21 2013, kevin@dawson10.plus.com wrote: > > > #116264: PERLDB_OPTS="Frame=1 veryCompact" apparently broken since > before 5.8.9 > > https://rt.perl.org/rt3//Public/Bug/Display.html?id=116264 > > inc tests: > > $ LD_LIBRARY_PATH=$PWD ./perl -I$PWD/lib utils/prove -l lib/perl5db.t > lib/perl5db.t .. ok > All tests successful. > Files=1, Tests=119, 11 wallclock secs ( 0.06 usr 0.01 sys + 8.83 cusr > 0.72 csys = 9.62 CPU) > Result: PASS > > regards > kevin > When I apply your first patch to blead, then modify the OP's command to run on blead, this is what I get: ##### $ PERLDB_OPTS="Frame=1 NonStop veryCompact" ./perl -Ilib -d -e 1 Package -e. entering DB::Obj::_init ##### Is that what I *should* be getting? I get that same message after applying your second patch as well, then again calling the command above. With one exception, all tests pass, but since I don't know enough about the debugger to explain what "Frame=1 NonStop veryCompact" means, I'm going to ask that others more knowledgeable give it further review. The one test failure suggests that lib/perl5db.pl will need an increment to its version number. ##### $ cd t;./perl harness -v porting/cmp_version.t | grep 'not ok'; cd -not ok 21 - lib/perl5db.pl /home/jkeenan/perl ##### Thank you very much. Jim Keenan --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=116264Thread Previous | Thread Next