From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: [22.1.90]: Point before start of properties Date: Sat, 09 Feb 2008 22:26:38 -0500 Message-ID: References: <6EE216E1AA959543A555C60FF34FB76702E48034@maileube01.misys.global.ad> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202614018 14994 80.91.229.12 (10 Feb 2008 03:26:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 03:26:58 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Marshall\, Simon" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 04:27:21 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 1JO2qe-0003C7-JH for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 04:27:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JO2qB-0007jP-8m for ged-emacs-devel@m.gmane.org; Sat, 09 Feb 2008 22:26:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JO2q5-0007fF-CD for emacs-devel@gnu.org; Sat, 09 Feb 2008 22:26:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JO2q3-0007cK-BA for emacs-devel@gnu.org; Sat, 09 Feb 2008 22:26:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JO2q3-0007cA-2z for emacs-devel@gnu.org; Sat, 09 Feb 2008 22:26:43 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JO2q2-0006sl-RO for emacs-devel@gnu.org; Sat, 09 Feb 2008 22:26:42 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JO2q2-0000bi-L7 for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 22:26:42 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JO2pz-0006sN-J7 for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 22:26:42 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JO2pz-0006s9-AC for emacs-pretest-bug@gnu.org; Sat, 09 Feb 2008 22:26:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAANL9rUfO+JwNdGdsb2JhbACQNgEwlxt7 X-IronPort-AV: E=Sophos;i="4.25,328,1199682000"; d="scan'208";a="13988816" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 09 Feb 2008 22:26:38 -0500 Original-Received: from pastel.home ([206.248.156.13]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id QFK67938; Sat, 09 Feb 2008 22:26:38 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0FE17800F; Sat, 9 Feb 2008 22:26:38 -0500 (EST) In-Reply-To: <6EE216E1AA959543A555C60FF34FB76702E48034@maileube01.misys.global.ad> (Simon Marshall's message of "Fri, 8 Feb 2008 16:35:00 -0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88612 gmane.emacs.pretest.bugs:20976 Archived-At: > (gdb) b intervals.c:794 > Breakpoint 1 at 0x195d90: file intervals.c, line 794. > (gdb) r -Q > Then in emacs do C-x C-f ~/.../src/intervals.c RET and bang: > Breakpoint 1, update_interval (i=0x8b1af4, pos=1771) at intervals.c:794 > 794 error ("Point before start of properties"); > (gdb) Sorry, can't reproduce it here, Stefan