On Wed, 23 Jul 2003, Dan Sugalski wrote: > At 1:45 PM -0400 7/23/03, Simon Glover wrote: > > > > I think I've figured out why these tests are failing on some, but not > > all, platforms -- it's a GC bug. Specifically, we're not including the > > class_hash as part of the root set, so the garbage collector can > > potentially reclaim it before we try to use it. > > > > The patch below seems to fix the problem, but I'm not sufficiently up to > > speed on the GC internals to know if that's all that needs to be done, so > > I'm posting it here for comment. > > D'oh! Yeah, that's the right thing to do. I *knew* I'd forgotten > something. (I just had no idea how much stuff I'd forgotten)
OK, I've committed it. Simon