From: vedm
Subject: sbcl - cl-swank on debian and detachtty ?
Date: 
Message-ID: <L62dnfOfhIJq4TXZnZ2dnUVZ_qadnZ2d@giganews.com>
Starting sbcl with detachtty and then starting swank-server in sbcl
gives me the error below (line 7). Any idea why SBCL can not write to
that terminal? I am using the debian packages cl-swank and SBCL

===
WARNING: DEFIMPLEMENTATION of undefined interface (STARTUP-MULTIPROCESSING)
····@znain.comHelp! 11 nested errors. SB-KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.
0: (BACKTRACE 536870911 #<SYNONYM-STREAM :SYMBOL SB-SYS:*TTY* {B362B81}>)
1: ((LAMBDA NIL))
2: ((LAMBDA NIL))
3: (SB-IMPL::%WITH-STANDARD-IO-SYNTAX #<CLOSURE (LAMBDA NIL) {B362C9D}>)
4: (SB-IMPL::ERROR-ERROR)
5: (SB-IMPL::INFINITE-ERROR-PROTECTOR)
6: (ERROR SB-INT:SIMPLE-STREAM-ERROR)
7: (SB-IMPL::SIMPLE-STREAM-PERROR "couldn't write to ~S"#<SB-SYS:FD-STREAM for "the terminal" {A8238A9}> 32)
....
====


-- 
vedm
From: vedm
Subject: Re: sbcl - cl-swank on debian and detachtty ?
Date: 
Message-ID: <Mt2dnTOSsMqSADXZnZ2dnUVZ_rKdnZ2d@giganews.com>
vedm <··@ns.com> writes:

> Starting sbcl with detachtty and then starting swank-server in sbcl
> gives me the error below (line 7). Any idea why SBCL can not write to
> that terminal? I am using the debian packages cl-swank and SBCL

Setting *debug-io* to *standard-output* fixed the problem.

-- 
vedm