Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2004 11:15:43 +0800
From:      David Xu <davidxu@freebsd.org>
To:        Craig Rodrigues <rodrigc@crodrigues.org>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: NPTL test failures with KSE
Message-ID:  <4008A8DF.5020705@freebsd.org>
In-Reply-To: <20040116150823.GA46662@crodrigues.org>
References:  <20040113060007.GA23063@crodrigues.org> <20040116081040.GB777@mobile.acsolutions.com> <20040116150823.GA46662@crodrigues.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Craig Rodrigues wrote:

>On Fri, Jan 16, 2004 at 11:10:40AM +0300, Mike Makonnen wrote:
>  
>
>>Diffs to your patches of NPTL would be nice so others can run
>>the tests as well :)
>>    
>>
>
>I submitted a tar file attachment in my previous e-mail
>that can compile on FreeBSD.  I didn't patch all of the
>NPTL tests, since many of them depend on glibc specific
>header files to compile.
>
>I have the tar file here which has 5 nptl tests:
>
>http://crodrigues.org/freebsd/nptl-tests.tar.gz
>  
>
tst-cancel2.c's allocates100000 bytes on stack, FreeBSD pthread default 
stack
size is 65536,  you should increase stack size by using 
pthread_attr_setstacksize.

David Xu




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