Skip Menu |

This queue is for tickets about the Devel-LeakTrace-Fast CPAN distribution.

Report information
The Basics
Id: 44908
Status: open
Priority: 0/
Queue: Devel-LeakTrace-Fast

People
Owner: Nobody in particular
Requestors: bryce2 [...] obviously.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



Subject: Test failure on CPAN install
CPAN Terminal> i Devel::LeakTrace::Fast [MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources Installing Devel::LeakTrace::Fast (0.11) Running [/usr/bin/perl /usr/local/bin/cpanp-run-perl /root/.cpanplus/5.8.8/build/Devel-LeakTrace-Fast-0.11/Makefile.PL ]... Writing Makefile for Devel::LeakTrace::Fast Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Devel::LeakTrace::Fast 0.11 t/00.load.t ... ok # Failed test 'leak a reference loop $foo = \$foo' # at t/01.basic.t line 21. # Failed test 'one SV' # at t/01.basic.t line 22. # Failed test 'another SV' # at t/01.basic.t line 23. # Failed test 'leak a reference loop $foo[1] = \@foo' # at t/01.basic.t line 31. # Failed test 'one SV' # at t/01.basic.t line 32. # Failed test 'one AV' # at t/01.basic.t line 33. # Failed test 'one RV' # at t/01.basic.t line 34. # Looks like you failed 7 tests of 11. t/01.basic.t .. Dubious, test returned 7 (wstat 1792, 0x700) Failed 7/11 subtests Test Summary Report ------------------- t/01.basic.t (Wstat: 1792 Tests: 11 Failed: 7) Failed tests: 3-5, 7-10 Non-zero exit status: 7 Files=2, Tests=12, 0 wallclock secs ( 0.01 usr 0.02 sys + 0.05 cusr 0.06 csys = 0.14 CPU) Result: FAIL Failed 1/2 test programs. 7/12 subtests failed. make: *** [test_dynamic] Error 7 [ERROR] MAKE TEST failed: Bad file descriptor PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Devel::LeakTrace::Fast 0.11 t/00.load.t ... ok
From: bryce2 [...] obviously.com
Does not work either: # perl -MDevel::LeakTrace::Fast -e '{ my $foo; $foo = \$foo }' #
perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
I was able to duplicate the same set of 7 test failures with Devel::LeakTrace::Fast version 0.11 on perl, v5.10.0 built for x86_64-linux-gnu-thread-multi.