From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: [22.1.90]: Point before start of properties Date: Sun, 10 Feb 2008 10:22:41 -0500 Message-ID: <87wspcj0ou.fsf@stupidchicken.com> 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 1202656992 18182 80.91.229.12 (10 Feb 2008 15:23:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 15:23:12 +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 16:23:34 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 1JOE1j-0003PQ-DA for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 16:23:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOE1G-0007Sx-7C for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 10:23:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOE17-0007Pt-Mr for emacs-devel@gnu.org; Sun, 10 Feb 2008 10:22:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOE10-0007JR-WA for emacs-devel@gnu.org; Sun, 10 Feb 2008 10:22:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOE10-0007JB-RR for emacs-devel@gnu.org; Sun, 10 Feb 2008 10:22:46 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOE10-00067P-OX for emacs-devel@gnu.org; Sun, 10 Feb 2008 10:22:46 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JOE10-0001Xq-A6 for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 10:22:46 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JOE0w-00066Z-Q8 for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 10:22:46 -0500 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182] helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOE0w-00066P-JU for emacs-pretest-bug@gnu.org; Sun, 10 Feb 2008 10:22:42 -0500 Original-Received: by furry (Postfix, from userid 1000) id DEC15C039; Sun, 10 Feb 2008 10:22:41 -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.11 (Gnus v5.11) Emacs/22.1.90 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:88628 gmane.emacs.pretest.bugs:20984 Archived-At: "Marshall, Simon" writes: > (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) I can't reproduce this. It might be a Sparc-only issue; does it happen to you on other platforms?