GNU bug report logs - #35784
(force-window-update <DELETED-WINDOW>) segfaults

Previous Next

Package: emacs;

Reported by: Marc Munro <marc <at> bloodnok.com>

Date: Fri, 17 May 2019 21:07:02 UTC

Severity: normal

Tags: fixed, patch

Fixed in version 26.3

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>, Noam Postavsky <npostavs <at> gmail.com>
Cc: 35784 <at> debbugs.gnu.org, marc <at> bloodnok.com
Subject: Re: bug#35784: emacs 26 crash
Date: Sun, 19 May 2019 08:40:45 +0200
>> -  if (WINDOWP (object))
>> +  if (WINDOW_LIVE_P (object))
>>       {
>>         struct window *w = XWINDOW (object);
>>         mark_window_display_accurate (object, false);
>
> Thanks, this fix is fine with me.  Martin?

Fine with me as well.

Many thanks for the fix, martin




This bug report was last modified 6 years and 86 days ago.

Previous Next


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