From owner-freebsd-gnome@FreeBSD.ORG  Fri Jun 18 03:34:00 2004
Return-Path: <owner-freebsd-gnome@FreeBSD.ORG>
Delivered-To: freebsd-gnome@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D03C16A4CE
	for <freebsd-gnome@freebsd.org>; Fri, 18 Jun 2004 03:34:00 +0000 (GMT)
Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com
	[24.199.45.54])	by mx1.FreeBSD.org (Postfix) with ESMTP id 3834943D46
	for <freebsd-gnome@freebsd.org>;
	Fri, 18 Jun 2004 03:34:00 +0000 (GMT)	(envelope-from sean@mcneil.com)
Received: from localhost (localhost.mcneil.com [127.0.0.1])
	by mail.mcneil.com (Postfix) with ESMTP id D2EDDFD012;
	Thu, 17 Jun 2004 20:33:42 -0700 (PDT)
Received: from mail.mcneil.com ([127.0.0.1])
 by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 24908-06; Thu, 17 Jun 2004 20:33:42 -0700 (PDT)
Received: from [24.199.45.54] (mcneil.com [24.199.45.54])
	by mail.mcneil.com (Postfix) with ESMTP id 47AE4FD005;
	Thu, 17 Jun 2004 20:33:42 -0700 (PDT)
From: Sean McNeil <sean@mcneil.com>
To: Joe Marcus Clarke <marcus@marcuscom.com>
In-Reply-To: <1087529257.27689.9.camel@shumai.marcuscom.com>
References: <1087349838.99586.2.camel@server.mcneil.com>
	 <1087364265.24564.8.camel@shumai.marcuscom.com>
	 <1087499331.73513.3.camel@server.mcneil.com>
	 <1087522521.27689.6.camel@shumai.marcuscom.com>
	 <1087523669.56010.2.camel@server.mcneil.com>
	 <1087524749.76523.3.camel@server.mcneil.com>
	 <1087529257.27689.9.camel@shumai.marcuscom.com>
Content-Type: text/plain
Message-Id: <1087529621.27270.3.camel@server.mcneil.com>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Thu, 17 Jun 2004 20:33:42 -0700
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new at mcneil.com
cc: freebsd-gnome@freebsd.org
Subject: Re: firefox core dump
X-BeenThere: freebsd-gnome@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: GNOME for FreeBSD -- porting and maintaining
	<freebsd-gnome.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>,
	<mailto:freebsd-gnome-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-gnome>
List-Post: <mailto:freebsd-gnome@freebsd.org>
List-Help: <mailto:freebsd-gnome-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gnome>,
	<mailto:freebsd-gnome-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Jun 2004 03:34:00 -0000

On Thu, 2004-06-17 at 20:27, Joe Marcus Clarke wrote:
> On Thu, 2004-06-17 at 22:12, Sean McNeil wrote:
> > On Thu, 2004-06-17 at 18:54, Sean McNeil wrote:
> > > On Thu, 2004-06-17 at 18:35, Joe Marcus Clarke wrote:
> > > > Debugging with Mozilla and Firefox has been problematic due to the lack
> > > > of KSE debugging support.  In general, libmap'ing libpthread to libc_r
> > > > should get Firefox to compile.  However, running under libc_r might not
> > > > produce any crashes.  At least this is what I'm seeing with a
> > > > thunderbird-0.7 crash.
> > > > 
> > > > Joe
> > > 
> > > In this case, I think it is a compiler problem.  I just CC'd -gnome with
> > > the results of looking into a warning message that turned out to be
> > > invalid code.  Hopefully, this will solve my problem with firefox.  It's
> > > in the right area of code at least.  Still building, but I should know
> > > soon enough.
> > > 
> > > Sean
> > 
> > I got a little farther now, but there is still something wrong.  If I
> > try to run with libc_r I get into a loop where it just spits out
> > 
> > *** loading the extensions datasource
> > 
> > forever.  With pthread, now I get the following core dump:
> 
> This is exactly what I'm seeing with Thunderbird and KSE (see my post on
> threads@).  However, if I libmap libthr or libc_r, then run Thunderbird,
> I get it to come up.  After that, I can libmap libpthread back to
> libpthread, and Thunderbird will still work.  It sounds like that's not
> the case for you.
> 
> Out of curiosity, what user are you using to run Firefox?
> 
> Joe

I ran as user sean which is an ldap account.  The first time through I
got the import dialog before the crash.  I just rm -rf'd .mozilla and
tried again.  Got the dialog and selected "don't import anything" and
still crashed as before.

Sean