From owner-freebsd-current@FreeBSD.ORG Mon Feb 21 21:09:19 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 A8D6A16A4CE; Mon, 21 Feb 2005 21:09:19 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4668943D5A; Mon, 21 Feb 2005 21:09:19 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j1LL9IFL019664; Mon, 21 Feb 2005 16:09:18 -0500 (EST) Date: Mon, 21 Feb 2005 16:09:18 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Marc Fonvieille In-Reply-To: <20050221202234.GB604@nosferatu.blackend.org> 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: freebsd-stable@freebsd.org 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: Mon, 21 Feb 2005 21:09:19 -0000 On Mon, 21 Feb 2005, Marc Fonvieille wrote: > On Sun, Feb 20, 2005 at 03:26:50PM -0500, Daniel Eischen wrote: > > On Sun, 20 Feb 2005, Marc Fonvieille wrote: > > > > occured on libpthread/thread/* > > > > > > I tried with a libpthread.so.1 from 3rd Feb (just before some MFCs), > > > this fixed the problem. > > > > Run mozilla with -g and repeat the problem. Look at the traceback > > and if you get a problem with it recursing on a private mutex, then > > it is a problem with mozilla or a plugin. If your are using > > linuxplugin and haven't updated that port, you need to rebuild it. > > > > I rebuilt all plugins, it did the trick, thanks! > Maybe a note in UPDATING may help people. Ping the ports folks or the linuxpluginwrapper maintainer. The commit log had this info in it, as well as appearing on the mailing lists several times ;-) -- DE