From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: emacs 21.1, linux 2.4.12-3.5G, core dump in set_point_both() Date: Fri, 31 May 2002 15:28:37 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200205312128.g4VLSbW15767@aztec.santafe.edu> References: <200205301850.NAA24723@tesla.amd.com> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1022880702 23567 127.0.0.1 (31 May 2002 21:31:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 May 2002 21:31:42 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, quentin.fennessy@amd.com Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Dtzq-00067z-00 for ; Fri, 31 May 2002 23:31:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Du0c-0006Dj-00; Fri, 31 May 2002 17:32:30 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Dtwt-0005jL-00; Fri, 31 May 2002 17:28:39 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g4VLScV20126; Fri, 31 May 2002 15:28:38 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g4VLSbW15767; Fri, 31 May 2002 15:28:37 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: quentin.fennessy@amd.com In-Reply-To: <200205301850.NAA24723@tesla.amd.com> (quentin.fennessy@amd.com) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 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:1731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1731 Thanks for the bug report. I suspect that ZV and ZV_BYTE got out of sync, that they do not correspond to each other properly given the current buffer contents. Or perhaps some other pair of pointers that are supposed to match up as character count and byte count. If this is true, it would be due to a bug in some C primitives. The way to find out more would be to carefully study the data structures using GDB. It is not easy, but it is the only way.