bug-guile
[Top][All Lists]
Advanced

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

Re: [1.9.12][OpenBSD] run time failure ...


From: Andy Wingo
Subject: Re: [1.9.12][OpenBSD] run time failure ...
Date: Wed, 08 Sep 2010 21:46:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

On Wed 08 Sep 2010 21:21, primus <address@hidden> writes:

> Failure is at: (won't know where to start debugging this - scheme land now).
>
> gmake[2]: Entering directory `/usr/obj/micro/guile-1.9.12/module'
>   GUILEC ice-9/eval.go
> guile: uncaught throw to wrong-type-arg: (#f Wrong type (expecting ~A): ~S 
> (exact integer (#t #<catch-closure 3d9da8e0> #<catch-closure 3d9da8d0> 
> #<catch-closure 3d9da8c0>)) ((#t #<catch-closure 3d9da8e0> #<catch-closure 
> 3d9da8d0> #<catch-closure 3d9da8c0>)))

Ew. What version of libgc do you have?

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.

Andy
-- 
http://wingolog.org/



reply via email to

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