From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: max-specpdl-size mysterium with nXhtml Date: Tue, 23 Dec 2008 20:48:35 +0100 Message-ID: References: <8763lbzuv5.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230061747 17793 80.91.229.12 (23 Dec 2008 19:49:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2008 19:49:07 +0000 (UTC) Cc: Stefan Monnier , Emacs Devel To: "Romain Francoise" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 23 20:50:12 2008 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.50) id 1LFDGT-0007VL-GS for ged-emacs-devel@m.gmane.org; Tue, 23 Dec 2008 20:50:01 +0100 Original-Received: from localhost ([127.0.0.1]:44792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFDFG-0002ad-LS for ged-emacs-devel@m.gmane.org; Tue, 23 Dec 2008 14:48:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LFDFB-0002ZS-Dq for emacs-devel@gnu.org; Tue, 23 Dec 2008 14:48:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LFDFA-0002Z0-Hl for emacs-devel@gnu.org; Tue, 23 Dec 2008 14:48:41 -0500 Original-Received: from [199.232.76.173] (port=33746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFDFA-0002Yv-9P for emacs-devel@gnu.org; Tue, 23 Dec 2008 14:48:40 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:56217) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LFDF9-0007rv-QB for emacs-devel@gnu.org; Tue, 23 Dec 2008 14:48:40 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1130943fgb.30 for ; Tue, 23 Dec 2008 11:48:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lDHmHPnBIpX+re8CR+FCvwmtI4nQwilGyPr0/YuPiGU=; b=Hlk3mPVvd07oWJ4CMhKlsmRbrnDQvGG1ZYM30RC+ulmeUfZcB08UjV1woy5CzulMeq v55OFNrNZmYZONWlHz8orW0fWEcONC5LOIZygHdIqY9ffRdi7MEn3zNyjRP1Bo3b0ePz fKt8SvOk143VOutcN+HNwWQ3GJ/+aYvz5RtyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TepxxA/JdF8eR2PAkv4NEvfPforRUcBNNpQRdczXpn7KGtIZid0VlgIXHCDt33j+o7 TD7zwLwKXD9d+uwID7KzsOuf/mCpL5X8xbJxfwGH1TnAsDmXmsiy0T8EjWGT/TRpqalF wOJEtSb87eAi2NUKI2DHydhI7wCpaLzk0g53s= Original-Received: by 10.86.84.5 with SMTP id h5mr4651977fgb.10.1230061715907; Tue, 23 Dec 2008 11:48:35 -0800 (PST) Original-Received: by 10.86.1.8 with HTTP; Tue, 23 Dec 2008 11:48:35 -0800 (PST) In-Reply-To: <8763lbzuv5.fsf@elegiac.orebokech.com> Content-Disposition: inline X-detected-operating-system: by monty-python.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:107251 Archived-At: On Mon, Dec 22, 2008 at 11:51 PM, Romain Francoise wrote: > "Lennart Borgman" writes: > >> Romain, do you have anything to say about this? > > Not really, no. AIUI the pure space overflow applies to the OP's > self-compiled Emacs, not to the Ubuntu version (the Ubuntu build > scripts explicitly fail the build on purpose when that happens). > And there's not enough information about the original mumamo issue > to conclude that the problem is on the Emacs side. Another user now wrote on the bug page (https://bugs.launchpad.net/nxhtml/+bug/300946) that he got the same problem, but it went away when he compiled Emacs himself. (He did not mention the pure space problem.) Is it possible that you can upload a new snap-shot so we can see if the problem is gone there?