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 #26 received at 35784 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 35784 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>,
 Marc Munro <marc <at> bloodnok.com>
Subject: Re: bug#35784: emacs 26 crash
Date: Sat, 18 May 2019 10:19:22 -0400
martin rudalics <rudalics <at> gmx.at> writes:

>> I'm able to reproduce using the latest emacs-26 branch (I don't have the
>> point releases checked out at the moment), both lucid and gtk3 builds.
>> It doesn't reproduce using master, there is a Lisp error (Symbol's
>> definition is void: new-frame) that interferes.
>
> Could you try with 'make-frame' instead of 'new-frame' (or defaliasing
> 'new-frame' to 'make-frame')?  Here I can't reproduce the crash with
> Emacs 27 and I'm a bit too lazy to delve deeper on my broken systems.

Ah, right, adding

    (defalias 'new-frame 'make-frame)

lets it reproduce on master too.




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.