[BUG?] PluggableTextMorph

Joseph Holland King gte743n at cad.gatech.edu
Tue Mar 19 20:47:22 UTC 2002


On Tue, Mar 19, 2002 at 09:20:32AM -0800, Ned Konz had the gall to say:
> On Monday 18 March 2002 11:47 pm, Joseph Holland King wrote:
> > i have a pluggableTextMorph that will randomly display a red box with a
> > yellow x in it. Upon doing this it throws a messageNotUnderstood:
> > 'adaptToPoint: andSend:' this is called in the Point class. the error seems
> > to have nothing to do with my code, and appears to be random in its
> > occurance, happening about 50-70% of the time at random times within the
> > life of the program. i was referred here by the squeak irc after trying it
> > on 3.2g and getting the same error. is this something to do with my code
> > that i am not seeing or is it something to do with squeak? thank you for
> > your time.
> 
> If you posted the SqueakDebug.log file and/or the full stack it would help.
> 

the debugged log is attached. not real sure how to get a full stack since when
i try to it does absolutely nothing.

-- 
Holland King        
gte743n at cad.gatech.edu
-------------- next part --------------
19 March 2002 3:41:12 pm
Error: MessageNotUnderstood: adaptToPoint:andSend:
UndefinedObject(Object)>>error:
[] in WorldState>>displayWorldSafely:
[] in BlockContext>>ifError:
MessageNotUnderstood(Exception)>>handlerAction
MessageNotUnderstood(Exception)>>signal
UndefinedObject(Object)>>doesNotUnderstand:
Point>>-
NewParagraph>>displayOn:using:at:
FormCanvas>>paragraph:bounds:color:
TextMorphForEditView(TextMorph)>>drawOn:
FormCanvas(Canvas)>>draw:
FormCanvas(Canvas)>>drawMorph:
[] in TextMorphForEditView(Morph)>>fullDrawOn:
FormCanvas>>roundCornersOf:during:
TextMorphForEditView(Morph)>>fullDrawOn:
FormCanvas(Canvas)>>fullDraw:
FormCanvas(Canvas)>>fullDrawMorph:
[] in TransformMorph>>drawSubmorphsOn:
Array(SequenceableCollection)>>reverseDo:
[] in TransformMorph>>drawSubmorphsOn:
FormCanvas>>transformBy:clippingTo:during:smoothing:
TransformMorph>>drawSubmorphsOn:
[] in TransformMorph(Morph)>>fullDrawOn:
FormCanvas>>roundCornersOf:during:
TransformMorph(Morph)>>fullDrawOn:
FormCanvas(Canvas)>>fullDraw:
FormCanvas(Canvas)>>fullDrawMorph:
[] in PluggableTextMorph(Morph)>>drawSubmorphsOn:
Array(SequenceableCollection)>>reverseDo:
[] in PluggableTextMorph(Morph)>>drawSubmorphsOn:
PluggableTextMorph(Morph)>>drawSubmorphsOn:
[] in PluggableTextMorph(Morph)>>fullDrawOn:
FormCanvas>>roundCornersOf:during:
PluggableTextMorph(Morph)>>fullDrawOn:
FormCanvas(Canvas)>>fullDraw:
FormCanvas(Canvas)>>fullDrawMorph:
[] in SystemWindow(Morph)>>drawSubmorphsOn:
Array(SequenceableCollection)>>reverseDo:
[] in SystemWindow(Morph)>>drawSubmorphsOn:
SystemWindow(Morph)>>drawSubmorphsOn:
[] in SystemWindow(Morph)>>fullDrawOn:
FormCanvas>>roundCornersOf:during:
SystemWindow(Morph)>>fullDrawOn:
FormCanvas(Canvas)>>fullDraw:
FormCanvas(Canvas)>>fullDrawMorph:
[] in WorldState>>drawWorld:submorphs:invalidAreasOn:
OrderedCollection>>do:
WorldState>>drawWorld:submorphs:invalidAreasOn:
WorldState>>displayWorld:submorphs:
PasteUpMorph>>privateOuterDisplayWorld
PasteUpMorph>>displayWorld
[] in WorldState>>displayWorldSafely:
BlockContext>>on:do:
BlockContext>>ifError:
WorldState>>displayWorldSafely:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess


More information about the Squeak-dev mailing list