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: [alex@emacswiki.org: edebug can hang Emacs] Date: Fri, 29 Sep 2006 14:31:55 -0400 Message-ID: <873baacyn8.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159554598 30974 80.91.229.2 (29 Sep 2006 18:29:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Sep 2006 18:29:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 29 20:29:57 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GTN7T-0000lZ-DW for ged-emacs-devel@m.gmane.org; Fri, 29 Sep 2006 20:29:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTN7S-0007ub-MA for ged-emacs-devel@m.gmane.org; Fri, 29 Sep 2006 14:29:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GTN7E-0007u7-Dz for emacs-devel@gnu.org; Fri, 29 Sep 2006 14:29:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GTN7D-0007tn-8E for emacs-devel@gnu.org; Fri, 29 Sep 2006 14:29:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTN7D-0007tg-2e for emacs-devel@gnu.org; Fri, 29 Sep 2006 14:29:39 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GTNCX-0004Ma-WB; Fri, 29 Sep 2006 14:35:10 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 22C4F4E410; Fri, 29 Sep 2006 14:31:55 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue\, 26 Sep 2006 18\:10\:46 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60313 Archived-At: Richard Stallman writes: > In emacs -q, edebug the following defun using C-u M-C-x: > > (defun test () > (let ((l (make-list 100000 1))) > (dolist (i l) > (1+ i)))) > > Now call it: > > (test) > > When you get to the dolist, Emacs hangs. It is merely thinking. Wait long enough, and it comes back to life (I've checked this).