GNU bug report logs - #77240
30.1; Native-comp causing large memory leak

Previous Next

Package: emacs;

Reported by: N Winkel <nw1905 <at> outlook.com>

Date: Mon, 24 Mar 2025 16:46:02 UTC

Severity: normal

Found in version 30.1

Full log


Message #71 received at 77240 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: martin rudalics <rudalics <at> gmx.at>
Cc: nw1905 <at> outlook.com, Eli Zaretskii <eliz <at> gnu.org>, acorallo <at> gnu.org,
 77240 <at> debbugs.gnu.org
Subject: Re: bug#77240: 30.1; Native-comp causing large memory leak
Date: Wed, 02 Apr 2025 09:58:32 +0300
>> Doesn't display-warning protect itself against such recursion?
>
> It should IMHO but I do not see where.  'with-suppressed-warnings' is
> about byte-compiler errors; the one at work here might be something
> different, maybe caused by the package mechanism or by not disabling
> 'undo' orderly.

Trying

  (progn 
    (setq display-buffer-alist
          '(((category . warning)
             ((lambda (&rest _) (warn "Compilation error"))))))
    (warn "Compilation error"))

soon stops with

  "Lisp nesting exceeds ‘max-lisp-eval-depth’: 1622"




This bug report was last modified 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.