Re: [perl #51390] [BUG] GC segfault in new_pmc_ext

2008-03-03 Thread chromatic
On Monday 03 March 2008 19:06:01 chromatic wrote: > ... which indicates that whatever the problem is, there's something getting > freed to the PMC_EXT pool inappropriately. Turns out this was a problem with the clone op not being paranoid enough to unshare data between the temporary clone and it

Re: [perl #51390] [BUG] GC segfault in new_pmc_ext

2008-03-03 Thread chromatic
On Monday 03 March 2008 18:26:47 Will Coleda wrote: > Tcl is exposing another GC bug (even on feather.) > > build tcl, then prove t/cmd_array.t That didn't do anything for me. Deleting the Perl boilerplate in the file and running the test through ../../parrot tcl.pbc did. > Backtrace from GDB

[perl #51390] [BUG] GC segfault in new_pmc_ext

2008-03-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #51390] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51390 > Tcl is exposing another GC bug (even on feather.) build tcl, then prove t/cmd_array.t B