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: Alan Third <alan <at> idiocy.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:20:30 +0100
On Tue, Jul 25, 2017 at 08:17:00PM -0400, John Wiegley wrote:
> 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.

I believe this is fixed in master.
-- 
Alan Third




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.