This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

emacsclient.exe won't exit (was: Re: [1.7] Updated: cygwin-1.7.0-65)


Hi, 

Corinna Vinschen <corinna-cygwin@cygwin.com> writes:

>
> Nver mind.  With the help of your testcase I found the problem.  I'll
> apply a fix shortly, but I have to think about it some more first.
>

After upgrade to -65 cygwin.dll, emacsclient.exe won't exit, no matter
if the --no-wait option is added.

There's a socket kept open between the client and the server:

    $netstat.exe -b -n|grep 3005 -A 1
      TCP    127.0.0.1:3005         127.0.0.1:3112         ESTABLISHED     3472
      [emacs-X11.exe]
    --
      TCP    127.0.0.1:3112         127.0.0.1:3005         ESTABLISHED     2584
      [emacsclient.exe]
    
The test case is simple, just run `emacsclient -n . ' when emacs-x11 has
already (start-server).

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]