Subject: Re: spurious segfault (libpthread problem)
To: Nathan J. Williams <nathanw@wasabisystems.com>
From: Lennart Augustsson <lennart@augustsson.net>
List: current-users
Date: 05/26/2003 22:09:59
Well, a 256k stack limit is a bug, IMO.  If I have set my stack limit to
a certain number I expect to have a stack of that size, not some random
number.

    -- Lennart

Nathan J. Williams wrote:

>Lennart Augustsson <lennart@augustsson.net> writes:
>
>  
>
>>I can repeat that.  Whatever the cause is (not enough stack with threads?),
>>it is certainly a(nother) pthread bug.
>>    
>>
>
>When you link in libpthread, the main thread's stack is limited to
>256k, due to the way threads are identified at runtime.
>
>        - Nathan
>
>  
>