From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Intervals crash Date: Thu, 23 Sep 2010 15:09:33 -0400 Message-ID: <87bp7oxonm.fsf@stupidchicken.com> References: <87aan82uar.fsf@stupidchicken.com> <87lj6sxpfj.fsf@stupidchicken.com> <838w2suvvq.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285269043 747 80.91.229.12 (23 Sep 2010 19:10:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 19:10:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 23 21:10:39 2010 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.69) (envelope-from ) id 1OyrBi-0008Gc-4y for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 21:10:36 +0200 Original-Received: from localhost ([127.0.0.1]:59859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyrBf-0005Ru-F4 for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 15:10:31 -0400 Original-Received: from [140.186.70.92] (port=37240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyrBD-0004pm-5a for emacs-devel@gnu.org; Thu, 23 Sep 2010 15:10:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyrAk-0001sF-UI for emacs-devel@gnu.org; Thu, 23 Sep 2010 15:09:36 -0400 Original-Received: from pantheon-po24.its.yale.edu ([130.132.50.118]:48923) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyrAk-0001s5-Sa; Thu, 23 Sep 2010 15:09:34 -0400 Original-Received: from furry (dhcp128036014154.central.yale.edu [128.36.14.154]) (authenticated bits=0) by pantheon-po24.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o8NJ9Xc2016738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Sep 2010 15:09:33 -0400 Original-Received: by furry (Postfix, from userid 1000) id 945FD16D402; Thu, 23 Sep 2010 15:09:33 -0400 (EDT) In-Reply-To: <838w2suvvq.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 23 Sep 2010 21:01:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:130684 Archived-At: Eli Zaretskii writes: >> > I'm getting a crash due to your recent EMACS_UINT change. >> > >> > The LENGTH macro in intervals.h:114 has to be able to return a negative >> > number. >> >> I converted the EMACS_UINTs to EMACS_INT; this fixes the crash, and I >> think it is probably OK. > > You didn't say you are going to work on this, so we both worked in > parallel. Sorry about that. I was in the middle of performing a merge from the emacs-23 branch, and the crash was interrupting testing. I guess I'll wait before doing the merge, in case you have any more changes to make.