Closed dalehenrich closed 3 years ago
This error has also shown up in unreleased 3.6.1
This issue is fixed by changes to GemStone base for 3.6.1 and 3.7.o (internal bug 49477 - gsdevkittst/gsd_gsdevkitBasicB.pl 3.6.1 test failure)
The bug has reproduced after the patch ...
fixed internally for 3.7.0, 3.6.1, and 3.5.6 (internal bugs 49484 and 49477)
Notice that in frame 17, there is an AlmostOutOfMemory exception signaled and while dealing with the AlmostOutOfMemory exception we get 'a MessageNotUnderstood occurred (error 2010), a ClassOrganizer class does not understand #''_resetCachedOrganizer''':
we get the error, because the
_resetCachedOrganizer
message has not been installed yet ... I've built 3.7.0 tode stones with 3.7.0 before, so I'm not exactly sure why the error is happening here (during an internal GsDevKit_home test), but it wouldn't hurt to bump the default TOC size by 10M or so to be on the safe size ... have to decide whether to bump the system-wide default or just the test defaults ...