help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] gst-remote in git HEAD


From: Stefan Schmiedl
Subject: [Help-smalltalk] gst-remote in git HEAD
Date: Sat, 23 May 2009 01:51:04 +0200

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:

address@hidden ~ $ gst -i -I gst.im
"Global garbage collection... done"
GNU Smalltalk ready

st> ^D
address@hidden ~ $ gst-remote -I gst.im --daemon

address@hidden ~ $ gst-remote server started.


address@hidden ~ $ 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.




reply via email to

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