bug-guile
[Top][All Lists]
Advanced

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

Re: guile-2.0.0 fails to build without threads


From: Andy Wingo
Subject: Re: guile-2.0.0 fails to build without threads
Date: Wed, 13 Apr 2011 11:55:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Marco,

On Tue 12 Apr 2011 08:49, Marco Maggi <address@hidden> writes:

> I am following up here because  I have a problem at the same
> point when  building branch stable-2.0; I  have just fetched
> from the repository, so I have the commit c89b452993...

Actually, failing at that point is quite common: it's the first time the
newly-built Guile is actually used.  It would be more appropriate to
start a new thread, but since we're here...

> scmsigs.c: In function 'signal_delivery_thread':
> scmsigs.c:159:3: warning: implicit declaration of function 'GC_pthread_sigm=
> ask' [-Wimplicit-function-declaration]

This is odd.  The configure script should detect the presence of
GC_pthread_sigmask, and only emit references to it if it is found.  Can
you grep your config.log for instances of "GC_pthread" ?  Also, can you
grep your libguile/scmconfig.h for "PTHREAD" ?

> memoize.c:478:***Mismatching FUNC_NAME.  Should be: `#define FUNC_NAME s_"@=
> prompt"'

These are harmless, but thank you for being thorough in the report.

> Throw without catch before boot:
> Throw to key stack-overflow with args (#f "Stack overflow" #f #f)Aborting.

Can you submit a backtrace please?  You can do so by running
meta/gdb-uninstalled-guile --no-auto-compile, then "b scm_ithrow",
"run", and then "bt" when the breakpoint hits.

Thanks,

Andy
-- 
http://wingolog.org/



reply via email to

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