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 22:30:47 +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> <835ye4c4ar.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="16459"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: htl10@users.sourceforge.net, 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 23:31:22 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 1p87cQ-00044q-2V for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Dec 2022 23:31:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p87cA-0004VZ-9x; Wed, 21 Dec 2022 17:31:06 -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 1p87c6-0004VJ-Km for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 17:31:03 -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 1p87c6-0007VB-DP for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 17:31:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p87c6-0005s0-8g for bug-gnu-emacs@gnu.org; Wed, 21 Dec 2022 17:31: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 22:31: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.167166185122557 (code B ref 60208); Wed, 21 Dec 2022 22:31:02 +0000 Original-Received: (at 60208) by debbugs.gnu.org; 21 Dec 2022 22:30:51 +0000 Original-Received: from localhost ([127.0.0.1]:54306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p87bu-0005rl-RJ for submit@debbugs.gnu.org; Wed, 21 Dec 2022 17:30:51 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:49401) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p87bt-0005rd-0U for 60208@debbugs.gnu.org; Wed, 21 Dec 2022 17:30:49 -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 2BLMUlxb000238 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 21 Dec 2022 22:30:47 GMT In-Reply-To: <835ye4c4ar.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 21 Dec 2022 14:46:52 +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:251625 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: Hin-Tak Leung , 60208@debbugs.gnu.org >> Date: Wed, 21 Dec 2022 09:25:38 +0000 >> >> Eli Zaretskii writes: >> >> > 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. > > Yes, please. Done with e59216d3be8. Best Regards Andrea