GNU bug report logs - #51380
29.0.50; The annotated example of a complete working Flymake backend leaves process buffers around

Previous Next

Package: emacs;

Reported by: Rudolf Adamkovič <salutis <at> me.com>

Date: Sun, 24 Oct 2021 20:02:02 UTC

Severity: normal

Found in version 29.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Rudolf Adamkovič <salutis <at> me.com>
Cc: 51380 <at> debbugs.gnu.org
Subject: bug#51380: 29.0.50; The annotated example of a complete working Flymake backend leaves process buffers around
Date: Mon, 25 Oct 2021 01:26:01 +0200
Rudolf Adamkovič <salutis <at> me.com> writes:

> leaves zombie buffers around. I traced the problem down to
>
> ┌────
> │ (when (eq 'exit (process-status proc)) …
> └────
>
> The backend kills the process buffer on `'exit' but not on `'signal', which happens when Flymake kills an obsolete in-progress check. I fixed the problem locally by checking for both `(or (eq status 'exit) (eq status 'signal)'. 

Yup.  I've now fixed this in emacs-28 (which will be merged into
master in a few days).

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 266 days ago.

Previous Next


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