help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] What might cause "No runnable processAbort trap"?
Date: Tue, 05 Jan 2010 10:50:45 +0100

On Mon, 2010-01-04 at 14:33 -0800, ZuLuuuuuu wrote:
> Hello,
> 
> One of the readers of my book told that there is a problem with the example
> program below:
> 
> 
> "user_input.st"
> "A program to demonstrate how to get input from user."
> 
> | userName |
> 
> Transcript show: 'What is your name? '.
> userName := stdin nextLine.
> 
> Transcript show: ('Hello ', userName, '!'); cr.
> 
> 
> It is working fine on my system but he is getting an output of something
> like this:
> 
> 
> address@hidden ~/programming/smalltalk/gst
> 01:57 pm >> gst user_input.st
> 
> What is your name? No runnable processAbort trap
> 
> 
> What might be the problem?

Hi,

it seems that all the processes are suspended.

Gwen





reply via email to

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