gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: Segmentation fault with Maxima's "length" and gcl


From: Stefano Ferri
Subject: [Gcl-devel] Re: Segmentation fault with Maxima's "length" and gcl
Date: Wed, 23 Feb 2011 00:39:25 +0100

The same problem happens with:

(%i1) submatrix(foo);

Maxima encountered a Lisp error:

 Error in PROGN [or a callee]: Caught fatal error [memory may be damaged]

Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.

(%i2) submatrix(foo);
Segmentation fault

Stefano



2011/2/16 Stefano Ferri <address@hidden>:
> I was playing with two different Maxima builds, one made against gcl, the
> other one compiled against clisp.
> The following command:
>
> length("string");
>
> that must produce an error, if repeated twice, causes gcl to produce a
> segmentation fault and Maxima to exit. Moreover, the first time takes about
> 2 seconds to get the error, while with clisp the error message is displayed
> immediately, and no segfault is produced by further errors.
>
>
> Maxima and Gcl
>
> (%i2) length("string");
>
> Maxima encountered a Lisp error:
>
>  Error in PROGN [or a callee]: Caught fatal error [memory may be damaged]
>
> Automatically continuing.
> To enable the Lisp debugger set *debugger-hook* to nil.
>
> (%i3) length("string");
> Segmentation fault
> address@hidden:~/build/maxima-5.23.2$
>
>
>
> Maxima and Clisp:
>
> (%i4) length("string");
> Maxima encountered a Lisp error:
>
>
> CAR: #1="string" is not a list
>
> Automatically continuing.
> To enable the Lisp debugger set *debugger-hook* to nil.
>
>
> I'm using the latest cvs version of gcl and Maxima 5.23.2, on Slackware
> Gnu/Linux 13.1.
>
>
> Stefano
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]