From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Liang Wang Newsgroups: gmane.emacs.devel Subject: emacs daemon exits when emacsclient connects to it again Date: Mon, 9 Feb 2009 17:11:45 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234170737 2092 80.91.229.12 (9 Feb 2009 09:12:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 09:12:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 10:13:27 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWSCf-00052k-68 for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 10:13:21 +0100 Original-Received: from localhost ([127.0.0.1]:46662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWSBL-0002lq-OR for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 04:11:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWSBF-0002kU-Ru for emacs-devel@gnu.org; Mon, 09 Feb 2009 04:11:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWSBB-0002bN-UW for emacs-devel@gnu.org; Mon, 09 Feb 2009 04:11:53 -0500 Original-Received: from [199.232.76.173] (port=56360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWSBB-0002ax-N7 for emacs-devel@gnu.org; Mon, 09 Feb 2009 04:11:49 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]:35243) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWSB9-0005hC-VU for emacs-devel@gnu.org; Mon, 09 Feb 2009 04:11:48 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k17so874963waf.26 for ; Mon, 09 Feb 2009 01:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=deFlX5jV6hZ2OtzMXfLpOyEZh/EW3rsV+Ky222o/jEA=; b=cgeRf6y8BhH6aCJXPTyj0ied/0RMuyl8ksRCw/mad4WXNwT/ZCeQ9fPfdNbZ0epr+s iPDWz/S6Vbsae7dPxuN16xREtI/Lo4cPEntRBPkRD5Lb6+uOYNlJVdvgl9VKsrZh2xF4 hMnDTTLASpOGWih5lXyTEls3qD+GBLrUBxI4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=lxZbno1h7J0r8M1Y4vNZVZvtkSl6zKZoghadaHZvxkD/G/O6cBVbMSxFQxu3oiO2cY 3O+l/XRaJOVryyUuDlhQIKaZF//6oVafVA6SUZJ6LVbyS5XLse+D6IZrmp9aIeKslyJV demHISSJXIRn9qEkvTtZGdBqmgrTcW5S0No7U= Original-Received: by 10.115.111.3 with SMTP id o3mr2016270wam.60.1234170705651; Mon, 09 Feb 2009 01:11:45 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108883 Archived-At: Emacs daemon exits or crashes when emacsclient connect to it again. Below is my command line operation. [liang@localhost ~]$ emacs --daemon -Q ("emacs" "-Q") Starting Emacs daemon. [liang@localhost ~]$ pgrep -l emacs 2813 emacs [liang@localhost ~]$ emacsclient -c # succeed to connect Waiting for Emacs... [liang@localhost ~]$ pgrep -l emacs 2813 emacs [liang@localhost ~]$ emacsclient -c # fail to connect Waiting for Emacs... [liang@localhost ~]$ pgrep -l emacs [liang@localhost ~]$ Thanks, Liang.