From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 4 20:41:47 2004 Return-Path: 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 3388716A4CE for ; Thu, 4 Mar 2004 20:41:47 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id CC05343D31 for ; Thu, 4 Mar 2004 20:41:46 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 6975 invoked from network); 5 Mar 2004 04:43:11 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 5 Mar 2004 04:43:11 -0000 From: Tom McLaughlin To: FreeBSD Gnome Content-Type: text/plain Message-Id: <1078462069.13681.38.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 04 Mar 2004 23:47:50 -0500 Content-Transfer-Encoding: 7bit Subject: Building firefox with debugging support X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 04:41:47 -0000 Hey all, I've been running into problems with firefox hanging while resolving hosts on my 4.9 machine. I'm trying to build a debugging image in order to obtain a stacktrace now for this. I set DEBUG to yes using `make config' and have the following options in /etc/make.conf: CFLAGS= -O -g -pipe STRIP= When I run firefox with the -g option to launch it with gdb, gdb says there are no debugging symbols found. I know I missed something... But where? Thanks. Tom