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 20:41:28 -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: <20020930004128.GA29708@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20020929024420 DOT GA13416 AT redhat DOT com> <1033271512 DOT 4372 DOT 102 DOT camel AT lifelesswks> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1033345951.11275.172.camel@lifelesswks> User-Agent: Mutt/1.4i On Mon, Sep 30, 2002 at 10:32:30AM +1000, Robert Collins wrote: >On Mon, 2002-09-30 at 10:27, Christopher Faylor wrote: > >> Not easily. I'm behind a firewall. I'll tinker some and see if it is >> possible. > >Oh, thats easy if you can ssh out. I'll give you ssh access to my >machine. Then you simply setup a ssh port forward back to your machine >from a high port number to your ssh listening port. Instant access :]. The last time I tried to do something like that it didn't work. I was just going to open a hole through to the windows machine. 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. cgf