GNU bug report logs - #10430
coreutils-8.14.116-1e18d: "make distcheck" failure on Debian (one test failed)

Previous Next

Package: coreutils;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Wed, 4 Jan 2012 14:17:01 UTC

Severity: normal

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Pádraig Brady <P <at> draigBrady.com>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 10430 <at> debbugs.gnu.org
Subject: Re: bug#10430: coreutils-8.14.116-1e18d: "make distcheck" failure
	on Debian (one test failed)
Date: Wed, 04 Jan 2012 16:35:57 +0000
On 01/04/2012 02:12 PM, Stefano Lattarini wrote:

> The only failed test was `misc/timeout-group'.

This is either a race in the test or a bug in timeout, neither of which I can see.
Your system is running 2.6.30-2-686 SMP

Does this fail all the time?
(cd tests && make check TESTS=misc/timeout-group VERBOSE=yes)

Does it fail if you force bash?
(cd tests && make check TESTS=misc/timeout-group VERBOSE=yes SHELL=/bin/bash)

If you change timeout.c to fprintf(stderr) that the first
send_sig (monitored_pid) call is made, does that happen in the failing case?

As an outside guess, maybe timer_create() causes threads to
be created on your system, which may in turn cause signal issues?
Does the failure still happen if you s/HAVE_TIMER_SETTIME/0/ in timeout.c?

cheers,
Pádraig.




This bug report was last modified 6 years and 317 days ago.

Previous Next


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