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 X-Authentication-Warning: atacama.four-d.de: mail set sender to using -f Date: Mon, 16 Sep 2002 11:07:14 +0200 (=?ISO-8859-1?Q?Westeurop=E4ische_Sommerzeit?=) From: Thomas Pfaff To: Robert Collins cc: Jason Tishler , , Subject: Re: pthread_testcancel() causes SEGV In-Reply-To: <1031671312.22457.19.camel@lifelesswks> Message-ID: X-X-Sender: pfaff AT antarctica DOT intern DOT net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 10 Sep 2002, Robert Collins wrote: > On Thu, 2002-08-08 at 04:54, Jason Tishler wrote: > > Thomas, > > > > On Wed, Aug 07, 2002 at 09:34:14AM +0200, Thomas Pfaff wrote: > > > Thanks for tracking it down. > > > > No problem. Thanks for the quick turn around on the patch. I tested it > > and can confirm that it fixes the ipc-daemon service startup problem. > > Jason, > sorry for the *cough* long delay. > > the attached patch is the 'right way' to deal with this issue IMO. It > also gives us full pthread* support for threads created using the win32 > CreateThread call (although I won't officially support that at this > point :}). > Rob, you may have noticed that i have added similar code in my pending pthread patches. Anyway, since you return a NULL pointer in pthread_self if something went wrong i vote for inclusion of my original patch regardless which patch will be applied for pthread_self. Thomas