Re: Problem with POSIX threads in latest kernel...

2007-01-22 Thread J.A. Magallón
On Mon, 22 Jan 2007 11:56:30 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > On Tue, 16 Jan 2007 02:47:10 +0100 "J.A. Magallón" <[EMAIL PROTECTED]> > > wrote: > > Hi... > > > > I run the (almost) latest -mm kernel (2.6.20-rc3-mm1), and see some strange > > behaviour > > with POSIX threads

Re: Problem with POSIX threads in latest kernel...

2007-01-22 Thread J.A. Magallón
On Mon, 22 Jan 2007 11:56:30 -0800, Andrew Morton [EMAIL PROTECTED] wrote: On Tue, 16 Jan 2007 02:47:10 +0100 J.A. Magallón [EMAIL PROTECTED] wrote: Hi... I run the (almost) latest -mm kernel (2.6.20-rc3-mm1), and see some strange behaviour with POSIX threads (glibc-2.4). I

Problem with POSIX threads in latest kernel...

2007-01-15 Thread J.A. Magallón
Hi... I run the (almost) latest -mm kernel (2.6.20-rc3-mm1), and see some strange behaviour with POSIX threads (glibc-2.4). I have downgraded my test to a simple textboox example for a SMP-safe spool queue, it's just a circular queue with a mutex and a condition variable for in and out. I have

Problem with POSIX threads in latest kernel...

2007-01-15 Thread J.A. Magallón
Hi... I run the (almost) latest -mm kernel (2.6.20-rc3-mm1), and see some strange behaviour with POSIX threads (glibc-2.4). I have downgraded my test to a simple textboox example for a SMP-safe spool queue, it's just a circular queue with a mutex and a condition variable for in and out. I have