Hi, this question is mainly for Eliot I guess...

I have regular failures with a 32 bits squeak.stack.spur
The VM crashes in garbage collect when running all tests.

When i simulate, I've got an assert: failure in

Spur32BitMMLESimulator>>is: oop onObjStack: objStack
    | index nextPage |
    self assert: (self numSlotsOfAny: objStack) = ObjStackPageSlots.

0 = 4092 fails...

Does it mean the image got corrupted?