From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Fatal error (6).Aborted (core dumped) Date: Thu, 21 Mar 2002 08:45:20 +0200 (IST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1016693290 11108 127.0.0.1 (21 Mar 2002 06:48:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 06:48:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16nwMs-0002st-00 for ; Thu, 21 Mar 2002 07:48:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nwMr-00045S-00; Thu, 21 Mar 2002 01:48:09 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nwLf-00044b-00 for ; Thu, 21 Mar 2002 01:46:55 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA06524; Thu, 21 Mar 2002 08:45:20 +0200 (IST) X-Sender: eliz@is Original-To: Anthony Goreham In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:7 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7 On 20 Mar 2002, Anthony Goreham wrote: > Emacs dies with the above message every time I run it on the console. > It still works OK under X. I am using Emacs 21.2 on RedHat Linux > (version 7.0 with some updates). Thank you for your report. > I have found the problem goes away in either of the following cases: > > 1. If I comment out anything in my .emacs that might cause emacs to > use highlighting (font-lock-mode, show-paren-mode, transient-mark-mode). What happens if you invoke Emacs with "emacs -q --no-site-file", and then turn on these highlighting features from within Emacs? What happens if you evaluate the customizations in your .emacs from a running session invoked as mentioned above? > Is this a bug in emacs, or a problem in my system setup? > Can anyone give me a clue about what needs fixing? It's hard to tell without more information. > In case it helps, here's what I get when I run "gdb emacs core": It doesn't help, unfortunately, since your binary appears to be stripped (no debug info), so the debugger cannot tell anything interesting. Can you produce a backtrace from an unstripped binary? _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs