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: Thu, 28 Apr 2011 13:17:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Marijn,

Adding Ludo to the Cc: as he knows more about libgc.

On Thu 14 Apr 2011 15:25, Marijn <address@hidden> writes:

>   CCLD   guile
>   GEN    guile-procedures.texi
> 0x75b260 is not a GC visible pointer location
> GC_is_visible test failed

This occurs in gc.c:

      /* Sanity check.  */
      if (!GC_is_visible (&scm_protects))
        abort ();

scm_protects is declared above:

    /* Hash table that keeps a reference to objects the user wants to protect 
from
       garbage collection.  It could arguably be private but applications have 
come
       to rely on it (e.g., Lilypond 2.13.9).  */
    SCM scm_protects;

This seems to indicate a problem with libgc on your platform.  Please
check that it is configured correctly.

Regards,

Andy
-- 
http://wingolog.org/



reply via email to

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