From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Failures in =?utf-8?b?4oCYdGhyZWFkcy50ZXN04oCZ?= Date: Tue, 29 Mar 2011 23:47:36 +0200 Message-ID: <87zkoda9af.fsf@gnu.org> References: <20110329130306.JE800.93088.root@cdptpa-web21-z02> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1301435949 14345 80.91.229.12 (29 Mar 2011 21:59:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 21:59:09 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Mar 29 23:59:05 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4gwL-0004po-8V for guile-bugs@m.gmane.org; Tue, 29 Mar 2011 23:59:05 +0200 Original-Received: from localhost ([127.0.0.1]:47214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4glf-0000MJ-8a for guile-bugs@m.gmane.org; Tue, 29 Mar 2011 17:48:03 -0400 Original-Received: from [140.186.70.92] (port=56459 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4glX-0000M4-O0 for bug-guile@gnu.org; Tue, 29 Mar 2011 17:47:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4glW-0007UL-HM for bug-guile@gnu.org; Tue, 29 Mar 2011 17:47:55 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4glW-0007UF-Bv for bug-guile@gnu.org; Tue, 29 Mar 2011 17:47:54 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q4glT-0000Ja-PL for bug-guile@gnu.org; Tue, 29 Mar 2011 23:47:51 +0200 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Mar 2011 23:47:51 +0200 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Mar 2011 23:47:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr User-Agent: Gnus/5.110013 (No Gnus v0.13) Emacs/23.3 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 Germinal an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Cancel-Lock: sha1:+TYuQLtyJrERMY//wrvU4j7ItXc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5383 Archived-At: Hi Dale, An easy answer, but there’s some truth in it: writes: > With guile at v2.0.0-134-g38c50a9, I'm getting a couple of failures in threads.test on my single core Debian Squeeze machine: > > FAIL: threads.test: lock-mutex: timed locking succeeds if mutex unlocked within timeout This one may be sensitive to load. Can you try changing (+ (current-time) 2) to (+ (current-time) 5)? > FAIL: threads.test: mutex-ownership: mutex with owner not retained (bug #27450) This one is GC-sensitive. It’s already kludged at length to improve the chances of success, but I don’t know how to improve the situation. It could throw unresolved instead of failing, but that doesn’t really help... Thanks, Ludo’.