From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Lexbind Date: Fri, 18 Mar 2011 00:29:03 +0100 Message-ID: References: <87sjuulr20.fsf@gmail.com> <87aah2p1s1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300404607 29789 80.91.229.12 (17 Mar 2011 23:30:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 23:30:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 18 00:30:01 2011 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 1Q0Mdk-0007R6-3V for ged-emacs-devel@m.gmane.org; Fri, 18 Mar 2011 00:30:00 +0100 Original-Received: from localhost ([127.0.0.1]:37973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Mdj-0008Qa-6S for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 19:29:59 -0400 Original-Received: from [140.186.70.92] (port=37150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0MdZ-0008P8-1q for emacs-devel@gnu.org; Thu, 17 Mar 2011 19:29:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0MdT-0001AD-SD for emacs-devel@gnu.org; Thu, 17 Mar 2011 19:29:48 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:47497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0MdT-0001A9-JA for emacs-devel@gnu.org; Thu, 17 Mar 2011 19:29:43 -0400 Original-Received: by gyg10 with SMTP id 10so1660017gyg.0 for ; Thu, 17 Mar 2011 16:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=B9gE6v9+oVGa4pnZFhiiinKgOn452NndGV4AAzZ8+gA=; b=dTxXYK1PxQRnZUsFspwto/Mlvtp/6Fq/Pf2W27L1mTw8pZ3oB8NSyUzLmEJIOVj/PI PZybqaJ60VnOpCjJRhFyR0pzwGi3Ier5npIxJFO3o5h80llSE2s3dPhlGZ0MJ+5J0mY9 55MyZtRElZvKWfNyYqKMvSqfhfAdMZwKIeGh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZUmU9E+6bepZc7YdpfkY7D2B7e17vJ6IkFEkokJQmQKuXxBtTMu3fxAWCZVNOWTZRy sfktJwfPAMOH9a1t5qGSXVo1IfVT5xST1zqY6Bhoc19BHSphIMwSwfHZe4OLqgnz/Xv/ w2iyj0lV8Fxrg1GI9CBw64VBnDa4Pn+nJt17Y= Original-Received: by 10.150.132.3 with SMTP id f3mr464853ybd.242.1300404583060; Thu, 17 Mar 2011 16:29:43 -0700 (PDT) Original-Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 16:29:03 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:137380 Archived-At: On Thu, Mar 17, 2011 at 21:01, Stefan Monnier wr= ote: > Hmm... the lexbind branch does not touch the redisplay code at all, so > this is perplexing. Perhaps it is just bad luck that I didn't get lockups running the trunk, but I don't think so. It's happened at least five or six times with lexbind-new, and I don't remember the last time I had trouble with the trunk. > My best guess so far is that some part of the > changed C code corrupts some part of the memory, leading to the inf-loop. So it's going to be difficult to catch :-( =C2=A0 =C2=A0 Juanma