Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Mon, 5 Aug 2002 12:17:01 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: 1.3.13? Message-ID: <20020805161701.GA6008@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20020804195150 DOT GA3381 AT redhat DOT com> <124668090713 DOT 20020805140659 AT logos-m DOT ru> <20020805145655 DOT GA4698 AT redhat DOT com> <20020805154128 DOT GA5370 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020805154128.GA5370@redhat.com> User-Agent: Mutt/1.3.23.1i On Mon, Aug 05, 2002 at 11:41:28AM -0400, Christopher Faylor wrote: >On Mon, Aug 05, 2002 at 10:56:55AM -0400, Christopher Faylor wrote: >>On Mon, Aug 05, 2002 at 02:06:59PM +0400, egor duda wrote: >>>Yes. I have a problem with new thread-pool stuff. When runnint cvs >>>session via ssh i get following strace: >> >>Actually, I should have mentioned that I still need to complete the >>cygthread stuff. >> >>If I can duplicate the problem, I'll take a look at it. I should note >>that adding a debug_printf in the ResumeThread loop is apt to slow >>things down *quite* a bit, though. > >I can't duplicate the problem but I have detected a race in my code. > >The below should reduce the window of the race but not eliminate it. >Does it make any difference to the observed behavior? Nevermind. I checked in a fix, I hope. The moral of the story is that auto-reset events always seem to ensure a race. I keep trying to use them but every time I do, a race results. cgf