Date: Tue, 15 Feb 2005 09:57:51 -0500 (EST) From: Daniel Eischen <deischen@freebsd.org> To: Kirill Ponomarew <krion@voodoo.oberon.net> Cc: Ted Lindgreen <ted@sanne.nlnetlabs.nl> Subject: Re: few programs now getting sig 6 Message-ID: <Pine.GSO.4.43.0502150956250.26566-100000@sea.ntplx.net> In-Reply-To: <20050215144326.GC2428@voodoo.oberon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 {
/*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0502150956250.26566-100000>
