help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Problems with -lreadline


From: Markus Fritsche
Subject: [Help-smalltalk] Problems with -lreadline
Date: Tue, 7 May 2002 02:26:25 +0200

On my pentium III/900 (Linux), gst, if compiled with readline-support, shows 
unexpected behaviour: an errormessage is not written in time. gst waits till 
the next execution of code:

address@hidden:~/Programmieren/smalltalk$ gst
GNU Smalltalk Ready

st> 1 somethingReallyReallyWeird!

Execution begins...
Object: 1returned value is nil
29318 byte codes executed
which took 0.002 seconds, giving 14659000 bytecodes/sec
2187 primitives, percent 7.46
self returns 88, inst var returns 265, literal returns 7
2574 method cache lookups since last cleanup, percent 8.78
2366 method cache hits, 208 misses, 91.92 percent hits
st>  1 somethingReallyReallyWeird!
Execution begins...

error: did not understand #somethingReallyReallyWeird
SmallInteger(Object)>>#originalPrimError:
SmallInteger(Object)>>#primError:
MessageNotUnderstood(Exception)>>#defaultAction
[] in Exception class>>#coreException
MessageNotUnderstood(Signal)>>#activateHandler:
MessageNotUnderstood(Exception)>>#signal
SmallInteger(Object)>>#doesNotUnderstand:
UndefinedObject>>#executeStatements





reply via email to

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