2009/7/4 Andrew Whitworth <[email protected]>: > On Sat, Jul 4, 2009 at 10:48 AM, Andrew Whitworth<[email protected]> > wrote: >> This is quite interesting because it suggests that somewhere in the >> Object cloning logic a PMC is not being properly anchored early enough >> before a GC run is kicked off. It's also interesting that the stack >> marking code is indeed included here. > > Okay, in r39879 I fixed one bug in the Object cloning logic that was > causing the particular error that we were seeing. However, now that > same test segfaults in a different place because a different PMC is > being prematurely collected. I'll dig into that one this morning. >
in r39879, use mem_allocate_zeroed_typed instead of mem_allocate_typed + memset François > --Andrew Whitworth > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev > > _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
