From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#17847: 24.3; Emacsclient hang/crash Date: Wed, 25 Jun 2014 19:58:29 +0300 Message-ID: <8361jpq62y.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1403715573 18044 80.91.229.3 (25 Jun 2014 16:59:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2014 16:59:33 +0000 (UTC) Cc: 17847@debbugs.gnu.org To: Robert Horn Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 25 18:59:26 2014 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 1WzqXa-0002wA-JE for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jun 2014 18:59:22 +0200 Original-Received: from localhost ([::1]:39941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzqXa-0007lS-BE for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jun 2014 12:59:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzqXQ-0007l7-FZ for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 12:59:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzqXH-0002l3-Ds for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 12:59:12 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzqXH-0002kz-As for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 12:59:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WzqXG-0003VV-Dw for bug-gnu-emacs@gnu.org; Wed, 25 Jun 2014 12:59:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Jun 2014 16:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17847 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17847-submit@debbugs.gnu.org id=B17847.140371552213441 (code B ref 17847); Wed, 25 Jun 2014 16:59:02 +0000 Original-Received: (at 17847) by debbugs.gnu.org; 25 Jun 2014 16:58:42 +0000 Original-Received: from localhost ([127.0.0.1]:60747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WzqWw-0003Ui-3R for submit@debbugs.gnu.org; Wed, 25 Jun 2014 12:58:42 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:57113) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WzqWt-0003UP-BJ for 17847@debbugs.gnu.org; Wed, 25 Jun 2014 12:58:40 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0N7Q00500HADDM00@mtaout24.012.net.il> for 17847@debbugs.gnu.org; Wed, 25 Jun 2014 19:54:35 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7Q001N3HMZ2D60@mtaout24.012.net.il>; Wed, 25 Jun 2014 19:54:35 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il 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:90796 Archived-At: > From: Robert Horn > Date: Wed, 25 Jun 2014 11:32:19 -0400 > > Minimal test: > > 1. Start emacs --daemon -Q -s test > 2. Start emacsclient --alternate-editor="" -c -s test > 3. Exit emacsclient with c-X 5 0 > 4. Repeat 2. and 3. until fail (3-6 tries typically) > > Failure is a momentary appearance of the X-window frame for the > emacsclient. After it is gone, the emacs daemon has also exited. > > Related test: > 1. Start emacs --daemon -s test (full startup with configuration > indicated below). > 2., 3., 4. the same What's the significance of all the non-default options in this recipe? Does the problem only happen if you use precisely those options? If so, can you tell why you need them?