[BUG] squeak crashes entirely

Matthew McNaughton mcnaught at cs.ualberta.ca
Fri Sep 7 12:00:01 UTC 2001


Symptom:

Squeak seems to run out of memory when it tries draw certain things. I
have an image where if you click in a certain place, it will blow up. I
haven't figured out exactly why, but it seems to be trying to create a
huge bitmap. The interpreter prints a few thousand lines of stack dump to
stderr and then exits:

out of memory

1096643980 Integer><
1096643888 LargePositiveInteger><
1096643796 Magnitude>>=
1096643704 LargePositiveInteger>>=
1096643612 Behavior>basicNew:
1096643520 Behavior>basicNew:

... thousands ...

1086524096 Behavior>basicNew:
1086524004 Behavior>basicNew:
1086523584 Behavior>basicNew:
1086523428 Behavior>new:
1086523336 Form>setExtent:depth:
1086523244 Form class>extent:depth:
1086523152 Form>allocateForm:
1086523060 HandMorph>savePatchFrom:
1086523676 [] in WorldState>displayWorld:submorphs:
1086522968 OrderedCollection>collect:
1086522752 WorldState>displayWorld:submorphs:
1086522660 PasteUpMorph>privateOuterDisplayWorld
1086522568 PasteUpMorph>displayWorld
1086522452 SystemWindow>passivate
1086522360 SystemWindow>activate
1086518668 SystemWindow>openInWorld:extent:
1086518524 SystemWindow>openInWorldExtent:
1086507508 Debugger>buildMorphicNotifierLabelled:message:
1086507092 Debugger>openNotifierContents:label:
1086506868 Debugger class>openInterrupt:onProcess:
1086506712 Project class>interruptName:
1086506548 CurrentProjectRefactoring class>currentInterruptName:
1086274936 SystemDictionary>lowSpaceWatcher
1086275028 [] in SystemDictionary>installLowSpaceWatcher
1086275120 [] in BlockContext>newProcess


-- 
Matthew McNaughton <mcnaught at cs.ualberta.ca>





More information about the Squeak-dev mailing list