PWS Headless Crashes solved ... mostly

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


Hi,

I found "SystemDictiaonry>setGCParameters"  method in the 2.5vm changes. It
seems to work much better now however it still takes a long time and needs
to have the post button clicked TWICE in order for it to respond....

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

----------
From: Peter William Lount <peter at smalltalk.org>
To: squeak at cs.uiuc.edu
Cc: <Unknown>
Subject: Re: PWS Headless Crashes
Date: August 25, 1999 3:13 PM

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