help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Bug in 1.95.13a and 1.96.5


From: Markus Fritsche
Subject: [Help-smalltalk] Bug in 1.95.13a and 1.96.5
Date: Sun, 5 May 2002 18:54:40 +0200

Hi!

I wanted to execute the ObjectDumper-example, but it gives a walkback in both 
versions. The vm is very confused after this error.

1.95.13a
GNU Smalltalk Ready

st> ObjectDumper example!

Execution begins...
Must print true without errors.
true
Object: ObjectDumper new "<0x60031198>" error: Unknown global referenced
ObjectDumper(Object)>>#primError:
Error(Exception)>>#defaultAction
[] in Exception class>>#coreException
Error(Signal)>>#activateHandler:
Error(Exception)>>#signal
Error(Exception)>>#signal:
ObjectDumper(Object)>>#error:
[] in ObjectDumper>>#loadGlobal
SystemDictionary(Dictionary)>>#at:ifAbsent:
ObjectDumper>>#loadGlobal
ObjectDumper>>#loadClass
ObjectDumper>>#primLoad:
ObjectDumper>>#load
ObjectDumper class>>#example
UndefinedObject>>#executeStatements
returned value is nil
106246 byte codes executed
which took 0.028 seconds, giving 3794500 bytecodes/sec
7062 primitives, percent 6.65
self returns 533, inst var returns 833, literal returns 75
10975 method cache lookups since last cleanup, percent 10.33
10114 method cache hits, 861 misses, 92.15 percent hits

1.96.5
GNU Smalltalk ready

st> ObjectDumper example!

Execution begins...
Must print true without errors.
true
Object: ObjectDumper new "<0x600619c0>" error: Unknown global referenced
ObjectDumper(Object)>>#primError:
Error(Exception)>>#defaultAction
[] in Exception class>>#coreException
Error(Signal)>>#activateHandler:
Error(Exception)>>#signal
Error(Exception)>>#signal:
ObjectDumper(Object)>>#error:
[] in ObjectDumper>>#loadGlobal
SystemDictionary(Dictionary)>>#at:ifAbsent:
ObjectDumper>>#loadGlobal
ObjectDumper>>#loadClass
ObjectDumper>>#primLoad:
ObjectDumper>>#load
ObjectDumper class>>#example
UndefinedObject>>#executeStatements
returned value is nil
98004 byte codes executed
which took 0.032 seconds, giving 3062625 bytecodes/sec
6343 primitives, percent 6.47
self returns 574, inst var returns 844, literal returns 75
10612 method cache lookups since last cleanup, percent 10.83
9492 method cache hits, 1120 misses, 89.45 percent hits

------
st> Smalltalk quitPrimitive!
stdin:3: Undefined variable Smalltalk referenced


Can I provide any further helping information?

Regards, Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]