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: Intervals crash Date: Thu, 23 Sep 2010 21:01:45 +0200 Message-ID: <838w2suvvq.fsf@gnu.org> References: <87aan82uar.fsf@stupidchicken.com> <87lj6sxpfj.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1285268525 30799 80.91.229.12 (23 Sep 2010 19:02:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 19:02:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 23 21:02:03 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 1Oyr3P-0004Cv-0M for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 21:01:59 +0200 Original-Received: from localhost ([127.0.0.1]:59702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyr3O-0000JE-DO for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 15:01:58 -0400 Original-Received: from [140.186.70.92] (port=49695 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyr3H-0000J9-LA for emacs-devel@gnu.org; Thu, 23 Sep 2010 15:01:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oyr3G-0008R5-Ja for emacs-devel@gnu.org; Thu, 23 Sep 2010 15:01:51 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:59634) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oyr3G-0008Qq-7Q for emacs-devel@gnu.org; Thu, 23 Sep 2010 15:01:50 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L9700900REFS800@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 23 Sep 2010 21:01:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.203.3]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L97009QCRIS35B0@a-mtaout22.012.net.il>; Thu, 23 Sep 2010 21:01:41 +0200 (IST) In-reply-to: <87lj6sxpfj.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:130681 Archived-At: > From: Chong Yidong > Date: Thu, 23 Sep 2010 14:52:48 -0400 > Cc: emacs-devel@gnu.org > > Chong Yidong 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.