Menu

#94 )version doesn't work on clisp

1.1.0
open
nobody
None
9
2013-06-30
2013-06-29
Edi Meier
No

Revision 3041 on clisp 2.49-8.2 gives:

(118) -> )version

System error:

WRITE-CHAR on #1=#<closed output="" buffered="" file-stream="" character="" #p"="" dev="" fd="" 1"=""> is illegal</closed>

(118) ->

Thank you very much.

Regards,
Edi

Discussion

  • Edi Meier

    Edi Meier - 2013-06-29
    (118) -> )version
    
       >> System error:
    
    WRITE-CHAR on #1=#<CLOSED OUTPUT BUFFERED FILE-STREAM CHARACTER #P"/dev/fd/1"> is illegal
    
    
    (118) ->
    
     
  • Gabriel Dos Reis

    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.

     
  • Gabriel Dos Reis

    Edi, I cannot reproduce this when I start OA@CLips with

    open-axiom --no-server

    What command did you use?

     
  • Edi Meier

    Edi Meier - 2013-06-30

    $ 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

    edi@host:~$ strace -o process_dump -ff open-axiom --noserver
    command line error: --noserver
    

    ?

     
    • Gabriel Dos Reis

      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.

       

Log in to post a comment.

MongoDB Logo MongoDB