From: ·····@uncommon-sense.net
Subject: slime not working with sbcl 1.0.7 x86-64
Date: 
Message-ID: <1183466189.696109.107980@m36g2000hse.googlegroups.com>
Hi,

I just downloaded the current sbcl-1.0.7 for x86-64 and also the
current slime from CVS. When starting slime it compiles and loads some
files and then exits after the following messages

This is SBCL 1.0.7, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided
under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
*
; loading #P"/home/boris/share/site-lisp/slime-cvs/swank-
loader.lisp"
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank-$
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/nregex$
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank-$
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank-$
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank-$
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank-$
STYLE-WARNING:
   implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-
P
;; loading #P"/home/boris/.slime/fasl/2007-06-28/sbcl-1.0.7-linux-
x86-64/swank.$
WARNING: These Swank interfaces are unimplemented:
 (CALLS-WHO DISASSEMBLE-FRAME SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN
            WHO-SPECIALIZES)
;; Swank started at port:
41382.
41382
*
Process inferior-lisp hangup

The same Emacs / Slime setup works with CMUCL, if  I simply change the
'inferior-lisp-program'.

Any ideas, what I can do to make this work?

Regards,
Boris

From: Zach Beane
Subject: Re: slime not working with sbcl 1.0.7 x86-64
Date: 
Message-ID: <m33b05wt8z.fsf@unnamed.xach.com>
·····@uncommon-sense.net writes:

> ;; Swank started at port:
> 41382.
> 41382
> *
> Process inferior-lisp hangup
> 
> The same Emacs / Slime setup works with CMUCL, if  I simply change the
> 'inferior-lisp-program'.
> 
> Any ideas, what I can do to make this work?

In the past, this has been caused by a glitch in a particular Linux
kernel. What kernel are you using? You might get further with sbcl if
you start it as "nohup sbcl" instead of just "sbcl". Upgrading your
kernel might also fix the problem.

Zach
From: ·····@uncommon-sense.net
Subject: Re: slime not working with sbcl 1.0.7 x86-64
Date: 
Message-ID: <1183483688.351779.167850@n2g2000hse.googlegroups.com>
On 3 Jul., 14:45, Zach Beane <····@xach.com> wrote:
> In the past, this has been caused by a glitch in a particular Linux
> kernel. What kernel are you using? You might get further with sbcl if
> you start it as "nohup sbcl" instead of just "sbcl". Upgrading your
> kernel might also fix the problem.

nohup sbcl seems to work, thanks.

I use kernel
  2.6.8-13-amd64-k8

on Debian.

Regards,
Boris