Segmentation fault on Raspberry pi

Stas Boukarev stassats at gmail.com
Wed Dec 18 13:26:35 UTC 2013


Christer Enfors <christer.enfors at gmail.com> writes:

> Hmm, seems we post replies below the quoted text on this mailing list -
> good, that's
> the way I prefer it. Haven't used that kind of posting in 10 years though,
> let's see if I
> do it correctly with gmail...
>
>
> On Wed, Dec 18, 2013 at 11:29 AM, Stas Boukarev <stassats at gmail.com> wrote:
>> Christer Enfors <christer.enfors at gmail.com> writes:
>> > I'm trying to run SLIME on a Raspberry pi (a USD 35 computer), but it
> seems
>> > CLisp crashes when I try to start SLIME:
>> This problem has noting to do with slime, consult clisp mailing lists,
>> although you probably won't get any help there, since clisp doesn't seem
>> to be actively maintained by anyone.
>
> That's not *entirely* correct, clisp starts fine if I use it manually
> outside of slime.
Lisp is not like C, no portable program should be able to crash the
implementation in such a way. If there's a crash, and no dirty tricks
are performed, then the implementation is to blame

> But I've
> heard others say similar things about clisp too, so I probably should look
> for another
> lisp implementation. Seeing as how I'm a total lisp newbie, I have no idea
> which one
> to choose though. I just want something I can use effectively with slime.
Try clozure cl, it also has better slime support.

-- 
With best regards, Stas.



More information about the slime-devel mailing list