bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39962: 27.0.90; Crash in Emacs 27.0.90


From: Pip Cet
Subject: bug#39962: 27.0.90; Crash in Emacs 27.0.90
Date: Sun, 15 Mar 2020 12:09:43 +0000

On Sat, Mar 14, 2020 at 7:09 PM Paul Eggert <eggert@cs.ucla.edu> wrote:
> On 3/14/20 11:34 AM, Pip Cet wrote:
>
> > +      if (0 <= offset && offset < sizeof *b &&
> > +       (all_buffers || !NILP (b->name_)))
>
> The "&&" should go at the start of the second line, not the end of the first.

Oops, sorry. Fixed patch attached.

> This patch is for emacs-27, right?

I'd intended it for emacs-27, yes. In master we should get rid of the
live_buffer_p function entirely, I think.

> Thanks again.

Thank you!

Attachment: 0001-Don-t-collect-reachable-killed-buffers-during-GC.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]