bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#581: Acknowledgement (23.0.60; OSX: server crashes when quitting em


From: Markus Triska
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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]