guile-user
[Top][All Lists]
Advanced

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

Re: Help needed debugging segfault with Guile 1.8.7


From: Neil Jerram
Subject: Re: Help needed debugging segfault with Guile 1.8.7
Date: Thu, 11 Nov 2010 08:33:48 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Peter TB Brett <address@hidden> writes:

> I'd really appreciate any suggestions that anyone might be able to give
> me on figuring out how I've managed to break things.  At the moment, I'm
> at a complete loss.

I'm afraid I only have two general ideas.

1. You can use gdb_print and gdb_output to see the Scheme values of SCM
variables.  For example, to see the value of `l', in the top frame of
your backtrace:

(gdb) call gdb_print(l)
(gdb) p gdb_output

2. You can try modifying your script in small ways to see if the problem
disappears.  If it does, that may give a clue about what the problem is.

Regards,
        Neil



reply via email to

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