From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 02:53:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F808106566C for ; Wed, 19 Jan 2011 02:53:30 +0000 (UTC) (envelope-from weif@weif.net) Received: from maxwell.cjones.org (mail.cjones.org [69.146.226.138]) by mx1.freebsd.org (Postfix) with ESMTP id DC8E88FC1B for ; Wed, 19 Jan 2011 02:53:29 +0000 (UTC) Received: by maxwell.cjones.org (Postfix, from userid 1003) id F200A4A64C7; Tue, 18 Jan 2011 19:53:28 -0700 (MST) From: Keith Seyffarth To: Chuck Swiger In-Reply-To: (message from Chuck Swiger on Tue, 18 Jan 2011 18:12:48 -0800) References: <844o957rei.fsf@maxwell.cjones.org> <90697FB1-79FD-4766-A01B-B06672D1EB7C@mac.com> <84y66h6491.fsf@maxwell.cjones.org> Date: Tue, 18 Jan 2011 19:53:28 -0700 Message-ID: <84vd1l61uf.fsf@maxwell.cjones.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: use of menus crashes Firefox? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 02:53:30 -0000 Chuck Swiger writes: > On Jan 18, 2011, at 6:01 PM, Keith Seyffarth wrote: >> $ gdb --exec=firefox3 >> This GDB was configured as >> "i386-marcel-freebsd"."/usr/local/bin/firefox3": not in executable >> format: File format not recognized > > What does "file /usr/local/bin/firefox3" say? $ file /usr/local/bin/firefox3 /usr/local/bin/firefox3: Bourne shell script text executable > If it's a Linux binary, then you might not be able to debug it with > the native gdb, although the point of a binary executable format like > ELF should allow cross-debugging. It also implies that you might need > to tweak your Linux emulation version (sysctl > compat.linux.osrelease)... I don't think it's a Linux version - it's installed from /usr/ports/www/firefox35 rather than /usr/ports/www/linux-firefox Thanks again, Keith