[BUG] makeSibling error

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri Sep 12 11:06:53 UTC 2003


I working in a LAN Morphic simulator.
This morning I advance 3.6b to 3.6 gamma , and doing a halo duplicate of a
Morph , have this error.


Not forget to change Welcome window, long time ago I point what not have
reference to SqueakMap.

This are fixed in "fresh" versions ?

Cheers
Edgar

-------------- next part --------------
Halt
11 September 2003 10:02:53 am

VM: Mac OS - Squeak3.5 of '11 April 2003' [latest update: #5180] Squeak VM 3.5.2b1
Image: Squeak3.6beta [latest update: #5411]

PacketMorph(Object)>>halt
	Receiver: a PacketMorph(2431)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		bounds: 	382 at 401 corner: 404 at 421
		owner: 	a PasteUpMorph(2620) [world]
		submorphs: 	#()
		fullBounds: 	382 at 401 corner: 404 at 421
		color: 	Color blue
		extension: 	a MorphExtension (2617) [other:  (cornerStyle -> #rounded) (borderSt...etc...
		borderWidth: 	2
		borderColor: 	Color black
		textStyle: 	a TextStyle ComicBold
		text: 	a Text for '55'
		wrapFlag: 	false
		paragraph: 	a NewParagraph
		editor: 	nil
		container: 	nil
		predecessor: 	nil
		successor: 	nil
		lastGesture: 	nil
		backgroundColor: 	Color lightBrown
		margins: 	4 at 0
		model: 	a WorkStationMorph(4043)
		nextPoint: 	403 at 411
		wire: 	a NetworkMediaMorph(533)

PacketMorph>>whereGo
	Receiver: a PacketMorph(2431)
	Arguments and temporary variables: 
		recorrido: 	#(299 at 156 299.0 at 411 403 at 411)
	Receiver's instance variables: 
		bounds: 	382 at 401 corner: 404 at 421
		owner: 	a PasteUpMorph(2620) [world]
		submorphs: 	#()
		fullBounds: 	382 at 401 corner: 404 at 421
		color: 	Color blue
		extension: 	a MorphExtension (2617) [other:  (cornerStyle -> #rounded) (borderSt...etc...
		borderWidth: 	2
		borderColor: 	Color black
		textStyle: 	a TextStyle ComicBold
		text: 	a Text for '55'
		wrapFlag: 	false
		paragraph: 	a NewParagraph
		editor: 	nil
		container: 	nil
		predecessor: 	nil
		successor: 	nil
		lastGesture: 	nil
		backgroundColor: 	Color lightBrown
		margins: 	4 at 0
		model: 	a WorkStationMorph(4043)
		nextPoint: 	403 at 411
		wire: 	a NetworkMediaMorph(533)

PacketMorph>>step
	Receiver: a PacketMorph(2431)
	Arguments and temporary variables: 
		deltaX: 	nil
		deltaY: 	nil
		nodos: 	nil
		zoc: 	nil
		packet: 	nil
		any: 	nil
		m: 	nil
	Receiver's instance variables: 
		bounds: 	382 at 401 corner: 404 at 421
		owner: 	a PasteUpMorph(2620) [world]
		submorphs: 	#()
		fullBounds: 	382 at 401 corner: 404 at 421
		color: 	Color blue
		extension: 	a MorphExtension (2617) [other:  (cornerStyle -> #rounded) (borderSt...etc...
		borderWidth: 	2
		borderColor: 	Color black
		textStyle: 	a TextStyle ComicBold
		text: 	a Text for '55'
		wrapFlag: 	false
		paragraph: 	a NewParagraph
		editor: 	nil
		container: 	nil
		predecessor: 	nil
		successor: 	nil
		lastGesture: 	nil
		backgroundColor: 	Color lightBrown
		margins: 	4 at 0
		model: 	a WorkStationMorph(4043)
		nextPoint: 	403 at 411
		wire: 	a NetworkMediaMorph(533)

PacketMorph(Morph)>>stepAt:
	Receiver: a PacketMorph(2431)
	Arguments and temporary variables: 
		millisecondClockValue: 	11143506
		p: 	nil
	Receiver's instance variables: 
		bounds: 	382 at 401 corner: 404 at 421
		owner: 	a PasteUpMorph(2620) [world]
		submorphs: 	#()
		fullBounds: 	382 at 401 corner: 404 at 421
		color: 	Color blue
		extension: 	a MorphExtension (2617) [other:  (cornerStyle -> #rounded) (borderSt...etc...
		borderWidth: 	2
		borderColor: 	Color black
		textStyle: 	a TextStyle ComicBold
		text: 	a Text for '55'
		wrapFlag: 	false
		paragraph: 	a NewParagraph
		editor: 	nil
		container: 	nil
		predecessor: 	nil
		successor: 	nil
		lastGesture: 	nil
		backgroundColor: 	Color lightBrown
		margins: 	4 at 0
		model: 	a WorkStationMorph(4043)
		nextPoint: 	403 at 411
		wire: 	a NetworkMediaMorph(533)


--- The full stack ---
PacketMorph(Object)>>halt
PacketMorph>>whereGo
PacketMorph>>step
PacketMorph(Morph)>>stepAt:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StepMessage(MorphicAlarm)>>value:
WorldState>>runLocalStepMethodsIn:
WorldState>>runStepMethodsIn:
PasteUpMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess


More information about the Squeak-dev mailing list