From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: (no subject) Date: Tue, 29 Mar 2011 9:03:06 -0400 Message-ID: <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: 7bit X-Trace: dough.gmane.org 1301403803 7119 80.91.229.12 (29 Mar 2011 13:03:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 13:03:23 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Mar 29 15:03:19 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 1Q4YZq-0008OZ-JI for guile-bugs@m.gmane.org; Tue, 29 Mar 2011 15:03:18 +0200 Original-Received: from localhost ([127.0.0.1]:59798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4YZp-0007Vd-NI for guile-bugs@m.gmane.org; Tue, 29 Mar 2011 09:03:17 -0400 Original-Received: from [140.186.70.92] (port=49591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4YZi-0007VV-Nj for bug-guile@gnu.org; Tue, 29 Mar 2011 09:03:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4YZh-0001gB-PU for bug-guile@gnu.org; Tue, 29 Mar 2011 09:03:10 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:51575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4YZh-0001fR-Ml for bug-guile@gnu.org; Tue, 29 Mar 2011 09:03:09 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=Nm3SJc7L3wlcojC9snsyzORkYWw1JOu3BeZkTeIwPUk= c=1 sm=0 a=IkcTkHD0fZMA:10 a=jzvlDURsQp1drQMaOXEA:9 a=1AeeLKR9Zt4RsAZBEFtv3f-FKXYA:4 a=QEXdDO2ut3YA:10 a=c5ndB1BaYjfUPQxf33vGwg==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.172] ([10.127.132.172:53976] helo=cdptpa-web21-z02) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id F1/B6-11439-A88D19D4; Tue, 29 Mar 2011 13:03:06 +0000 X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.123 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:5380 Archived-At: 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 FAIL: threads.test: mutex-ownership: mutex with owner not retained (bug #27450) Running just the threads.test *sometimes* works. One in six runs or so. -Dale