From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: puller@seas.upenn.edu Newsgroups: gmane.emacs.bugs Subject: Re: Installing emacs on openSUSE 10.3 Date: Tue, 02 Oct 2007 12:44:27 -0400 Message-ID: <20071002124427.rqt3fn43k00k8ccs@webmail.seas.upenn.edu> References: <20071001131350.ylqu4ohim8swoskw@webmail.seas.upenn.edu> <20071002111946.m6few26zoks0wg0c@webmail.seas.upenn.edu> <20071002121641.nst8p3c7c4gks48c@webmail.seas.upenn.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1191343626 11794 80.91.229.12 (2 Oct 2007 16:47:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 16:47:06 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 02 18:47:03 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 1Icktf-0006oB-Ls for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 18:47:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icktc-0000rJ-5p for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Oct 2007 12:46:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IckrL-00082M-Lv for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 12:44:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IckrJ-00080y-US for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 12:44:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IckrJ-00080m-P6 for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2007 12:44:33 -0400 Original-Received: from olympic2.seas.upenn.edu ([158.130.70.164]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IckrE-0003Ru-Az; Tue, 02 Oct 2007 12:44:28 -0400 Original-Received: from olympic2.seas.upenn.edu (LOCALHOST.upenn.edu [127.0.0.1]) by olympic2.seas.upenn.edu (8.13.6/8.12.8) with ESMTP id l92GiRH4017097; Tue, 2 Oct 2007 12:44:27 -0400 Original-Received: (from httpd@localhost) by olympic2.seas.upenn.edu (8.13.6/8.13.1/Submit) id l92GiRms017096; Tue, 2 Oct 2007 12:44:27 -0400 X-Authentication-Warning: olympic2.seas.upenn.edu: httpd set sender to puller@seas.upenn.edu using -f In-Reply-To: Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) X-Detected-Kernel: Linux 2.6 (newer, 3) 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:16690 Archived-At: Oops, sorry about that. Here's the complete backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00002b4909fd7719 in bcopy () from /lib64/libc.so.6 (gdb) bt #0 0x00002b4909fd7719 in bcopy () from /lib64/libc.so.6 #1 0x0000000000500948 in xstrdup (s=3D0x56e9b9 "sigusr1") at alloc.c:811 #2 0x00000000004b0b20 in add_user_signal (sig=3D10, name=3D0x56e9b9 =20 "sigusr1") at keyboard.c:7090 #3 0x00000000004a9af5 in main (argc=3D1, argv=3D0x7fffa28b1678) at emacs.c:= 1196 Thanks, Danny Quoting Eli Zaretskii : >> Date: Tue, 02 Oct 2007 12:16:41 -0400 >> From: puller@seas.upenn.edu >> >> Alright, here's the output: > > Again, please do NOT remove the mailing list from the CC header. > Let's keep this discussion on the list, let's not make it private. > >> (gdb) run -batch -l loadup dump >> Starting program: >> /home/dpuller/Desktop/emacs-22.1/emacs-22.1/src/temacs -batch -l >> loadup dump >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x00002b6da699e719 in bcopy () from /lib64/libc.so.6 > > This single line is not helpful. We need to see the full backtrace. > Please type the command "bt" at that point, and post the results here > in their entirety. > > Thanks. >