[perl #60622] [BUG] t/pmc/pmc.t failing on Darwin
chromatic
chromatic at wgz.org
Wed Nov 19 00:25:57 UTC 2008
On Tuesday 18 November 2008 04:27:38 James Keenan via RT wrote:
> On Mon Nov 17 19:30:10 2008, chromatic at wgz.org wrote:
> > I need to see more, but I think I know what this is. Use the 'bt'
> > command in gdb to show the whole backtrace. Hopefully it includes
> > Parrot_really_destroy().
> Sorry to have forgotten that step. See attachment.
A real fix is getting order-of-destruction working, but I turned the
concurrency scheduler into a constant PMC and added a live flag flip right
before marking the concurrency scheduler, so that its custom mark always runs
so that its kids always get marked as live appropriately.
Fixed in r32841.
-- c
More information about the parrot-dev
mailing list