unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#12719: error when using make check
@ 2012-10-24 12:01 Areth Unknown
  2012-10-24 14:57 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Areth Unknown @ 2012-10-24 12:01 UTC (permalink / raw)
  To: 12719

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

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@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

[-- Attachment #2: Type: text/html, Size: 1358 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#12719: error when using make check
  2012-10-24 12:01 bug#12719: error when using make check Areth Unknown
@ 2012-10-24 14:57 ` Ludovic Courtès
  2012-10-24 15:17   ` Areth Unknown
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2012-10-24 14:57 UTC (permalink / raw)
  To: Areth Unknown; +Cc: 12719

Hi,

Thanks for the report.

Areth Unknown <unknown.areth@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’.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#12719: error when using make check
  2012-10-24 14:57 ` Ludovic Courtès
@ 2012-10-24 15:17   ` Areth Unknown
  2012-10-24 20:07     ` Ludovic Courtès
  2012-11-23 22:20     ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Areth Unknown @ 2012-10-24 15:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 12719

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

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@gnu.org> wrote:

> Hi,
>
> Thanks for the report.
>
> Areth Unknown <unknown.areth@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

[-- Attachment #2: Type: text/html, Size: 1569 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#12719: error when using make check
  2012-10-24 15:17   ` Areth Unknown
@ 2012-10-24 20:07     ` Ludovic Courtès
  2012-11-23 22:20     ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2012-10-24 20:07 UTC (permalink / raw)
  To: Areth Unknown; +Cc: 12719

Areth Unknown <unknown.areth@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’.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#12719: error when using make check
  2012-10-24 15:17   ` Areth Unknown
  2012-10-24 20:07     ` Ludovic Courtès
@ 2012-11-23 22:20     ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2012-11-23 22:20 UTC (permalink / raw)
  To: Areth Unknown; +Cc: 12719-done

Hi,

Areth Unknown <unknown.areth@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’.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-23 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 12:01 bug#12719: error when using make check Areth Unknown
2012-10-24 14:57 ` Ludovic Courtès
2012-10-24 15:17   ` Areth Unknown
2012-10-24 20:07     ` Ludovic Courtès
2012-11-23 22:20     ` Ludovic Courtès

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).