NPTL test failures with KSE

David Xu davidxu at freebsd.org
Fri Jan 16 19:16:06 PST 2004


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




More information about the freebsd-threads mailing list