help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Exception in the socket code


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Exception in the socket code
Date: Fri, 25 Mar 2011 14:43:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.9

On 03/25/2011 02:38 PM, Paolo Bonzini wrote:

> Are you sure the problem isn't in the arguments to #nextAvailable:?

Yes, besides an off by one in the source line the below causes the exception:

        count := count + available.

Object: nil error: did not understand #+
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #+ (SysExcept.st:1407)

so I assume count is nil and this seems to be the case when the fileOp
primitive is failing.



reply via email to

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