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: [Stephen.Berman@bogus.example.com: Emacs hangs while edebugging recentf.el] Date: Thu, 15 Dec 2005 19:12:52 -0500 Message-ID: <87mzj1527v.fsf@stupidchicken.com> References: <43A1B877.2080005@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134692109 13826 80.91.229.2 (16 Dec 2005 00:15:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 00:15:09 +0000 (UTC) Cc: rms@gnu.org, emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 01:14:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1En3EC-0006bG-T6 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 01:13:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En3Er-0007tZ-Rh for ged-emacs-devel@m.gmane.org; Thu, 15 Dec 2005 19:14:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1En3EC-0007t5-Jr for emacs-devel@gnu.org; Thu, 15 Dec 2005 19:13:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1En3EA-0007se-RX for emacs-devel@gnu.org; Thu, 15 Dec 2005 19:13:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1En3EA-0007sY-4r for emacs-devel@gnu.org; Thu, 15 Dec 2005 19:13:38 -0500 Original-Received: from [18.95.6.160] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1En3GT-0006vh-J2; Thu, 15 Dec 2005 19:16:01 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 4577C1E42E3; Thu, 15 Dec 2005 19:12:53 -0500 (EST) Original-To: martin rudalics In-Reply-To: <43A1B877.2080005@gmx.at> (martin rudalics's message of "Thu, 15 Dec 2005 19:39:51 +0100") 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:47832 Archived-At: martin rudalics writes: > > I reproduced the error and also found that Emacs hangs in the built-in > > function `prin1-to-string' when it tries to print the value the > > function `widget-create' returns, which contains a lot of circular > > references in a deeply nested list. If I don't interrupt the hang, > > after some time, the function fails with a "Memory exhausted" message. > > I built today with the > > if (print_depth >= 3 * PRINT_CIRCLE) > > fix and it still fails for me. It works for me, at least using the recipe given in the original email. What steps are you using?