You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking the GC code about becoming objects, there is a check for the case that an object is in the old space and the other in the new space using the OldBecameNewFlag.
Probably (I didn't debug it) a check for the permanent space is missing there.
I'm running some benchmarks using the PermSpace and I get an error running the tests in
Kernel.*
packages.I moved all classes using following these instructions.
Then you can run
ObjectsAsMethodsTest suite debug
And you get a primitive error for
elementsForwardIdentityTo:
.Checking the GC code about becoming objects, there is a check for the case that an object is in the old space and the other in the new space using the
OldBecameNewFlag
.Probably (I didn't debug it) a check for the permanent space is missing there.
Here
pharo-vm/smalltalksrc/VMMaker/SpurMemoryManager.class.st
Lines 4387 to 4401 in c012a6b
And here
pharo-vm/smalltalksrc/VMMaker/SpurMemoryManager.class.st
Lines 10107 to 10142 in c012a6b
The text was updated successfully, but these errors were encountered: