From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Installing emacs on openSUSE 10.3 Date: Tue, 02 Oct 2007 17:52:26 +0200 Message-ID: References: <20071001131350.ylqu4ohim8swoskw@webmail.seas.upenn.edu> <20071002111946.m6few26zoks0wg0c@webmail.seas.upenn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191340410 32473 80.91.229.12 (2 Oct 2007 15:53:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 15:53:30 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: puller@seas.upenn.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 02 17:53:26 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ick3o-0002o1-FF for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 17:53:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ick3k-00035E-O3 for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 11:53:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ick2u-0002kf-Km for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 11:52:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ick2t-0002jo-2d for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 11:52:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ick2s-0002jj-SW for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 11:52:26 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ick2s-0006zX-3Y for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 11:52:26 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-203-201.inter.net.il [80.230.203.201]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JAF87863 (AUTH halo1); Tue, 2 Oct 2007 17:52:13 +0200 (IST) In-reply-to: <20071002111946.m6few26zoks0wg0c@webmail.seas.upenn.edu> (puller@seas.upenn.edu) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16687 Archived-At: [Please keep the discussion on the mailing list.] > Date: Tue, 02 Oct 2007 11:19:46 -0400 > From: puller@seas.upenn.edu > > I'm not entirely sure how to proceed - I'm used to running gdb on a > compiled, executable program. You need to run it on temacs, because this is the command that crashed: > >> LC_ALL=C ./temacs -batch -l loadup dump > >> make[1]: *** [emacs] Segmentation fault Thus, I'd run GDB as follows: At the shell prompt type this from the src directory: $ gdb ./temacs At the GDB prompt type this: (gdb) run -batch -l loadup dump When temacs crashes, GDB will get control, and you can then produce the backtrace.