On Tue, 15 Feb 2005, Kirill Ponomarew wrote: > On Tue, Feb 15, 2005 at 09:41:25AM -0500, Daniel Eischen wrote: > > You can try backing out the increase stacksize change I committed > > yesterday to libpthread... I didn't have any problem testing it > > here. > > Backout helped here also. Does this help? -- DE Index: thread/thr_init.c =================================================================== RCS file: /home/ncvs/src/lib/libpthread/thread/thr_init.c,v retrieving revision 1.68 diff -u -r1.68 thr_init.c --- thread/thr_init.c 13 Feb 2005 18:38:06 -0000 1.68 +++ thread/thr_init.c 15 Feb 2005 14:56:01 -0000 _at__at_ -435,6 +435,8 _at__at_ _thr_stack_default = THR_STACK32_DEFAULT; _thr_stack_initial = THR_STACK32_INITIAL; } + _pthread_attr_default.guardsize_attr = _thr_guard_default; + _pthread_attr_default.stacksize_attr = _thr_stack_default; init_once = 1; /* Don't do this again. */ } else { /*Received on Tue Feb 15 2005 - 13:57:52 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:28 UTC