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: "John Wiegley" <johnw <at> gnu.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 13:10:02 -0800
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.

-- 
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 69 days ago.

Previous Next


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