Re: default stack size for threads changed

2010-02-22 Thread Joakim Tjernlund
Michael Neuling wrote on 2010/02/23 02:58:16: > > In message 0043c...@transmode.se> you wrote: > > > > With current, 2.6.33-rc6, linux the default stack size changed from > > unlimited > > to 8MB: > > # > ulimit -s > > 8192 > > > > This makes NPTL allocate a 8MB stack for each thread that is cre

Re: default stack size for threads changed

2010-02-22 Thread Michael Neuling
In message you wrote: > > With current, 2.6.33-rc6, linux the default stack size changed from unlimited > to 8MB: > # > ulimit -s > 8192 > > This makes NPTL allocate a 8MB stack for each thread that is created. > This breaks in our embedded system. Although this > can be fixed in our app I won

Re: default stack size for threads changed

2010-02-22 Thread Joakim Tjernlund
Joakim Tjernlund/Transmode wrote on 2010/02/22 13:20:12: > > With current, 2.6.33-rc6, linux the default stack size changed from unlimited > to 8MB: > # > ulimit -s > 8192 > > This makes NPTL allocate a 8MB stack for each thread that is created. > This breaks in our embedded system. Although this >

default stack size for threads changed

2010-02-22 Thread Joakim Tjernlund
With current, 2.6.33-rc6, linux the default stack size changed from unlimited to 8MB: # > ulimit -s 8192 This makes NPTL allocate a 8MB stack for each thread that is created. This breaks in our embedded system. Although this can be fixed in our app I wonder if this is intentional? Jocke __