Thanks Edi for the detective work. I think you may have nailed
down the source of the problem with CLisp. It appears it may be
closing the standard streams when the image dumped saved, but
not reopening it when the image is resumed. Very odd.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$ oa
which is
alias oa='/usr/bin/rlwrap -c -f /home/edi/lib/open-axiom/x86_64-unknown-linux-gnu/1.5.0-2013-06-21/lib/command.list /home/edi/bin/open-axiom --no-server'
but
$ open-axiom --no-server
alone also has the same error message
Thanks Edi for the detective work. I think you may have nailed
down the source of the problem with CLisp. It appears it may be
closing the standard streams when the image dumped saved, but
not reopening it when the image is resumed. Very odd.
Edi, I cannot reproduce this when I start OA@CLips with
open-axiom --no-server
What command did you use?
$ oa
which is
alias oa='/usr/bin/rlwrap -c -f /home/edi/lib/open-axiom/x86_64-unknown-linux-gnu/1.5.0-2013-06-21/lib/command.list /home/edi/bin/open-axiom --no-server'
but
$ open-axiom --no-server
alone also has the same error message
I cannot strace the child since
?
I definitely cannot reproduce this with open-axiom --no-server.
I have a clean non-faulty session with that.
Note about your use of strace: you have a typo in the argument. You wrote --noserver instead of --no-server.