[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: delete-process bug
From: |
Michaël Cadilhac |
Subject: |
Re: delete-process bug |
Date: |
Mon, 29 May 2006 22:04:52 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> Cc: address@hidden, address@hidden,
>> address@hidden, address@hidden
>> From: address@hidden (Kim F. Storm)
>> Date: Mon, 29 May 2006 10:14:22 +0200
>>
>> But... if MS-Windows does not support SIGCHLD (or SIGCLD), how does
>> emacs detect process termination on MS-Windows??
>
> It uses a Windows specific API to probe for subprocess termination,
> and when that tells us that a child process terminated, we call the
> signal handler by hand.
So, is there a case in which the deleted_pid list is not necessary,
and in which we should not install the mechanism (to avoid leaks as
well as unnecessary processing) ?
It seems that the guard we put (#ifdef SIGCHLD) was not the right
thing to do, isn't it ?
--
| Michaël `Micha' Cadilhac | All your base are belong to us. |
| Epita/LRDE Promo 2007 | You have no change to survive |
| http://www.lrde.org/~cadilh_m | make your time, hahaha. |
`-- - JID: address@hidden --' -- Zero Wings - --'
pgp0oSVuUXLAZ.pgp
Description: PGP signature
- Re: delete-process bug, (continued)
- Re: delete-process bug, Eli Zaretskii, 2006/05/29
- Re: delete-process bug, Kim F. Storm, 2006/05/29
- Re: delete-process bug, Eli Zaretskii, 2006/05/29
- Re: delete-process bug, Eli Zaretskii, 2006/05/28
- Re: delete-process bug, Kim F. Storm, 2006/05/29
- Re: delete-process bug, Michaël Cadilhac, 2006/05/29
- Re: delete-process bug, Eli Zaretskii, 2006/05/29
- Re: delete-process bug,
Michaël Cadilhac <=
- Re: delete-process bug, Eli Zaretskii, 2006/05/29
- Re: delete-process bug, Michaël Cadilhac, 2006/05/29
- Re: delete-process bug, Eli Zaretskii, 2006/05/29
- Re: delete-process bug, Michaël Cadilhac, 2006/05/29
- Re: delete-process bug, Kim F. Storm, 2006/05/30
- Re: delete-process bug, Michaël Cadilhac, 2006/05/30
- Re: delete-process bug, Kim F. Storm, 2006/05/30
- Re: delete-process bug, Michaël Cadilhac, 2006/05/30
- Re: delete-process bug, Agustin Martin, 2006/05/29
- Re: delete-process bug (was: Ispell loads dict twice.), Kim F. Storm, 2006/05/25