On Wed, 6 Jan 2010, Paolo Bonzini wrote: > On 01/05/2010 10:07 PM, dukester wrote: > > st> | userName | > > st> 'What is your name?'. > > 'What is your name?' > > st> userName := stdin nextLine. > > No runnable processAbort trap > > > > It seems to choke on this "stdin nextLine" thing. > > > > I tried to get the code working in Squeak, as well, with no joy! It may be > > that I don't know how to input the code properly in Squeak ;( > > Please try "Processor examine" and send the output. Also send the output of > "Features".
dnormandin@ ~ 07:19 am >> gst GNU Smalltalk ready st> Features Set (#DLD #Kernel ) st> dnormandin@ ~ 07:22 am >> gst GNU Smalltalk ready st> Processor examine Object: ProcessorScheduler new "<0x1301820>" error: did not understand #examine MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216) ProcessorScheduler(Object)>>doesNotUnderstand: #examine (AnsiExcept.st:1556) UndefinedObject>>executeStatements (a String:1) nil st> > Finally, you can try fixing it by running gst as root and typing "ObjectMemory > snapshot". dnormandin@ ~ 07:23 am >> sudo gst Password: GNU Smalltalk ready st> ObjectMemory snapshot "Global garbage collection... done" false st> -- Duke _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
