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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "John Wiegley" <johnw <at> gnu.org>
Subject: bug#30764: closed (Re: bug#30764: 26.0.91; On macOS, deleting a
 full screen frame crashes)
Date: Tue, 20 Mar 2018 01:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30764: 26.0.91; On macOS, deleting a full screen frame crashes

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 30764 <at> debbugs.gnu.org.

-- 
30764: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30764
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "John Wiegley" <johnw <at> gnu.org>
To: Alan Third <alan <at> idiocy.org>
Cc: 30764-done <at> debbugs.gnu.org
Subject: Re: bug#30764: 26.0.91; On macOS, deleting a full screen frame crashes
Date: Mon, 19 Mar 2018 18:04:15 -0700
>>>>> "AT" == Alan Third <alan <at> idiocy.org> writes:

AT> This should have been fixed in Emacs 26 already. I certainly can’t
AT> replicate it now.

Thanks, it has been fixed.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2

[Message part 3 (message/rfc822, inline)]
From: "John Wiegley" <johnw <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 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.