[BUG] MethodNode>>printPrimitiveOn: crashes after Smalltalk majorShrink

Ned Konz ned at bike-nomad.com
Fri Dec 29 22:11:21 UTC 2000


Just browsing in a recent, majorShrink'd image.
Tried to look at SystemDictionary>>garbageCollect, and I got a walkback out of
MethodNode>>printPrimitiveOn: when it went to look in
	Interpreter classPool at: #PrimitiveTable
The problem is that "Interpreter classPool" is an empty Dictionary.

Any suggestions? Perhaps majorShrink shouldn't delete this, or maybe
there should be a fallback if it's been deleted...

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list