From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tracking down assertion failure Date: Thu, 13 Mar 2008 06:23:50 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1205382264 14151 80.91.229.12 (13 Mar 2008 04:24:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 04:24:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 13 05:24:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZezn-0001uj-MT for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2008 05:24:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZezE-0003ah-OF for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2008 00:24:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZeyx-0003TT-Ej for emacs-devel@gnu.org; Thu, 13 Mar 2008 00:23:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZeyu-0003RN-Vu for emacs-devel@gnu.org; Thu, 13 Mar 2008 00:23:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZeyu-0003RC-OV for emacs-devel@gnu.org; Thu, 13 Mar 2008 00:23:52 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZeyu-0005Lw-NO for emacs-devel@gnu.org; Thu, 13 Mar 2008 00:23:52 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.37.133]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0JXN00237JI5WL30@i_mtaout2.012.net.il> for emacs-devel@gnu.org; Thu, 13 Mar 2008 06:37:18 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 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 Xref: news.gmane.org gmane.emacs.devel:92370 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Wed, 12 Mar 2008 21:30:48 -0400 > > The problem is that when we enter the cursor code, it's not clear to me > which charpos/bytepos pairs are expected to be valid and which ones are > expected to be potentially out-of-date and I don't understand either > enough about how/when we check them being up-to-date. Can you point me to the place in the sources that you call ``the cursor code''? Also, a list of places where the xassert fires would be useful.