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


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: 27834 <at> debbugs.gnu.org
Subject: bug#27834: 25.2.50; Deleting a frame on macOS while in fullscreen always crashes
Date: Wed, 26 Jul 2017 17:31:28 +0300
> From: John Wiegley <jwiegley <at> gmail.com>
> Date: Tue, 25 Jul 2017 20:17:00 -0400
> 
>  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.

It didn't crash for me (not on macOS).  Looks macOS-specific.




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.