GNU bug report logs - #21807
24.5; Emacs daemon crashes on Mac OS X when closing fullscreen client frame with C-x C-c

Previous Next

Package: emacs;

Reported by: Martijn Eenink <m.g.c.eenink <at> gmail.com>

Date: Sun, 1 Nov 2015 18:24:03 UTC

Severity: normal

Tags: unreproducible

Found in version 24.5

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21807 in the body.
You can then email your comments to 21807 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#21807; Package emacs. (Sun, 01 Nov 2015 18:24:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martijn Eenink <m.g.c.eenink <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 01 Nov 2015 18:24:03 GMT) Full text and rfc822 format available.

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

From: Martijn Eenink <m.g.c.eenink <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5;
 Emacs daemon crashes on Mac OS X when closing fullscreen client frame
 with C-x C-c
Date: Sun, 1 Nov 2015 10:11:58 +0100
I am on a mac, using the MacPorts build of Emacs.app. When I connect to
an emacs daemon with emacsclient -c and switch to fullscreen mode,
everything works fine, until I exit the frame with C-x C-c: this crashes
the daemon.

Steps to reproduce the issue:

1. start the emacs daemon:
   $ open -a Emacs --args --daemon
2. open a client frame
   $ emacsclient -c
3. switch client frame to fullsreen mode (press the green maximize
   button in frame border)
4. exit the client frame with C-x C-c

This crashes the daemon, and the OS reports 'Emacs quit
unexpectedly'. Note that I do not have any problems with C-x C-c when
the client frame is not in fullscreen mode.

Regards,
Martijn


In GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0, NS apple-appkit-1404.11)
 of 2015-10-17 on Agamemnon.local
Windowing system distributor `Apple', version 10.3.1404
Configured using:
 `configure --prefix=/opt/local --with-ns --without-x --without-dbus
 CC=/usr/bin/clang 'CFLAGS=-pipe -Os -arch x86_64'
 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch
 x86_64' CPPFLAGS=-I/opt/local/include'

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_CTYPE: UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
Quit [2 times]
Type C-x 1 to remove help window.  
Quit

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message idna format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils apropos help-mode easymenu
edmacro kmacro cl-loaddefs cl-lib solarized-light-theme solarized dash
package epg-config time-date tooltip electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
multi-tty emacs)

Memory information:
((conses 16 168063 9667)
 (symbols 48 22584 0)
 (miscs 40 82 196)
 (strings 32 26296 14655)
 (string-bytes 1 645564)
 (vectors 16 13218)
 (vector-slots 8 415609 6057)
 (floats 8 124 276)
 (intervals 56 1287 1)
 (buffers 960 14))





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21807; Package emacs. (Sat, 28 May 2016 22:20:01 GMT) Full text and rfc822 format available.

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

From: Alan Third <alan <at> idiocy.org>
To: Martijn Eenink <m.g.c.eenink <at> gmail.com>
Cc: 21807 <at> debbugs.gnu.org
Subject: Re: bug#21807: 24.5;
 Emacs daemon crashes on Mac OS X when closing fullscreen client frame
 with C-x C-c
Date: Sat, 28 May 2016 23:18:49 +0100
Martijn Eenink <m.g.c.eenink <at> gmail.com> writes:

> I am on a mac, using the MacPorts build of Emacs.app. When I connect to
> an emacs daemon with emacsclient -c and switch to fullscreen mode,
> everything works fine, until I exit the frame with C-x C-c: this crashes
> the daemon.
>
> Steps to reproduce the issue:
>
> 1. start the emacs daemon:
>    $ open -a Emacs --args --daemon
> 2. open a client frame
>    $ emacsclient -c
> 3. switch client frame to fullsreen mode (press the green maximize
>    button in frame border)
> 4. exit the client frame with C-x C-c
>
> This crashes the daemon, and the OS reports 'Emacs quit
> unexpectedly'. Note that I do not have any problems with C-x C-c when
> the client frame is not in fullscreen mode.

Hi, sorry it's taken so long for sopmeone to get back to you. I can't
reproduce this in Emacs 25. Could you possibly try the pretest and see
if it's still crashing?
-- 
Alan Third




Added tag(s) unreproducible. Request was from Alan Third <alan <at> idiocy.org> to control <at> debbugs.gnu.org. (Sat, 28 May 2016 22:20:02 GMT) Full text and rfc822 format available.

Reply sent to Alan Third <alan <at> idiocy.org>:
You have taken responsibility. (Tue, 31 May 2016 19:45:02 GMT) Full text and rfc822 format available.

Notification sent to Martijn Eenink <m.g.c.eenink <at> gmail.com>:
bug acknowledged by developer. (Tue, 31 May 2016 19:45:02 GMT) Full text and rfc822 format available.

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

From: Alan Third <alan <at> idiocy.org>
To: Martijn Eenink <m.g.c.eenink <at> gmail.com>
Cc: 21807-done <at> debbugs.gnu.org
Subject: Re: bug#21807: 24.5; Emacs daemon crashes on Mac OS X when closing
 fullscreen client frame with C-x C-c
Date: Tue, 31 May 2016 20:44:27 +0100
On Sun, May 29, 2016 at 08:41:28AM +0200, Martijn Eenink wrote:
> Hi Alan,
> 
> I tried the Emacs 25 pretest and, like you, was unable to reproduce the
> issue.

Thanks. I'll close this bug report now, and if you find it recurring
in Emacs 25 later, please raise a new report.
-- 
Alan Third




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 29 Jun 2016 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Hermann Graf von Westerholt <hermann.westerholt <at> rwth-aachen.de> to control <at> debbugs.gnu.org. (Sun, 25 Apr 2021 21:51:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21807; Package emacs. (Sun, 25 Apr 2021 22:38:01 GMT) Full text and rfc822 format available.

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

From: "von Westerholt und Gysenberg, Hermann"
 <hermann.westerholt <at> rwth-aachen.de>
To: "21807 <at> debbugs.gnu.org" <21807 <at> debbugs.gnu.org>
Subject: 27.2: Emacs daemon crashes on Mac OS X when closing fullscreen client
 frame
Date: Sun, 25 Apr 2021 22:37:43 +0000
I know that this issue is five years old but I have tried to unarchive it. I have the same issue with Emacs 27.2. Closing a fullscreen frame via 'C-x 5 0' or killing emacs from a full-screen frame via ‚C-x C-c‘ causes Emacs to crash on macOS 11.2.3.

Regards,
Hermann von Westerholt

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 May 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 336 days ago.

Previous Next


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