unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Marijn <hkBst@gentoo.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: bug-guile@gnu.org
Subject: Re: guile-2.0.0 fails to build without threads
Date: Thu, 05 May 2011 15:59:02 +0200	[thread overview]
Message-ID: <4DC2AD26.9040002@gentoo.org> (raw)
In-Reply-To: <87liyl9wpl.fsf@gnu.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/05/11 14:08, Ludovic Courtès wrote:
> Hello!
> 
> Marijn <hkBst@gentoo.org> writes:
> 
>> (gdb) p &scm_protects
>> $1 = (SCM *) 0x7ffff7bc45a8
> 
> [...]
> 
>> ***Static roots:
>> From 0x601000 to 0x6010c0 (temporary)
>> From 0x7ffff7ddb000 to 0x7ffff7ddd5c8 (temporary)
>> From 0x7ffff7b9e000 to 0x7ffff7bcabb8 (temporary) ;; <- here
> 
> Hmm so GC_is_visible (&scm_protects) should definitely succeed.
> 
>>> How was libgc compiled?  Does its ‘make check’ pass?
>>
>> libgc was compiled from a gentoo ebuild and its sanity tests pass.
> 
> Which configure flags, make flags, patches, etc.?

./configure --prefix=/usr --build=x86_64-pc-linux-gnu
- --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
- --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
- --localstatedir=/var/lib --libdir=/usr/lib64 --with-libatomic-ops=yes
- --enable-cplusplus --disable-threads

no make flags AFAICS, just ordinary make/make install, no patches.

> Could you try a different version of libgc?

I can try other versions, but perhaps someone on your side should
attempt to reproduce by recompiling their boehm-gc with
- --disable-threads. This bug has existed for quite some time and for
multiple guile and I assume boehm-gc versions.

>>> Can you try this program with the same libgc:
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> #include <gc/gc.h>
>>>
>>> int foo[123];
>>>
>>> int
>>> main (int argc, char *argv[])
>>> {
>>>   GC_INIT ();
>>>   GC_is_visible (&foo);
>>>   return 0;
>>> }
>>> --8<---------------cut here---------------end--------------->8---
>>
>> compiled and ran your program:
>>   gcc -I/usr/include -lgc testgc.c -o testgc && ./testgc
>> there was no output.
> 
> OK.  This all sounds really fishy, and I’m pretty much clueless.
> 
> Maybe you should summarize the situation on the GC list and see whether
> we’re missing something obvious?

Please try to reproduce and then maybe we can do that.

Marijn

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3CrSYACgkQp/VmCx0OL2zo8wCgrDbFr8/wT2RlNScw3zGSPMFT
wSMAmwWP8+F7zmF2LEYorKn11Kpk8Isj
=UpZk
-----END PGP SIGNATURE-----



  reply	other threads:[~2011-05-05 13:59 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07 14:47 guile-2.0.0 fails to build without threads Marijn
2011-04-11 16:19 ` Andy Wingo
2011-04-12  7:26   ` Marijn
2011-04-13 10:05     ` Andy Wingo
2011-04-13 13:44       ` Marijn
2011-04-13 14:09         ` Andy Wingo
2011-04-13 14:27           ` Marijn
2011-04-13 15:22             ` Andy Wingo
2011-04-14 13:25               ` Marijn
2011-04-28 11:17                 ` Andy Wingo
2011-04-28 13:08                   ` Ludovic Courtès
2011-04-28 13:15                     ` Andy Wingo
2011-04-28 15:09                       ` Ludovic Courtès
2011-05-03 14:58                         ` Marijn
2011-05-04 12:19                           ` Ludovic Courtès
2011-05-05  8:04                             ` Marijn
2011-05-05 12:08                               ` Ludovic Courtès
2011-05-05 13:59                                 ` Marijn [this message]
2011-05-05 14:25                                   ` Ludovic Courtès
2011-05-06  8:16                                     ` Marijn
2011-05-06  9:52                                       ` Ludovic Courtès
2011-05-06 12:49                                         ` Marijn
2011-05-10  7:43                                         ` Marijn
2011-05-03 14:55                     ` Marijn
2011-04-12  6:49 ` Marco Maggi
2011-04-13  9:04   ` Marco Maggi
2011-04-13 11:42     ` Marco Maggi
2011-04-13 12:26       ` Andy Wingo
2011-04-13 13:56         ` Marco Maggi
2011-04-28 11:21           ` Andy Wingo
2011-05-02  6:20             ` Marco Maggi
2011-05-20  9:37               ` Andy Wingo
2011-05-20 18:41                 ` Marco Maggi
2011-05-21  2:23                   ` Mark H Weaver
2011-05-21  8:45                   ` Andy Wingo
2011-05-21 13:51                     ` Marco Maggi
2011-05-21 14:29                       ` Neil Jerram
2011-06-17 10:25                       ` Andy Wingo
2011-06-20  8:06                         ` Andy Wingo
2011-06-22 21:39                           ` Neil Jerram
2011-04-13  9:55   ` Andy Wingo
2011-04-13 14:19     ` Marco Maggi
2011-04-13 21:57   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DC2AD26.9040002@gentoo.org \
    --to=hkbst@gentoo.org \
    --cc=bug-guile@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).