GNU bug report logs - #30764
26.0.91; On macOS, deleting a full screen frame crashes

Previous Next

Package: emacs;

Reported by: "John Wiegley" <johnw <at> gnu.org>

Date: Sat, 10 Mar 2018 21:11:02 UTC

Severity: normal

Tags: moreinfo

Found in version 26.0.91

Done: "John Wiegley" <johnw <at> gnu.org>

Bug is archived. No further changes may be made.

Forwarded to https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00546.html

Full log


View this message in rfc822 format

From: Alan Third <alan <at> idiocy.org>
To: 30764 <at> debbugs.gnu.org
Subject: bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
Date: Sat, 10 Mar 2018 22:34:50 +0000
On Sat, Mar 10, 2018 at 01:10:02PM -0800, John Wiegley wrote:
> Steps:
> 
>   1. Switch to full screen. I use this function to do it:
> 
>         (defun emacs-max ()
>           (interactive)
>           (cl-flet ((set-param (p v) (set-frame-parameter (selected-frame) p v)))
>             (set-param 'fullscreen 'fullboth)
>             (set-param 'vertical-scroll-bars nil)
>             (set-param 'horizontal-scroll-bars nil))
>           (set-frame-font emacs-min-font))
> 
>   2. Create another frame with C-x 5 2
> 
>   3. Delete that frame with C-x 5 0
> 
> Crashes every time for me, and has for months, I just forget to report it.

This should have been fixed in Emacs 26 already. I certainly can’t
replicate it now.
-- 
Alan Third




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

Previous Next


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