[BUG] Smalltalk listLoadedModules fails

Tim Rowledge tim at sumeru.stanford.edu
Mon Jul 10 04:14:26 UTC 2000


I can only see two possible reasons for this prim failing:
1) you somehow passed a negative index to it
2) it isn't there.
Try
	Smalltalk listLoadedModule: 1
if you get a primitive fail notifier, you have a duff VM.





More information about the Squeak-dev mailing list