Subject: Re: race condition in pthread write()?
To: David Laight <david@l8s.co.uk>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 02/11/2003 13:12:19
David Laight <david@l8s.co.uk> writes:

> > Okay, the problem is that the process isn't recycling enough stacks
> > for the kernel. A few other people have seen this; I'm not entirely
> > sure what the solution is.
> 
> Could this be related to the fact that none of the 'compat'
> versions of sys_wait4 free up the sa structure?

That is probably a problem but I see no reason to think it's relevant
here.

        - Nathan