From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#60208: 28.1; Resource exhaustion with emacs 28's native compilation; need "-Q" for trampoline Date: Wed, 21 Dec 2022 09:25:38 +0000 Message-ID: References: <974722961.3073608.1671487166201.ref@mail.yahoo.com> <974722961.3073608.1671487166201@mail.yahoo.com> <83len2da2o.fsf@gnu.org> <1097810616.3252016.1671528631492@mail.yahoo.com> <83a63icg94.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39930"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Hin-Tak Leung , 60208@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 21 10:26:24 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7vMl-000AGA-NU for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Dec 2022 10:26:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7vMS-0005Jh-Ee; Wed, 21 Dec 2022 04:26:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7vMQ-0005JM-Px for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 04:26:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p7vMQ-0003ux-Gx for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 04:26:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p7vMQ-0004On-Br for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 04:26:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Dec 2022 09:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60208 X-GNU-PR-Package: emacs Original-Received: via spool by 60208-submit@debbugs.gnu.org id=B60208.167161474216900 (code B ref 60208); Wed, 21 Dec 2022 09:26:02 +0000 Original-Received: (at 60208) by debbugs.gnu.org; 21 Dec 2022 09:25:42 +0000 Original-Received: from localhost ([127.0.0.1]:50591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7vM5-0004OW-Mh for submit@debbugs.gnu.org; Wed, 21 Dec 2022 04:25:41 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:63846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p7vM3-0004OQ-F8 for 60208@debbugs.gnu.org; Wed, 21 Dec 2022 04:25:40 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 2BL9PcAE000931 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 21 Dec 2022 09:25:38 GMT In-Reply-To: <83a63icg94.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 20 Dec 2022 16:16:23 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:251578 Archived-At: Eli Zaretskii writes: >> Date: Tue, 20 Dec 2022 09:30:31 +0000 (UTC) >> From: Hin-Tak Leung >> Cc: 60208@debbugs.gnu.org >> >> On Tuesday, 20 December 2022 at 11:32:21 GMT+8, Eli Zaretskii wrote: >> >> > I'm not sure this conclusion is correct, because --batch implies -q. >> > There's a difference between -q and -Q, so are you saying that >> > emacs-ess is loaded from a site-init file in your case? >> >> Yes, that's right. Fedora has a "/usr/share/emacs/site-lisp/site-start.d/ess-init.el" , which contains the single >> line, "(require 'ess-site)". Indeed as you said. > > Thanks. > > Andrea, do you see any problems with adding -Q to the async > compilation command line, to avoid processing site-init files? Hi Eli, no I don't. > Did we > have any reasons not to do that from the beginning, or was it just an > omission? Not that I remember. Actually I think we should do this for all compilations (sync and async). If okay I can push the fix on emacs-29. Bests Andrea