bug-guile
[Top][All Lists]
Advanced

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

bug#10096: Failing gc.test for i586


From: Andy Wingo
Subject: bug#10096: Failing gc.test for i586
Date: Wed, 23 Nov 2011 13:06:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Mon 21 Nov 2011 15:46, Petr Gajdos <address@hidden> writes:

> gc.test is failing with guile 2.0.3 for me on i586:
> FAIL: gc.test: gc: Unused modules are removed
>
> I don't observe this for guile 2.0.2. Could you please 
> guide me to resolve this issue?

Hummmm.  Well, on the one side, it is not really a fatal failure.  This
tests allocates 1000 modules, then does a few gc runs, then checks to
make sure they were all collected.  Since libgc is a conservative
collector, it is possible that it mistakenly thinks one of those modules
is still alive -- a problem that is more acute on 32-bit systems.  It is
also dependent on the compiler you use, the version of libgc, etc.

I think if I were you, I would just ignore this error.  I know it's not
a very good answer, but does that work for you?

Andy
-- 
http://wingolog.org/





reply via email to

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