Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 01:00:07 -0500
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        freebsd-threads@freebsd.org
Subject:   NPTL test failures with KSE
Message-ID:  <20040113060007.GA23063@crodrigues.org>

next in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040113060007.GA23063>