git: pthreads - Change PTHREAD_STACK_MIN
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 3 20:00:36 PDT 2017
commit 136f1381f4319ab481b1ce2826657f53a05cba90
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Jul 3 19:58:19 2017 -0700
pthreads - Change PTHREAD_STACK_MIN
* Change PTHREAD_STACK_MIN from 1024 to 16384. Most other platforms
seems to use 16384. Even 4096 can cause rtld failures.
* Fixes 'node', which defaults to configuring the pthreads stacksize to
PTHREAD_STACK_MIN and then proceeded to implode.
Reported-by: tautology
Summary of changes:
include/pthread.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/136f1381f4319ab481b1ce2826657f53a05cba90
--
DragonFly BSD source repository
More information about the Commits
mailing list