Greetings, a few hours ago I have installed GNU Smalltalk from git, even posted my first blog post about it :-o
I am having some troubles with gst-remote, however. Starting from scratch with a newly built image: ste...@g128 ~ $ gst -i -I gst.im "Global garbage collection... done" GNU Smalltalk ready st> ^D ste...@g128 ~ $ gst-remote -I gst.im --daemon ste...@g128 ~ $ gst-remote server started. ste...@g128 ~ $ gst-remote --eval '3+4' /usr/local/share/smalltalk/kernel/../scripts/Remote.st:276: Aborted (ip 44)SocketAddress class>>#extractAddressesAfterLookup: (ip 6)[] in SocketAddress class>>#allByName: (ip 4)<unwind> BlockClosure>>#ensure: (ip 48)[] in SocketAddress class>>#allByName: (ip 4)[] in SocketAddress class>>#at:cache: (ip 10)Dictionary>>#at:ifAbsent: (ip 18)SocketAddress class>>#at:cache: (ip 24)SocketAddress class>>#allByName: (ip 10)SocketAddress class>>#initLocalAddresses (ip 10)IPAddress class(SocketAddress class)>>#anyLocalAddress (ip 28)[] in UndefinedObject>>#executeStatements (ip 10)<unwind> BlockClosure>>#on:do: (ip 14)UndefinedObject>>#executeStatements (ip 0)<bottom> Aborted At this point, the server process is still running, but even just trying to "gst-remote --kill" it, shows now effect. So I guess that it's a problem in the client connecting to the server. BTW: what's the difference between --server and --daemon? Thanks, s. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
