From owner-freebsd-current Wed Dec 22 3:24:48 1999 Delivered-To: freebsd-current@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 5A81215496 for ; Wed, 22 Dec 1999 03:24:46 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id GAA14717; Wed, 22 Dec 1999 06:24:44 -0500 (EST) Date: Wed, 22 Dec 1999 06:24:44 -0500 (EST) From: Daniel Eischen Message-Id: <199912221124.GAA14717@pcnet1.pcnet.com> To: eischen@vigrid.com, freebsd-current@freebsd.org, fritz.heinrichmeyer@fernuni-hagen.de Subject: Re: python tests Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It seem this is relevant. > Here is the output of "python test_select.py": > > Traceback (innermost last): > File "test_select.py", line 63, in ? > test() > File "test_select.py", line 47, in test > rfd, wfd, xfd = select.select([p], [], [], tout) > select.error: (4, 'Interrupted system call') > Yep, this is probably the bug I was mentioning. A patch for libc_r is at: http://www.freebsd.org/~deischen/libc_r.diffs Apply it from src/lib/libc_r/uthread/ The fix will be committed soon after it's reviewed. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message