From owner-freebsd-current@FreeBSD.ORG Tue Feb 15 14:57:52 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6793716A4D0 for ; Tue, 15 Feb 2005 14:57:52 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D1043D46 for ; Tue, 15 Feb 2005 14:57:52 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j1FEvp8i003512; Tue, 15 Feb 2005 09:57:51 -0500 (EST) Date: Tue, 15 Feb 2005 09:57:51 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Kirill Ponomarew In-Reply-To: <20050215144326.GC2428@voodoo.oberon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: freebsd-current@freebsd.org cc: Ted Lindgreen Subject: Re: few programs now getting sig 6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 14:57:52 -0000 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 { /*