From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.bugs Subject: bug#14958: 24.2; emacs --daemon crashing when X-frames are removed ungracefully Date: Sat, 27 Jul 2013 12:29:56 +0200 Message-ID: <87ehakgusb.fsf@yun.yagibdah.de> References: <87a9l9iei0.fsf@yun.yagibdah.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1374926891 20872 80.91.229.3 (27 Jul 2013 12:08:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2013 12:08:11 +0000 (UTC) Cc: 14958@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 27 14:08:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V33I5-0001hj-C8 for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Jul 2013 14:08:05 +0200 Original-Received: from localhost ([::1]:57064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V33I4-0003jJ-NC for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Jul 2013 08:08:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V33I1-0003j3-PZ for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2013 08:08:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V33I0-0008JJ-88 for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2013 08:08:01 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V31mA-0000NC-S5 for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2013 06:31:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V31mA-0003k4-4F for bug-gnu-emacs@gnu.org; Sat, 27 Jul 2013 06:31:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87a9l9iei0.fsf@yun.yagibdah.de> Resent-From: lee Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 27 Jul 2013 10:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14958 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14958-submit@debbugs.gnu.org id=B14958.137492100814237 (code B ref 14958); Sat, 27 Jul 2013 10:31:02 +0000 Original-Received: (at 14958) by debbugs.gnu.org; 27 Jul 2013 10:30:08 +0000 Original-Received: from localhost ([127.0.0.1]:52450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V31lG-0003hU-DN for submit@debbugs.gnu.org; Sat, 27 Jul 2013 06:30:07 -0400 Original-Received: from client-194-42-186-216.muenet.net ([194.42.186.216]:44108 helo=yun.yagibdah.de) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V31lB-0003gT-RW for 14958@debbugs.gnu.org; Sat, 27 Jul 2013 06:30:03 -0400 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.80.1) (envelope-from ) id 1V31l9-0003YR-QT; Sat, 27 Jul 2013 12:29:59 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76706 Archived-At: Glenn Morris writes: > lee wrote: > >> In GNU Emacs 24.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.8.2) >> of 2013-07-15 on buildvm-18.phx2.fedoraproject.org > > It might help to use the lucid toolkit rather than GTK+. > ./configure --with-x-toolkit=lucid > > Not sure if Fedora offers that as an alternative (like emacs-nox). At least I don't find it in the packages. They are strongly orientated towards gnome, so I'm not surprised. I pulled from bzr, compiled with lucid and made a test: Started emacs in daemon mode, left two frames open and exited fvwm which closes the X session. After that, the emacs daemon is unresponsive, i. e. 'emacsclient -nw' doesn't do anything, and I can only kill the emacs process. -- Debugger entered--Lisp error: (error "C-c C-c can do nothing useful at this location")