few programs now getting sig 6

Daniel Eischen deischen at freebsd.org
Tue Feb 15 14:57:52 GMT 2005


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
@@ -435,6 +435,8 @@
 			_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 {
 		/*




More information about the freebsd-current mailing list