Re: Possible 2.6.24-rc7 issue w/respect to pthreads

2008-01-09 Thread Eric Dumazet
On Wed, 9 Jan 2008 02:35:32 -0800 (PST) [EMAIL PROTECTED] wrote: > To Whom It May Concern, > > After I patched my 2.6.23 kernel to 2.6.24-rc7 this morning, I noticed > some odd behavior with respect to POSIX threads in a test program I had > written (originally to test epoll.) > > The behavior i

Re: Possible 2.6.24-rc7 issue w/respect to pthreads

2008-01-09 Thread Marc Kleine-Budde
[EMAIL PROTECTED] wrote: > To Whom It May Concern, > > After I patched my 2.6.23 kernel to 2.6.24-rc7 this morning, I noticed > some odd behavior with respect to POSIX threads in a test program I had > written (originally to test epoll.) > > The behavior is as follows: > > 1. main() creates a n

Re: Possible 2.6.24-rc7 issue w/respect to pthreads

2008-01-09 Thread Jakub Jelinek
On Wed, Jan 09, 2008 at 02:35:32AM -0800, [EMAIL PROTECTED] wrote: > After I patched my 2.6.23 kernel to 2.6.24-rc7 this morning, I noticed > some odd behavior with respect to POSIX threads in a test program I had > written (originally to test epoll.) > > The behavior is as follows: > > 1. main(

Possible 2.6.24-rc7 issue w/respect to pthreads

2008-01-09 Thread tom
To Whom It May Concern, After I patched my 2.6.23 kernel to 2.6.24-rc7 this morning, I noticed some odd behavior with respect to POSIX threads in a test program I had written (originally to test epoll.) The behavior is as follows: 1. main() creates a new thread of execution with pthread_create