|
From: Bart V. A. <bar...@gm...> - 2008-03-11 20:32:01
|
On Tue, Mar 11, 2008 at 12:44 PM, <sv...@va...> wrote: > Log: > More crude experimentation: ignore references in the lowest page of a > thread's stack. There is a good reason for doing so -- NPTL reserves the first 3KB (about) of the stack for private data associated with the thread. LinuxThreads did not do this. I found this out by reverse engineering the NPTL source code. Bart. |