bug-guile
[Top][All Lists]
Advanced

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

Re: [1.9.12][OpenBSD] CFLAGS="-g -O0" run time failure ...


From: Andy Wingo
Subject: Re: [1.9.12][OpenBSD] CFLAGS="-g -O0" run time failure ...
Date: Fri, 10 Sep 2010 10:41:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Thu 09 Sep 2010 01:06, primus <address@hidden> writes:

>> If you are able to attach to the guile process while it is building,
>> break on scm_ithrow and send the backtrace. You can edit
>> meta/guile-tools and replace "exec guile" with "exec
>> gdb-uninstalled-guile", then when you get a gdb prompt after typing
>> "make", you can "break scm_ithrow", then "run", then "bt full" when you
>> hit the error.

Can you also try "call scm_backtrace ()", please. That will give the
Scheme backtrace, if all goes well.

Andy
-- 
http://wingolog.org/



reply via email to

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