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

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30764 in the body.
You can then email your comments to 30764 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#30764; Package emacs. (Sat, 10 Mar 2018 21:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "John Wiegley" <johnw <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 10 Mar 2018 21:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#30764; Package emacs. (Sat, 10 Mar 2018 22:35:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: 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




Reply sent to "John Wiegley" <johnw <at> gnu.org>:
You have taken responsibility. (Tue, 20 Mar 2018 01:52:01 GMT) Full text and rfc822 format available.

Notification sent to "John Wiegley" <johnw <at> gnu.org>:
bug acknowledged by developer. (Tue, 20 Mar 2018 01:52:02 GMT) Full text and rfc822 format available.

Message #13 received at 30764-done <at> debbugs.gnu.org (full text, mbox):

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




Set bug forwarded-to-address to 'https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00546.html'. Request was from Noam Postavsky <npostavs <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 20 Mar 2018 01:56:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Apr 2018 11:24:07 GMT) Full text and rfc822 format available.

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.