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: Sun, 29 Sep 2002 21:22:11 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: Many pthread failures in the test suite, one setgroup failure Message-ID: <20020930012211.GA30472@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20020929141659 DOT GA23836 AT redhat DOT com> <1033309085 DOT 11273 DOT 69 DOT camel AT lifelesswks> <20020929185604 DOT GA25789 AT redhat DOT com> <1033343397 DOT 30057 DOT 167 DOT camel AT lifelesswks> <20020930000824 DOT GC27934 AT redhat DOT com> <1033344793 DOT 11275 DOT 169 DOT camel AT lifelesswks> <20020930002716 DOT GD27934 AT redhat DOT com> <1033345951 DOT 11275 DOT 172 DOT camel AT lifelesswks> <20020930004128 DOT GA29708 AT redhat DOT com> <1033346899 DOT 11273 DOT 176 DOT camel AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1033346899.11273.176.camel@lifelesswks> User-Agent: Mutt/1.4i On Mon, Sep 30, 2002 at 10:48:19AM +1000, Robert Collins wrote: >On Mon, 2002-09-30 at 10:41, Christopher Faylor wrote: >>Btw, I seem to be getting an EBUSY from the >>pthread_mutex_lock(&cvthing.lock) in mythread(). >> >>Looking at the pthread code, I don't see how that is possible. > >it could happen via thread.cc:2302 (lock->init->returns EBUSY). > >Anyway, I'm stepping out the door.. back in ~6hours. Yep, that was it. Robert suggested a change on irc and it seems to have solved this problem. So, all of the pthread tests are now passing for me. I think I'd better try this on a Windows 9x system, too, just to be sure. cgf