GNU bug report logs - #6832
23.2; server-force-delete doesn't stop tcp process

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Mon, 9 Aug 2010 17:21:02 UTC

Severity: normal

Found in version 23.2

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6832 in the body.
You can then email your comments to 6832 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Mon, 09 Aug 2010 17:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 09 Aug 2010 17:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.2; server-force-delete doesn't stop tcp process
Date: Mon, 09 Aug 2010 18:21:31 +0100
[Message part 1 (text/plain, inline)]
Steps to reproduce:

1. Emacs -q
2. (setq server-use-tcp t)
3. M-x server-start
4. M-x server-force-delete
5. list-processes

You should see a network process still listening as in this screenshot:

[emacs-server.png (image/png, attachment)]
[Message part 3 (text/plain, inline)]
In GNU Emacs 23.2.11 (x86_64-apple-darwin10.4.0) of 2010-07-23 on
 Victoria.local Windowing system distributor `Apple Inc.', version
 10.6.4

Leo

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Mon, 09 Aug 2010 18:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 6832 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Leo <sdl.web <at> gmail.com>
Cc: 6832 <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Mon, 9 Aug 2010 20:32:07 +0200
On Mon, Aug 9, 2010 at 19:21, Leo <sdl.web <at> gmail.com> wrote:
> Steps to reproduce:
>
> 1. Emacs -q
> 2. (setq server-use-tcp t)
> 3. M-x server-start
> 4. M-x server-force-delete
> 5. list-processes
>
> You should see a network process still listening as in this screenshot:

4. C-u M-x server-start

You shouldn't see a network process still listening.

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Tue, 10 Aug 2010 09:09:01 GMT) Full text and rfc822 format available.

Message #11 received at 6832 <at> debbugs.gnu.org (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 6832 <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Tue, 10 Aug 2010 10:09:08 +0100
On 2010-08-09 19:32 +0100, Juanma Barranquero wrote:
> 4. C-u M-x server-start
>
> You shouldn't see a network process still listening.
>
>     Juanma

I have no problem with that. But I have a feeling that the interface is
being made a bit more complex than needed. For now:

1. server-force-delete just deletes the file that emacsclient uses to
   communicate with a server;
2. C-u M-x server-start stops the network process but leave the file on
   disk.

Leo




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Thu, 23 Sep 2010 00:14:01 GMT) Full text and rfc822 format available.

Message #14 received at 6832 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Leo <sdl.web <at> gmail.com>
Cc: 6832 <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Thu, 23 Sep 2010 02:15:00 +0200
On Tue, Aug 10, 2010 at 11:09, Leo <sdl.web <at> gmail.com> wrote:

> I have no problem with that. But I have a feeling that the interface is
> being made a bit more complex than needed. For now:
>
> 1. server-force-delete just deletes the file that emacsclient uses to
>   communicate with a server;
> 2. C-u M-x server-start stops the network process but leave the file on
>   disk.

There's a long discussion thread "error in server-running-p on M$"
started on 2008-11-22 where these issues are discussed. I'd suggest
familiarizing with it and then suggesting specific improvements.

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Tue, 05 Jul 2011 15:04:02 GMT) Full text and rfc822 format available.

Message #17 received at 6832 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Leo <sdl.web <at> gmail.com>
Cc: 6832 <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Tue, 5 Jul 2011 17:03:01 +0200
On Thu, Sep 23, 2010 at 02:15, Juanma Barranquero <lekktu <at> gmail.com> wrote:

> There's a long discussion thread "error in server-running-p on M$"
> started on 2008-11-22 where these issues are discussed. I'd suggest
> familiarizing with it and then suggesting specific improvements.

Do you still want to suggest improvements, or can I close this bug?

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6832; Package emacs. (Wed, 06 Jul 2011 04:41:02 GMT) Full text and rfc822 format available.

Message #20 received at 6832 <at> debbugs.gnu.org (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 6832 <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Wed, 06 Jul 2011 12:39:56 +0800
On 2011-07-05 23:03 +0800, Juanma Barranquero wrote:
> Do you still want to suggest improvements, or can I close this bug?

Fine to close this bug.

Leo




Reply sent to Juanma Barranquero <lekktu <at> gmail.com>:
You have taken responsibility. (Wed, 06 Jul 2011 09:16:03 GMT) Full text and rfc822 format available.

Notification sent to Leo <sdl.web <at> gmail.com>:
bug acknowledged by developer. (Wed, 06 Jul 2011 09:16:03 GMT) Full text and rfc822 format available.

Message #25 received at 6832-done <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Leo <sdl.web <at> gmail.com>
Cc: 6832-done <at> debbugs.gnu.org
Subject: Re: bug#6832: 23.2; server-force-delete doesn't stop tcp process
Date: Wed, 6 Jul 2011 11:15:13 +0200
On Wed, Jul 6, 2011 at 06:39, Leo <sdl.web <at> gmail.com> wrote:

> Fine to close this bug.

Done, thanks.

    Juanma




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 03 Aug 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.