PWS Headless Crashes

Peter William Lount peter at smalltalk.org
Wed Aug 25 22:13:22 UTC 1999


Hi,

Thanks for this source code Michael. Ah, it looks like I'll need the source
for "SystemDictiaonry>setGCParameters" as well as any methods that it
invokes!
	
	...
	self processShutDownList.
	Cursor write show.
	save
		ifTrue: [resuming _ self snapshotPrimitive]  "<-- PC frozen here on image
file"
		ifFalse: [resuming _ false].
	quit & resuming not ifTrue: [self quitPrimitive].
	Cursor normal show.
	self setGCParameters.
	resuming ifTrue: [self clearExternalObjects].
	self processStartUpList.
	...

All the best,

Peter William Lount
peter at smalltalk.org
http://www.smalltalk.org





More information about the Squeak-dev mailing list