
jdhedden at cpan
Nov 23, 2009, 7:10 AM
Post #3 of 3
(266 views)
Permalink
|
On Mon, Nov 23, 2009 at 10:07, Nicholas Clark <nick [at] ccl4> wrote: > On Mon, Nov 23, 2009 at 09:57:29AM -0500, Jerry D. Hedden wrote: >> The following script: >> >> use threads; >> >> sub foo { >> return (sub { }); >> } >> >> my $bar = threads->create(\&foo)->join(); >> >> threads->create(sub { })->join(); >> >> produces the following: >> >> panic: del_backref during global destruction. >> >> I traced this down to Nick's commit >> a49ba3fcbe357fbacf7b9898df08daa2cbdfc8c4 (perforce change 34354), but >> have no idea what a fix might be. > > I have no idea what the cause could be. > This ought to be a bug report in RT. > > Nicholas Clark > Okay. I'll enter one.
|