From owner-freebsd-threads@FreeBSD.ORG Sun Nov 21 00:36:05 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 99AB516A4CE; Sun, 21 Nov 2004 00:36:05 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA7E43D58; Sun, 21 Nov 2004 00:36:05 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iAL0a56N075153; Sat, 20 Nov 2004 16:36:05 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iAL0a5x1075152; Sat, 20 Nov 2004 16:36:05 -0800 (PST) (envelope-from sgk) Date: Sat, 20 Nov 2004 16:36:05 -0800 From: Steve Kargl To: Daniel Eischen Message-ID: <20041121003605.GA75111@troutmask.apl.washington.edu> References: <20041120163733.GA72479@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i 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 List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 00:36:05 -0000 On Sat, Nov 20, 2004 at 07:15:41PM -0500, Daniel Eischen wrote: > On Sat, 20 Nov 2004, Steve Kargl wrote: > > > Fired up firefox and went to espn.com. Firefox becomes > > unresponse. gdb -p shows > > > > (gdb) where > > #0 0x48a7774b in pthread_testcancel () from /usr/lib/libpthread.so.1 > > #1 0x48a6f97c in pthread_mutexattr_init () from /usr/lib/libpthread.so.1 > > #2 0x48a73c74 in pthread_setconcurrency () from /usr/lib/libpthread.so.1 > > #3 0x48a78371 in pthread_exit () from /usr/lib/libpthread.so.1 > > #4 0x48a63013 in pthread_create () from /usr/lib/libpthread.so.1 > > #5 0x48b2a06f in _ctx_start () from /lib/libc.so.6 > > (gdb) list > > 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. BTW, both 4BSD and ULE show this problem. -- Steve