Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
The test case works with the newest snapshot (20130401). Thanks for the fix! Best regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: SIGCHLD is not delivered

2013-04-05 Thread Christopher Faylor
On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: The test case works with the newest snapshot (20130401). Thanks for the fix! Thanks for the feedback. I haven't advertised a fix yet because there is still something not quite right in the snapshots and I haven't had a chance to

Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
Le 05/04/2013 19:41, Christopher Faylor a écrit : On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: The test case works with the newest snapshot (20130401). Thanks for the fix! Thanks for the feedback. I haven't advertised a fix yet because there is still something not quite

Re: SIGCHLD is not delivered

2013-04-05 Thread Christopher Faylor
On Fri, Apr 05, 2013 at 09:25:16PM +0200, Andreas Steenpa? wrote: Le 05/04/2013 19:41, Christopher Faylor a ?crit : On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: The test case works with the newest snapshot (20130401). Thanks for the fix! Thanks for the feedback. I haven't

Re: SIGCHLD is not delivered

2013-04-05 Thread Andreas Steenpaß
Le 05/04/2013 21:32, Christopher Faylor a écrit : On Fri, Apr 05, 2013 at 09:25:16PM +0200, Andreas Steenpa? wrote: Le 05/04/2013 19:41, Christopher Faylor a ?crit : On Fri, Apr 05, 2013 at 07:30:42PM +0200, Andreas Steenpa? wrote: The test case works with the newest snapshot (20130401).

Re: SIGCHLD is not delivered

2013-03-30 Thread Andreas Steenpaß
Le 30/03/2013 04:16, Andrey Repin a écrit : Knowing, which VM it is, and what is the container settings in regard to hardware virtualisation support, would be helpful. The admin of this system wrote: VMware 4.1.0 (ESXi 4.1) Host configuration: standard configuration for Windows, 64bit CPU: 1

Re: SIGCHLD is not delivered

2013-03-29 Thread Christopher Faylor
On Thu, Mar 28, 2013 at 02:30:53PM +0100, Andreas Steenpa? wrote: I have noticed that sometimes SIGCHLD is not delivered when a child process exits. I can reproduce this behaviour reliably under the following, very special circumstances: I've uploaded a new snapshot which seems to fix

Re: SIGCHLD is not delivered

2013-03-29 Thread Andreas Steenpaß
Le 29/03/2013 14:29, Christopher Faylor a écrit : On Thu, Mar 28, 2013 at 02:30:53PM +0100, Andreas Steenpa? wrote: I have noticed that sometimes SIGCHLD is not delivered when a child process exits. I can reproduce this behaviour reliably under the following, very special circumstances: I've

Re: SIGCHLD is not delivered

2013-03-29 Thread Andrey Repin
Greetings, Andreas Steenpaß! I have noticed that sometimes SIGCHLD is not delivered when a child process exits. I can reproduce this behaviour reliably under the following, very special circumstances: I've uploaded a new snapshot which seems to fix this problem. Before running it, I could

SIGCHLD is not delivered

2013-03-28 Thread Andreas Steenpaß
I have noticed that sometimes SIGCHLD is not delivered when a child process exits. I can reproduce this behaviour reliably under the following, very special circumstances: * Immediately before calling 'exit(0);', the child process calls some command 'system(...);'. * SIGCHLD is blocked