From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Possible bug when running with --daemon on 24.3.92.3? Date: Tue, 08 Jul 2014 17:30:25 +1000 Message-ID: <87bnt0qovn.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1404805343 14415 80.91.229.3 (8 Jul 2014 07:42:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 07:42:23 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 09:42:18 2014 Return-path: Envelope-to: ged-emacs-devel@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 1X4Q2c-0003gJ-GL for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 09:42:18 +0200 Original-Received: from localhost ([::1]:54343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Q2b-00064V-VI for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2014 03:42:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Q2P-00062u-Vw for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:42:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4Q2G-0005gF-VL for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:42:05 -0400 Original-Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:55805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4Q2G-0005g0-PJ for emacs-devel@gnu.org; Tue, 08 Jul 2014 03:41:56 -0400 Original-Received: by mail-pd0-f172.google.com with SMTP id w10so6753054pde.17 for ; Tue, 08 Jul 2014 00:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=zbqXYjiq7xSb7x84jMaJRbIfZ/eNJaZoaNQeJEPbnm0=; b=y9X/0JhEslm7Sg07DU/WZdRokmIe74vJDU2RR/8JcbUHRtsrNHdkKF3kd3F8QHjadA Tto4CNI34oKxmH0hJ1rxPOfW7qLDUT3VbJD7ZUcsL2yP3XQQPYHraqsNPqAc4JtOtiqm ntQZCWsFywbT4p2/AwUuqDgW+8hUMA4/AsJTUqaLrKZJ8GuCj/LB7QE9w4sUgipmLTcU 8XskuNVES+DkNAleQMOV/UNkneP69B2XHrMLgJ88qpnIDA0so5IF31LQf3bhw5Zu3TNi dhRBuiW5Q0NXZRp41WPRPyLJdwcjhz+IrFIcMc1RYuwWdKC1O9XwiSBr5Ltz7UOlwVQZ qn4A== X-Received: by 10.68.240.5 with SMTP id vw5mr8037854pbc.113.1404805314310; Tue, 08 Jul 2014 00:41:54 -0700 (PDT) Original-Received: from localhost (ppp118-209-35-177.lns20.mel4.internode.on.net. [118.209.35.177]) by mx.google.com with ESMTPSA id qn13sm23195760pdb.69.2014.07.08.00.41.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 08 Jul 2014 00:41:53 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172894 Archived-At: Hi all, i've just compiled and installed 24.3.92.3 on 64-bit Debian Wheezy (7.5). i start Emacs from URxvt with the `--daemon` option, and then open a new frame with `emacsclient -c`. That works fine. However, when i exit the client using C-x C-c, the server process is shut down as well. i've tried recompiling with: --with-x-toolkit=lucid --with-x-toolkit=gtk2 --with-x-toolkit=gtk3 but that makes no difference. Summary of steps to reproduce: 1. emacs -q --daemon 2. emacsclient -c 3. C-x C-c 4. The `emacs --daemon` process is no longer running. Alexis.