GNU bug report logs - #12719
error when using make check

Previous Next

Package: guile;

Reported by: Areth Unknown <unknown.areth <at> gmail.com>

Date: Wed, 24 Oct 2012 12:05:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12719 in the body.
You can then email your comments to 12719 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#12719; Package guile. (Wed, 24 Oct 2012 12:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Areth Unknown <unknown.areth <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 24 Oct 2012 12:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Areth Unknown <unknown.areth <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: error when using make check
Date: Wed, 24 Oct 2012 14:01:52 +0200
[Message part 1 (text/plain, inline)]
OS: Mac OS 10.5.8
guile: v2.0.6-46-gead2496
libatomic_ops: libatomic_ops-7_3alpha2-80-g94c0b20
libgc: gc7_3alpha2-132-ge03d9eclibffi-3.0.11
gmp: 5.0.5
libunistring: 0.9.3
libtool: 2.4.2
libiconv: 1.14
readline: 6.2.000

I think that should be it.




Running srfi-1.test
Running srfi-10.test
Running srfi-11.test
Running srfi-13.test
Running srfi-14.test
Running srfi-17.test
Running srfi-18.test
Assertion failed: (scm_is_eq (m->owner, t->handle)), function
do_thread_exit, file threads.c, line 700.
/bin/sh: line 1: 16394 Abort trap
 CHARSETALIASDIR="/Users/paw/guile/lib" ${dir}$tst
FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile <at> gnu.org
==================================
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2

-- 
// add
[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#12719; Package guile. (Wed, 24 Oct 2012 15:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 12719 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Areth Unknown <unknown.areth <at> gmail.com>
Cc: 12719 <at> debbugs.gnu.org
Subject: Re: bug#12719: error when using make check
Date: Wed, 24 Oct 2012 16:57:46 +0200
Hi,

Thanks for the report.

Areth Unknown <unknown.areth <at> gmail.com> skribis:

> Running srfi-18.test
> Assertion failed: (scm_is_eq (m->owner, t->handle)), function
> do_thread_exit, file threads.c, line 700.
> /bin/sh: line 1: 16394 Abort trap

Could you run “./check-guile srfi-18.test” several times in a row, and
see how often that happens?

Can you also check with “./check-guile threads.test”?

If that’s easily reproducible, could you comment some of the tests in
srfi-18.test until you’re (ideally) left with a single test that
reproduces the problem?

Thanks in advance!

Ludo’.




Information forwarded to bug-guile <at> gnu.org:
bug#12719; Package guile. (Wed, 24 Oct 2012 15:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 12719 <at> debbugs.gnu.org (full text, mbox):

From: Areth Unknown <unknown.areth <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 12719 <at> debbugs.gnu.org
Subject: Re: bug#12719: error when using make check
Date: Wed, 24 Oct 2012 17:17:00 +0200
[Message part 1 (text/plain, inline)]
Ran this about 20 times now, 100% failure.

$ ./check-guile srfi-18.test
Testing /Users/paw/guile/meta/guile ... srfi-18.test
with GUILE_LOAD_PATH=/Users/paw/guile/test-suite
Running srfi-18.test
Assertion failed: (scm_is_eq (m->owner, t->handle)), function
do_thread_exit, file threads.c, line 700.
Abort trap

On Wed, Oct 24, 2012 at 4:57 PM, Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hi,
>
> Thanks for the report.
>
> Areth Unknown <unknown.areth <at> gmail.com> skribis:
>
> > Running srfi-18.test
> > Assertion failed: (scm_is_eq (m->owner, t->handle)), function
> > do_thread_exit, file threads.c, line 700.
> > /bin/sh: line 1: 16394 Abort trap
>
> Could you run “./check-guile srfi-18.test” several times in a row, and
> see how often that happens?
>
> Can you also check with “./check-guile threads.test”?
>
> If that’s easily reproducible, could you comment some of the tests in
> srfi-18.test until you’re (ideally) left with a single test that
> reproduces the problem?
>
> Thanks in advance!
>
> Ludo’.
>



-- 
// add
[Message part 2 (text/html, inline)]

Information forwarded to bug-guile <at> gnu.org:
bug#12719; Package guile. (Wed, 24 Oct 2012 20:10:02 GMT) Full text and rfc822 format available.

Message #14 received at 12719 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Areth Unknown <unknown.areth <at> gmail.com>
Cc: 12719 <at> debbugs.gnu.org
Subject: Re: bug#12719: error when using make check
Date: Wed, 24 Oct 2012 22:07:45 +0200
Areth Unknown <unknown.areth <at> gmail.com> skribis:

> Ran this about 20 times now, 100% failure.

Good, so now you can start nailing down the test that leads to this
failure.  :-)

Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 23 Nov 2012 22:23:02 GMT) Full text and rfc822 format available.

Notification sent to Areth Unknown <unknown.areth <at> gmail.com>:
bug acknowledged by developer. (Fri, 23 Nov 2012 22:23:03 GMT) Full text and rfc822 format available.

Message #19 received at 12719-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Areth Unknown <unknown.areth <at> gmail.com>
Cc: 12719-done <at> debbugs.gnu.org
Subject: Re: bug#12719: error when using make check
Date: Fri, 23 Nov 2012 23:20:53 +0100
Hi,

Areth Unknown <unknown.areth <at> gmail.com> skribis:

> $ ./check-guile srfi-18.test
> Testing /Users/paw/guile/meta/guile ... srfi-18.test
> with GUILE_LOAD_PATH=/Users/paw/guile/test-suite
> Running srfi-18.test
> Assertion failed: (scm_is_eq (m->owner, t->handle)), function
> do_thread_exit, file threads.c, line 700.
> Abort trap

This was actually fixed in commit
02a362a665ce462e4fe2409b2e2fc2c0007360f2, which will be in 2.0.7.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 22 Dec 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.