From owner-freebsd-current@FreeBSD.ORG Tue Feb 15 13:08:31 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 B5F6216A4D0 for ; Tue, 15 Feb 2005 13:08:31 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D6D43D49 for ; Tue, 15 Feb 2005 13:08:31 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.44 (FreeBSD)) id 1D12R1-0000PI-5l; Tue, 15 Feb 2005 14:08:11 +0100 Date: Tue, 15 Feb 2005 14:08:11 +0100 From: Kirill Ponomarew To: Ted Lindgreen Message-ID: <20050215130811.GB1024@voodoo.oberon.net> References: <200502151101.j1FB1apW000765@sanne.nlnetlabs.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502151101.j1FB1apW000765@sanne.nlnetlabs.nl> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: freebsd-current@freebsd.org Subject: Re: few programs now getting sig 6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 13:08:31 -0000 On Tue, Feb 15, 2005 at 12:01:36PM +0100, Ted Lindgreen wrote: > Just tried: reinstalling a /usr/lib/libpthread.so.1 build > on Feb 12 makes the problem go away (nothing else changed). This commit probably broke it: deischen 2005-02-13 18:38:06 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h thr_stack.c Log: Increase the default stacksizes: 32-bit 64-bit main thread 2MB 4MB other threads 1MB 2MB -Kirill