From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Hori Newsgroups: gmane.emacs.devel Subject: Re: Strange looping Date: Thu, 29 Apr 2010 20:10:29 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1272597044 10309 80.91.229.12 (30 Apr 2010 03:10:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2010 03:10:44 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 30 05:10:42 2010 connect(): No such file or directory 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 1O7gcj-00020L-IU for ged-emacs-devel@m.gmane.org; Fri, 30 Apr 2010 05:10:41 +0200 Original-Received: from localhost ([127.0.0.1]:42291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7gcg-0003FR-N8 for ged-emacs-devel@m.gmane.org; Thu, 29 Apr 2010 23:10:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7gcb-0003FC-Og for emacs-devel@gnu.org; Thu, 29 Apr 2010 23:10:33 -0400 Original-Received: from [140.186.70.92] (port=50376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7gca-0003F4-J0 for emacs-devel@gnu.org; Thu, 29 Apr 2010 23:10:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7gcZ-0006YW-7w for emacs-devel@gnu.org; Thu, 29 Apr 2010 23:10:32 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:49270) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7gcZ-0006YO-3H for emacs-devel@gnu.org; Thu, 29 Apr 2010 23:10:31 -0400 Original-Received: by pxi15 with SMTP id 15so4398425pxi.0 for ; Thu, 29 Apr 2010 20:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Bu7iu0W96xCMnn0FX7tQ9DHuPafWZIF3ikZ/OFfNWyQ=; b=Bk2VdnAhYHcOj9s1Bc1xBOsBhkW7PdHDPxQN6rx3G6DPmaMhmgUWdsVLNOieeywvI9 ZYTWIN6G6K8ljPqOVK0nlQ7FXPUedZUr/r70vXFxMBLiYktKvzXsq9sNTh30vYT5RWvK An7iQUu3krVzICShsbocK3+etx9vaC22EAZFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ul4MNE0L7txcoJeMMmro9FXlNG4X1Ecc0IkXjvnH5gJi/b0k3X6hLr5A3I2wTBHdYI DOhJbzKEeqwHdumjfMN3vR3lZct1+RDPtl8i9u2zGqhlRzdp+4xW9aemLt3j/ocxp5nT E/Z7iHYpcOX/BNAFg0v3OllCJ0/3MGbwCU5DY= Original-Received: by 10.141.5.9 with SMTP id h9mr357998rvi.12.1272597029523; Thu, 29 Apr 2010 20:10:29 -0700 (PDT) Original-Received: by 10.141.2.15 with HTTP; Thu, 29 Apr 2010 20:10:29 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:124337 Archived-At: Perhaps GNU Emacs is in the process of gaining consciousness itself. http://www.amazon.com/Am-Strange-Loop-Douglas-Hofstadter/dp/0465030793/ On Thu, Apr 29, 2010 at 5:02 PM, Lennart Borgman wrote: > I have experience some strange looping in Emacs recently. I have > difficulties catching them, but with a recent build I was able to use > Emacs to see what happened. > > I found no reason. I killed all visible buffers, but Emacs still > loops. There are no processes that I can see. I did not see anything > really suspect - except for an arg out or range during fontification. > > I think I have seen the same problem with builds from 2010-03-21 and > 2010-04-27. (This are my patched builds, though.) > > Anyone has any good idea of how to catch this? > > >