Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 15:30:02 -0700 (PDT)
From:      Archie Cobbs <archie@packetdesign.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/37614: libc_r aborts when exiting thread is canceled
Message-ID:  <200204302230.g3UMU2E91037@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/37614; it has been noted by GNATS.

From: Archie Cobbs <archie@packetdesign.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/37614: libc_r aborts when exiting thread is canceled
Date: Tue, 30 Apr 2002 15:23:45 -0700

 Oops, in that patch the "(_thread_run->flags & PTHREAD_EXITING) != 0"
 should of course instead be "(_thread_run->flags & PTHREAD_EXITING) == 0".
 
 -Archie
 
 __________________________________________________________________________
 Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204302230.g3UMU2E91037>