Hi, > On Sun 03 Apr 2011 23:23, John Proctor <john.proc...@gmail.com> writes: > >> However, if I take a scheme source file such as foo.ss with nothing >> more than a single express e.g. (+ 1 1) and try : >> >> $ nc localhost 9000 < foo.ss >> >> the guile instance dies immediately with no errors or anything. > > Can anyone reproduce this error?
I cannot reproduce the error, no. John, what you might try is to start guile under control of "strace -f" and see what happens when you connect with netcat. This could give us a hint on the reason for the termination. Cheers Detlev -- Computer scientists do it depth-first.