GNU bug report logs - #581
23.0.60; OSX: server crashes when quitting emacsclient

Previous Next

Package: emacs;

Reported by: Markus Triska <markus.triska <at> gmx.at>

Date: Sun, 20 Jul 2008 21:00:03 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Markus Triska <markus.triska <at> gmx.at>
To: 581 <at> debbugs.gnu.org
Subject: bug#581: Acknowledgement (23.0.60; OSX: server crashes when  quitting emacsclient)
Date: Fri, 08 Aug 2008 14:08:45 +0200
I cannot reproduce the problem after commenting out XrmDestroyDatabase:

diff --git a/src/xterm.c b/src/xterm.c
index a32f4e1..884f5a8 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10516,7 +10516,7 @@ x_delete_display (dpyinfo)
 
 #ifndef USE_X_TOOLKIT   /* I'm told Xt does this itself.  */
 #ifndef AIX		/* On AIX, XCloseDisplay calls this.  */
-  XrmDestroyDatabase (dpyinfo->xrdb);
+  /* XrmDestroyDatabase (dpyinfo->xrdb); */
 #endif
 #endif
 #ifdef HAVE_X_I18N





This bug report was last modified 15 years and 214 days ago.

Previous Next


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