From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Iain Buchanan Newsgroups: gmane.emacs.bugs Subject: Re: possible bug in emacs Date: 14 Aug 2002 09:10:17 +0930 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <1029282017.5842.12.camel@orpheus> References: <1029195279.5702.2.camel@orpheus> <2110-Tue13Aug2002125243+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-g62Kk+PjMVyKLbFKyUzD" X-Trace: main.gmane.org 1029282014 7479 127.0.0.1 (13 Aug 2002 23:40:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2002 23:40:14 +0000 (UTC) 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 17elGl-0001wV-00 for ; Wed, 14 Aug 2002 01:40:11 +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 17elHh-0005nN-00; Tue, 13 Aug 2002 19:41:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17elH7-0005jZ-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 19:40:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17elH5-0005jK-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 19:40:32 -0400 Original-Received: from powerc8.lnk.telstra.net ([139.130.10.14] helo=bach.pcorp.com.au) by monty-python.gnu.org with esmtp (Exim 4.10) id 17elH2-0005iP-00 for bug-gnu-emacs@gnu.org; Tue, 13 Aug 2002 19:40:29 -0400 Original-Received: from localhost (localhost.pcorp.com.au [127.0.0.1]) by bach.pcorp.com.au (Postfix) with ESMTP id 7EA109B4F; Wed, 14 Aug 2002 09:10:20 +0930 (CST) Original-Received: from orpheus.pcorp.com.au (orpheus.pcorp.com.au [172.16.0.52]) by bach.pcorp.com.au (Postfix) with ESMTP id A09059B4B for ; Wed, 14 Aug 2002 09:10:18 +0930 (CST) Original-To: "bug-gnu-emacs@gnu.org" In-Reply-To: <2110-Tue13Aug2002125243+0300-eliz@is.elta.co.il> X-Mailer: Ximian Evolution 1.0.8 X-Virus-Scanned: by AMaViS perl-11 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:3212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3212 --=-g62Kk+PjMVyKLbFKyUzD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-08-13 at 19:22, Eli Zaretskii wrote: > > From: Iain Buchanan > > Date: 13 Aug 2002 09:04:39 +0930 > >=20 > > various actions cause emacs to seg fault. Usually mouse clicking somew= here > > 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 any= where) > > and this is what it said... >=20 > Please see the file etc/DEBUG in the distribution for some guidelines > about debugging Emacs. >=20 > > <<< --- click in emacs here --- >>> > > Program received signal SIGSEGV, Segmentation fault. > > 0x080505e4 in increment_row_positions () > > (gdb) continue > > Continuing. >=20 > 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. >=20 > Thanks. Oops sorry, I thought I included all the version info. It must have been late... GNU Emacs 21.2.1 RedHat 7.3 Linux 2.4.18-5 Program received signal SIGSEGV, Segmentation fault. 0x080505e4 in increment_row_positions () (gdb) bt #0 0x080505e4 in increment_row_positions () #1 0x0804fe2b in increment_matrix_positions () #2 0x08067b6b in redisplay_internal () #3 0x080575f8 in sit_for () #4 0x080d97c3 in command_loop_1 () #5 0x0812e13c in internal_condition_case () #6 0x080d8a18 in command_loop_2 () #7 0x0812dcb6 in internal_catch () #8 0x080d8994 in command_loop () #9 0x080d84dd in recursive_edit_1 () #10 0x080d860f in Frecursive_edit () #11 0x080d74bb in main () #12 0x402ff1c4 in __libc_start_main () from /lib/libc.so.6 Iain --=-g62Kk+PjMVyKLbFKyUzD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9WZjhIBLQDoMxHh4RAq9+AKDeQYoShS2C/ByrIEoG/P/MjlOvpACfUWEN FKEWoPqMDKDM2BX4zoeCubU= =DOsF -----END PGP SIGNATURE----- --=-g62Kk+PjMVyKLbFKyUzD--