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: possible bug in emacs Date: Tue, 13 Aug 2002 12:52:43 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <2110-Tue13Aug2002125243+0300-eliz@is.elta.co.il> References: <1029195279.5702.2.camel@orpheus> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1029232522 14909 127.0.0.1 (13 Aug 2002 09:55:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 09:55:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eYOW-0003sM-00 for ; Tue, 13 Aug 2002 11:55:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eYPP-0006ug-00; Tue, 13 Aug 2002 05:56:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17eYPB-0006rm-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 05:56:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17eYP4-0006rL-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 05:56:00 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eYP4-0006rF-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 05:55:54 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by odin.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id ALE56344; Tue, 13 Aug 2002 12:55:10 +0300 (IDT) Original-To: iain@pcorp.com.au X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <1029195279.5702.2.camel@orpheus> (message from Iain Buchanan on 13 Aug 2002 09:04:39 +0930) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 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:3207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3207 > From: Iain Buchanan > Date: 13 Aug 2002 09:04:39 +0930 > > various actions cause emacs to seg fault. Usually mouse clicking somewhere > within the file. I am not a gdb master but I attached gdb to a running > emacs process (that always died on a particular file when I clicked anywhere) > and this is what it said... Please see the file etc/DEBUG in the distribution for some guidelines about debugging Emacs. > <<< --- click in emacs here --- >>> > Program received signal SIGSEGV, Segmentation fault. > 0x080505e4 in increment_row_positions () > (gdb) continue > Continuing. At this point, instead of "continue", type "bt". This should print the C-level backtrace of function calls that led to the crash. Please post that backtrace here. Thanks.