From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45751: [feature/native-comp] emacs keeps running 100% of CPU Date: Tue, 12 Jan 2021 10:56:56 +0000 Message-ID: References: <87k0slu13n.fsf@gmail.com> <87im84jsu0.fsf@gmail.com> <87sg77yat7.fsf@gmail.com> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24337"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45751@debbugs.gnu.org To: edouard debry Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 12 12:40:38 2021 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 1kzI2Q-0006FO-6u for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 12:40:38 +0100 Original-Received: from localhost ([::1]:58552 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzI2P-000086-7C for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Jan 2021 06:40:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzHND-0001U7-DN for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 05:58:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47879) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kzHNC-0007d1-5m for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 05:58:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kzHNC-0007du-4u for bug-gnu-emacs@gnu.org; Tue, 12 Jan 2021 05:58: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: Tue, 12 Jan 2021 10:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45751 X-GNU-PR-Package: emacs Original-Received: via spool by 45751-submit@debbugs.gnu.org id=B45751.161044902429312 (code B ref 45751); Tue, 12 Jan 2021 10:58:02 +0000 Original-Received: (at 45751) by debbugs.gnu.org; 12 Jan 2021 10:57:04 +0000 Original-Received: from localhost ([127.0.0.1]:59425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzHMF-0007ch-O8 for submit@debbugs.gnu.org; Tue, 12 Jan 2021 05:57:03 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:52704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzHMA-0007cF-7y for 45751@debbugs.gnu.org; Tue, 12 Jan 2021 05:57:01 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 10CAuu0D005403; Tue, 12 Jan 2021 10:56:57 GMT In-Reply-To: (edouard debry's message of "Tue, 12 Jan 2021 11:00:01 +0100") 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" Xref: news.gmane.io gmane.emacs.bugs:197784 Archived-At: edouard debry writes: > Tried on windows. > > Indeed, with previous settings in my init file, I do not see anymore emacs eating all memory, currently it remains at > ~150Mo while idle. Right so I'll merge with bug#45705. > The only trouble is that some packages fail to be natively compiled as "smart-mode-line" with the same error : > Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 2) > > I blacklisted this package too. > > Details of the error follows, I presume this is a compatibility problem with emacs 28.0.50 ? Yes I think so. Andrea