From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Pringlemeir Newsgroups: gmane.emacs.bugs Subject: SEGV Date: Tue, 3 Apr 2007 19:56:33 -0400 Message-ID: <20070403235633.LYEJ1723.tomts10-srv.bellnexxia.net@DeadDuck> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175670221 8139 80.91.229.12 (4 Apr 2007 07:03:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2007 07:03:41 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 04 09:03:35 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 1HYzWl-0001Fh-SY for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 09:03:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYzZy-0008Tx-Qw for geb-bug-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 03:06:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYsuq-0003Gi-C6 for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2007 19:59:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYsuo-0003GW-Og for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2007 19:59:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYsuo-0003GT-Ip for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2007 19:59:54 -0400 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54] helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYsrb-0000dk-Th for bug-gnu-emacs@gnu.org; Tue, 03 Apr 2007 19:56:36 -0400 Original-Received: from DeadDuck ([64.229.10.243]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070403235633.LYEJ1723.tomts10-srv.bellnexxia.net@DeadDuck> for ; Tue, 3 Apr 2007 19:56:33 -0400 X-detected-kernel: Solaris 8 (1) X-Mailman-Approved-At: Wed, 04 Apr 2007 03:06:48 -0400 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:15652 I have compile Emacs 21.4.1. GNU Emacs 21.4.1 (i586-pc-linux-gnu, X toolkit) of 2007-04-03 on localhost I used the following, export CXXFLAGS="-mtune=k6-2 -O3 -mcpu=k6-2" export CFLAGS="-mtune=k6-2 -O3 -mcpu=k6-2" ./configure --prefix=/usr --with-x11 make su make install When I run M-x gnus I have the following. (gdb) bt #0 0x0816b836 in print_object () #1 0x0816ecaf in Fprin1 () #2 0x0816fc82 in print_error_message () #3 0x080fca2c in cmd_error_internal () #4 0x080fcb2f in cmd_error () #5 0x0815a71d in internal_condition_case () #6 0x080fbb7c in command_loop_2 () #7 0x0815a813 in internal_catch () #8 0x080fccb3 in recursive_edit_1 () #9 0x080fcdb5 in Frecursive_edit () #10 0x080fbe60 in Fsuspend_emacs () #11 0x080f7ff8 in main () I nuked all old "elc" files on my system [~/.site-lisp" "/usr/share/emacs/site-lisp"]. I don't know where the unstripped binary is. Do I have to recompile with -g? I would like to help resolve this. I can run the old emacs-21.3 to retrieve my mail. They both appear to run gnus v5.9.0. This is my load-path, ("~/.site-lisp" "/usr/share/emacs/21.4/site-lisp" "/usr/share/emacs/site-lisp" "/usr/share/emacs/21.4/leim" "/usr/share/emacs/21.4/lisp" "/usr/share/emacs/21.4/lisp/toolbar" "/usr/share/emacs/21.4/lisp/textmodes" "/usr/share/emacs/21.4/lisp/progmodes" "/usr/share/emacs/21.4/lisp/play" "/usr/share/emacs/21.4/lisp/obsolete" "/usr/share/emacs/21.4/lisp/net" "/usr/share/emacs/21.4/lisp/mail" ...) Thx, Bill Pringlemeir.