Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: SHOWSTOPPER: [was Re: vfscanf in newlib] X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message Date: Mon, 23 Apr 2001 08:59:47 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SHOWSTOPPER: [was Re: vfscanf in newlib] Thread-Index: AcDLej2UACi7yolkSk23hyI4th+i4gABY0EQ From: "Robert Collins" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id TAA26268 I might be a cancellation point being checked before MTInterface is initialised. If thats the case, I suggest that MTInterface is initialised earlier. Rob > -----Original Message----- > From: Christopher Faylor [mailto:cgf AT redhat DOT com] > Sent: Monday, April 23, 2001 8:27 AM > To: Corinna Vinschen > Subject: Re: SHOWSTOPPER: [was Re: vfscanf in newlib] > > > On Mon, Apr 23, 2001 at 08:02:37AM +1000, Robert Collins wrote: > >> The above four calls to pthread_testcancel() are the problem. I've > >> further tracked them down to the __pthread_testcancel() function. > >> The following patch solves the problem. > >> > >> Robert? Chris? Ok to checkin? > >> > > > >Fine here. I'm surprised that pthread_self() is ever returning NULL > >though!. > > Can we find out why this is happening? It is not happening > for me, as I > said. Both 1.3.0 and my own, differently built, versions > work fine with > sshd. > > cgf >