From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Abort Date: Thu, 10 Feb 2005 13:40:14 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108061141 5343 80.91.229.2 (10 Feb 2005 18:45:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 18:45:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 19:45:41 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzJJK-0000fr-CO for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 19:45:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzJY6-0007KY-R6 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 14:00:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzJVQ-0006Jj-2R for emacs-devel@gnu.org; Thu, 10 Feb 2005 13:57:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzJVO-0006Hx-4W for emacs-devel@gnu.org; Thu, 10 Feb 2005 13:57:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzJVN-0006Hn-Qo for emacs-devel@gnu.org; Thu, 10 Feb 2005 13:57:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzJID-0005zk-Gs for emacs-devel@gnu.org; Thu, 10 Feb 2005 13:43:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CzJEc-0005cs-9D; Thu, 10 Feb 2005 13:40:14 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33199 I got a crash in this code in set_iterator_to_next. It happened when I did a query replace, replacing \223 with ". IT_BYTEPOS (*it) += it->len; IT_CHARPOS (*it) += 1; xassert (IT_BYTEPOS (*it) == CHAR_TO_BYTE (IT_CHARPOS (*it))); Unfortunately GDB got rather confused and I don't know which value was wrong.