From: ···········@gmail.com
Subject: Interrupting SBCL/SLIME on Windows
Date: 
Message-ID: <1185404465.316443.220840@o61g2000hsh.googlegroups.com>
Hey all,

My understanding is that sbcl on windows is single-threaded.

So if I have a runaway program in sbcl on windows, is there any way to
interrupt it short of killing the entire sbcl process?

Anyone out there use the slime/sbcl combo on windows? How do you
handle this situation?

Thanks!

Aemon

From: Timofei Shatrov
Subject: Re: Interrupting SBCL/SLIME on Windows
Date: 
Message-ID: <46a85445.4828242@news.readfreenews.net>
On Wed, 25 Jul 2007 16:01:05 -0700, ···········@gmail.com tried to confuse
everyone with this message:

>Hey all,
>
>My understanding is that sbcl on windows is single-threaded.
>
>So if I have a runaway program in sbcl on windows, is there any way to
>interrupt it short of killing the entire sbcl process?
>
>Anyone out there use the slime/sbcl combo on windows? How do you
>handle this situation?
>

Doesn't C-c C-c work? I think it should cause "User break" error at least in
some cases.

-- 
|Don't believe this - you're not worthless              ,gr---------.ru
|It's us against millions and we can't take them all... |  ue     il   |
|But we can take them on!                               |     @ma      |
|                       (A Wilhelm Scream - The Rip)    |______________|
From: ···········@gmail.com
Subject: Re: Interrupting SBCL/SLIME on Windows
Date: 
Message-ID: <1185457700.329182.198430@o61g2000hsh.googlegroups.com>
On Jul 26, 4:00 am, ····@mail.ru (Timofei Shatrov) wrote:
> On Wed, 25 Jul 2007 16:01:05 -0700, ···········@gmail.com tried to confuse
> everyone with this message:
>
> >Hey all,
>
> >My understanding is that sbcl on windows is single-threaded.
>
> >So if I have a runaway program in sbcl on windows, is there any way to
> >interrupt it short of killing the entire sbcl process?
>
> >Anyone out there use the slime/sbcl combo on windows? How do you
> >handle this situation?
>
> Doesn't C-c C-c work? I think it should cause "User break" error at least in
> some cases.
>
> --
> |Don't believe this - you're not worthless              ,gr---------.ru
> |It's us against millions and we can't take them all... |  ue     il   |
> |But we can take them on!                               |     @ma      |
> |                       (A Wilhelm Scream - The Rip)    |______________|


I've tried C-c C-c both in the REPL buffer and the *inferior-lisp*
buffer. I get 'Lisp connection closed unexpectedly: connection broken
by remote peer' and 'Process inferior-lisp interrupt', respectively.

Any other thoughts?

Thanks,
A