Kim F. Storm wrote:
The problem on w32 is that w32 sends a message to the process when
delete-process is used. W32 then expects the process to answer to some
w32 message (can't remember which one right now). Cygwin does not
answer to this message. Then w32 shows a dialog box and asks the user
what to do.


AFAICS, delete-process invokes kill-process to kill the process; the
rest of delete-process is just book-keeping.

IIUC you say kill-process works (or is it only interrupt_process which
works?) instead of delete-process ?

But kill-process on cygwin should just invoke "cygwin kernel's kill"
so why does the cygwin code use the w32 message interface?

-- or am I missing something.
At the moment I am very confused about what actually happened. I was testing another software firewall, but since things went very slow with I switched back to my old software firewall.

After that I tested again and I was going to say that the problem is gone. It is nearly - but not quite. Most of the times kill-find works now, but once Emacs froze like before. Could this be some kind of race condition?

It could be problems with my PC. There is something wrong I think, but I have not been able to find out what.

At the moment I do not know what to test and I do not understand how to read the C code. How do I know the values of the different constants used by ifdef? I began writing something that would let me know that, but I did not quite finish it.

AFAICS, delete-process calls kill-process, so it looks like a loop
in some of the book-keeping in delete-process ... can you find that
loop?  IOW, what is emacs doing when it "hangs" ?
It does not look like a loop. Emacs eats no CPU.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to