Re: bug in libpthreads

2012-05-10 Thread Thomas Schwinge
Hi! On Thu, 10 May 2012 17:38:26 -0700 (PDT), Thomas Thomas wrote: > In function initialize_pthread in file pthread/pt-alloc.c, you need to > initialize the value of have_kernel_resources to zero if the thread > structure is not recycled. Following the logic of > __pthread_create_internal: we go

bug in libpthreads

2012-05-10 Thread Thomas Thomas
In function initialize_pthread in file pthread/pt-alloc.c, you need to initialize the value of have_kernel_resources to zero if the thread structure is not recycled. Following the logic of __pthread_create_internal: we go from __pthread_alloc to __pthread_thread_alloc without touching have_kernel_r