Skip Menu |

This queue is for tickets about the Set-Object CPAN distribution.

Report information
The Basics
Id: 37799
Status: resolved
Priority: 0/
Queue: Set-Object

People
Owner: Nobody in particular
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

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



Subject: test failure
[guillomovitch@n2 Set-Object-1.23]$ prove -b t/misc/threads.t t/misc/threads....Attempt to free non-existent shared string '3', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '2', Perl interpreter: 0x810fab0 at t/misc/threads.t line 35. Attempt to free non-existent shared string '4', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '5', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '6', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '7', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '9', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '8', Perl interpreter: 0x810fab0 at t/misc/threads.t line 35. Attempt to free non-existent shared string '5', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '5', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '5', Perl interpreter: 0x8231650 at t/misc/threads.t line 42. Attempt to free non-existent shared string '5', Perl interpreter: 0x810fab0 at t/misc/threads.t line 35. t/misc/threads.... Failed 1/1 subtests Test Summary Report ------------------- t/misc/threads (Wstat: 11 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 1 tests but ran 0. Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.14 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. This happens with perl 5.10 on mandriva linux.
That test, known to fail, was accidentally shipped. See #22760 for the ticket about thread safety; I'm assuming you're just logging this because of the test failure and don't actually need thread support.