From owner-freebsd-ports Sat Apr 27 21:52:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 0A83037B41A for ; Sat, 27 Apr 2002 21:52:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g3S4pYi9068385; Sun, 28 Apr 2002 00:51:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port Mozilla - fails badly when I ran portupgrade From: Joe Marcus Clarke To: Sean Chittenden Cc: Chip Wiegand , ports@FreeBSD.ORG In-Reply-To: <20020426233153.A51215@ninja1.internal> References: <20020423231838.60e8f150.chip@wiegand.org> <20020423232253.D61911@ninja1.internal> <1019675885.8815.46.camel@gyros.marcuscom.com> <20020424145609.O61911@ninja1.internal> <1019703039.297.12.camel@gyros.marcuscom.com> <20020424201320.A82196@ninja1.internal> <1019706431.26338.11.camel@gyros.marcuscom.com> <20020426233153.A51215@ninja1.internal> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 28 Apr 2002 00:51:34 -0400 Message-Id: <1019969494.742.6.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 2002-04-27 at 03:31, Sean Chittenden wrote: > > Can you try running mozilla from a directory you have write > > permissions on? Of course, without debugging symbols, the core > > analysis might not do any good. > > Not an issue... > > > > Other ideas on how to get it to leave a trace? -sc > > > > Another option is to tie gdb to the running mozilla process: > > > > gdb /usr/X11R6/lib/mozilla/mozilla-bin > > > > Then get mozilla to crash. > > Excellent! But, I'm having a hell of a time getting mozilla to build > with debugging symbols. I see -g in the build output, but gdb says > there aren't any debugging symbols. I found a few libs that were left > behind by mozilla-embedded that I removed. Recompiling doesn't seem > to help... any ideas on how to get gdb debugging symbols in there? > make.conf and my environment have -g set, and I can see the individual > object files being compiled with -g. How can I make mozilla w/o > stripping the binary? -sc Add the line: STRIP= to the mozilla Makefile. Joe > > -- > Sean Chittenden > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- PGP Key: http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message