Skip Menu |

This queue is for tickets about the Thread-Bless CPAN distribution.

Report information
The Basics
Id: 6661
Status: resolved
Priority: 0/
Queue: Thread-Bless

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

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



To: bug-Thread-Bless [...] rt.cpan.org
From: Richard Soderberg <rsod [...] cpan.org>
Subject: 0.06: Unreferenced scalar warnings & INIT block failures on OS X
Date: Fri, 18 Jun 2004 03:28:06 -0700
Show quoted text
> All tests successful. > Files=7, Tests=104, 13 wallclock secs ( 3.36 cusr + 0.30 csys = 3.66 > CPU)
All tests pass, but they each do like below. This is OS X 10.3.4, stock Perl 5.8.1-RC3 installation; is this behavior common under a Perl as old as this? - R. Show quoted text
> t/Bless07....Too late to run INIT block at > /Users/coral/.cpanplus/5.8.1/build/Thread-Bless-0.06/blib/lib/Thread/ > Bless.pm line 129. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > ok
Date: Fri, 18 Jun 2004 15:09:18 +0200
To: bug-Thread-Bless [...] rt.cpan.org, undisclosed-recipients: ;
From: Elizabeth Mattijsen <liz [...] dijkmat.nl>
Subject: Re: [cpan #6661] 0.06: Unreferenced scalar warnings & INIT block failures on OS X
RT-Send-Cc:
At 6:28 -0400 6/18/04, via RT wrote: Show quoted text
>This message about Thread-Bless was sent to you by RSOD ><RSOD@cpan.org> via rt.cpan.org >Full context and any attached attachments can be found at: ><URL: https://rt.cpan.org/Ticket/Display.html?id=6661 >
> > All tests successful.
>> Files=7, Tests=104, 13 wallclock secs ( 3.36 cusr + 0.30 csys = 3.66
> > CPU)
>All tests pass, but they each do like below. This is OS X 10.3.4, >stock Perl 5.8.1-RC3 installation; is this behavior common under a Perl >as old as this?
> > t/Bless07....Too late to run INIT block at > > /Users/coral/.cpanplus/5.8.1/build/Thread-Bless-0.06/blib/lib/Thread/ > > Bless.pm line 129. > > Attempt to free unreferenced scalar during global destruction.
This is even common under 5.8.4. Only the messags is slightly changed. Version 5.9.1 and later seems to have this problem fixed. I doubt whether the fix will be backported to 5.8.5, as the fix seems to be related to a large pad rewrite. Liz