help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: [bug] SpSocket listens on 0.0.0.0 instead of 12


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Re: [bug] SpSocket listens on 0.0.0.0 instead of 127.0.0.1
Date: Tue, 21 Jul 2009 18:28:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2


patching git head gives:

Object: SpIPAddress error: did not understand #newSocket:
MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216)
SpIPAddress class(Object)>>doesNotUnderstand: #newSocket: (AnsiExcept.st:1556)
Sockets.ServerSocket class>>port:queueSize:bindTo: 
(Sockets.star#VFS.ZipFile/Sockets.st:943)

Ah, indeed. Sport vs. GNU Smalltalk objects. The #bindTo: line should read:

    bindTo: (Sockets.IPAddress fromBytes: socketAddress hostAddress).

Paolo




reply via email to

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