[BUG]WriteStream(Object)>>doesNotUnderstand: #tabs:

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Wed Dec 10 14:39:37 UTC 2003


here insert explanation of what you were doing, suspect changes you've
made and so forth.

10 December 2003 3:39:24 pm

VM: Mac OS - Squeak3.7alpha of '11 September 2003' [latest update:
#5566] Squeak VM 3.7.0b2
Image: Squeak3.7alpha [latest update: #5595]

WriteStream(Object)>>doesNotUnderstand: #tabs:
	Receiver: a WriteStream ''
	Arguments and temporary variables: 
		aMessage: 	tabs: 0
	Receiver's instance variables: 
		collection: 
'
c...
		position: 	0
		readLimit: 	0
		writeLimit: 	1000

CompiledMethod>>longPrintOn:indent:
	Receiver: a CompiledMethod (1887)
	Arguments and temporary variables: 
		aStream: 	a WriteStream ''
		tabs: 	0
	Receiver's instance variables: 
a CompiledMethod (1887)

CompiledMethod>>longPrintOn:
	Receiver: a CompiledMethod (1887)
	Arguments and temporary variables: 
		aStream: 	a WriteStream ''
	Receiver's instance variables: 
a CompiledMethod (1887)

CompiledMethod>>symbolic
	Receiver: a CompiledMethod (1887)
	Arguments and temporary variables: 
		aStream: 	a WriteStream ''
	Receiver's instance variables: 
a CompiledMethod (1887)


--- The full stack ---
WriteStream(Object)>>doesNotUnderstand: #tabs:
CompiledMethod>>longPrintOn:indent:
CompiledMethod>>longPrintOn:
CompiledMethod>>symbolic
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CompiledMethodInspector>>selection
CompiledMethodInspector(Inspector)>>stepAt:in:
SystemWindow>>stepAt:
StepMessage(MorphicAlarm)>>value:
WorldState>>runLocalStepMethodsIn:
WorldState>>runStepMethodsIn:
PasteUpMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor
yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}



More information about the Squeak-dev mailing list