Date: Thu, 2 May 2002 12:13:25 -0700 (PDT) From: Archie Cobbs <archie@dellroad.org> To: Archie Cobbs <archie@dellroad.org> Cc: eischen@pcnet1.pcnet.com, "Jeroen Ruigrok/asmodai" <asmodai@wxs.nl>, freebsd-stable@FreeBSD.ORG Subject: Re: Bug in pthread_cancel() Message-ID: <200205021913.g42JDPA97178@arch20m.dellroad.org> In-Reply-To: <200205011749.g41Hnbs92444@arch20m.dellroad.org> "from Archie Cobbs at May 1, 2002 10:49:37 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Archie Cobbs writes: > Daniel- > > Your patch does not fix the problem. The call to pthread_cancel() > happens before the thread starts to exit. Since the thread has But! Your patch is also required -- not to fix my particular problem but to fix the case where pthread_cancel() is called while the target thread is already in the middle of doing cleanups. Sorry for not seeing that before.. duh. I'll add your patch to the PR. Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205021913.g42JDPA97178>