chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] eval of (0) crashes app


From: felix winkelmann
Subject: Re: [Chicken-users] eval of (0) crashes app
Date: Fri, 28 Mar 2008 13:37:02 +0100

On Fri, Mar 28, 2008 at 12:33 PM, Heinrich Taube <address@hidden> wrote:
>
>  > You mean "(car {1 2 3})", literally? Or "(car 1) ..."?
>
>  literally with { }. this also crashes the app.
>

Ah, ok - this is just like "(car (1 2 3))" which is the same error
case as "(0)" in the end.

>
>  when i trigger the error under gdb by evaling (0) this is what gets
>  printed (sorry I dont know anything more about gdb yet!):

Can you give me the output of "bt" inside gdb? (this will
produce the backtrace).


cheers,
felix




reply via email to

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