From owner-freebsd-threads@FreeBSD.ORG Mon Jan 12 22:00:11 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E812416A4D1 for ; Mon, 12 Jan 2004 22:00:10 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD4A43D3F for ; Mon, 12 Jan 2004 22:00:08 -0800 (PST) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.31.45.197]) by comcast.net (sccrmhc13) with ESMTP id <2004011306000601600nj29ve>; Tue, 13 Jan 2004 06:00:06 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost.crodrigues.org [127.0.0.1])i0D608Kp023150 for ; Tue, 13 Jan 2004 01:00:08 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)i0D607kU023149 for freebsd-threads@freebsd.org; Tue, 13 Jan 2004 01:00:07 -0500 (EST) (envelope-from rodrigc) Date: Tue, 13 Jan 2004 01:00:07 -0500 From: Craig Rodrigues To: freebsd-threads@freebsd.org Message-ID: <20040113060007.GA23063@crodrigues.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: NPTL test failures with KSE X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 06:00:11 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Just for kicks, I started looking at some of the tests included with the new Linux Native Posix Threading Library (NPTL). I cobbled together a Makefile that links -lkse, and edited test-skeleton.c so that the tests would compile on FreeBSD. The attached file has 4 tests which fail: tst-cancelx2: Didn't expect signal from child: got `Segmentation fault' tst-cancel12: thread not canceled tst-mutex3: 4th mutex_unlock didn't return EPERM tst-stack2: Fatal error 'Thread has returned from _thread_switch' at line 1095 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 0) Didn't expect signal from child: got `Abort trap' Any idea if these failures point to problems in KSE, or if the tests are bogus? Thanks. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org --YiEDa0DAkWCtVeE4--