From owner-freebsd-current@FreeBSD.ORG Sun Feb 20 13:39:21 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 90FE816A4CE; Sun, 20 Feb 2005 13:39:21 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F50A43D55; Sun, 20 Feb 2005 13:39:20 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])j1KDdIcx067678; Sun, 20 Feb 2005 14:39:18 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) j1KDdInL084854; Sun, 20 Feb 2005 14:39:18 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id j1KDdHf9084853; Sun, 20 Feb 2005 14:39:17 +0100 (CET) (envelope-from marc) Date: Sun, 20 Feb 2005 14:39:17 +0100 From: Marc Fonvieille To: Kirill Ponomarew Message-ID: <20050220133916.GB604@nosferatu.blackend.org> Mail-Followup-To: Kirill Ponomarew , freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org, jhb@FreeBSD.org, deischen@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050215130811.GB1024@voodoo.oberon.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE cc: deischen@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: freebsd-stable@FreeBSD.org cc: jhb@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: Sun, 20 Feb 2005 13:39:21 -0000 On Tue, Feb 15, 2005 at 02:08:11PM +0100, Kirill Ponomarew wrote: > 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 > This is really weird, I'm getting the same signal 6 things on a -STABLE from yesterday (before I was running a -STABLE from October): pid 84801 (mozilla-bin), uid 1001: exited on signal 6 I rebuilt mozilla, but no effect. I should try to revert some changes occured on libpthread/thread/* Marc