From owner-freebsd-threads@FreeBSD.ORG Sun Nov 21 14:20:49 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14EE716A4CE for ; Sun, 21 Nov 2004 14:20:49 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B346743D49 for ; Sun, 21 Nov 2004 14:20:48 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) iALEKlTu004120; Sun, 21 Nov 2004 09:20:47 -0500 (EST) Date: Sun, 21 Nov 2004 09:20:47 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Steve Kargl In-Reply-To: <20041121003605.GA75111@troutmask.apl.washington.edu> 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-threads@freebsd.org Subject: Re: firefox stuck in kserel X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 14:20:49 -0000 On Sat, 20 Nov 2004, Steve Kargl wrote: > On Sat, Nov 20, 2004 at 07:15:41PM -0500, Daniel Eischen wrote: > > > > Make sure you don't have any libm.so.2/libm.so.3 problems > > (use libmap.conf or rebuild firefox and its dependencies). > > > > You can try the patch at: > > > > http://people.freebsd.org/~deischen/kse/libpthread.diffs > > > > I rebuilt firefox 2 hours ago, but did not map libm.so.2 > to libm.so.3. Perhaps, one of the plugins needs libmap.conf. > Just tried libmap.conf. No change. I'll rebuild all > dependencies and try your diff. Thanks. I've had a lot of problems with mozilla crashing until I added: libm.so.2 libm.so.3 libreadline.so.4 libreadline.so.5 libhistory.so.4 libhistory.so.5 libopie.so.2 libopie.so.3 libpcap.so.2 libpcap.so.3 to libmap.conf. I haven't rebuilt mozilla or any of the flash plugins/other dependencies, so that was expected I guess. I've got a fresh build of firefox, mozilla, and other ports at work. I'll try espn.com tomorrow or later this week. -- DE