GNU bug report logs - #27834
25.2.50; Deleting a frame on macOS while in fullscreen always crashes

Previous Next

Package: emacs;

Reported by: John Wiegley <jwiegley <at> gmail.com>

Date: Wed, 26 Jul 2017 00:18:01 UTC

Severity: normal

Tags: fixed

Found in version 25.2.50

Fixed in version 26.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


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

From: John Wiegley <jwiegley <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.2.50; Deleting a frame on macOS while in fullscreen always crashes
Date: Tue, 25 Jul 2017 20:17:00 -0400
[Message part 1 (text/plain, inline)]
Steps to reproduce:

 1. Enter fullscreen.  I use this function to do so:

    (defun emacs-max ()
      (interactive)
      (set-frame-parameter (selected-frame) 'fullscreen 'fullboth)
      (set-frame-parameter (selected-frame) 'vertical-scroll-bars nil)
      (set-frame-parameter (selected-frame) 'horizontal-scroll-bars nil))

 2. Create another frame with C-x 5 2.

 3. Delete that frame immediately with C-x 5 0.

 4. Emacs crashes. Crash report attached.

[Emacs_2017-07-25-201416_Hermes.crash (application/octet-stream, attachment)]
[Message part 3 (text/plain, inline)]
-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2

This bug report was last modified 7 years and 284 days ago.

Previous Next


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