This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ping[2]: [PATCH] Fix sporadic failure in tst-eintr1 test case


On Mon, 1 Oct 2012 12:12:39 -0700, Jonathan wrote:
> 	It is unspecified whether a thread that has exited but remains
> 	unjoined counts against {PTHREAD_THREADS_MAX}.

OK, thanks for confirming that.  The blurb is directed at
PTHREAD_THREADS_MAX rather than NPROC, but as KOSAKI mentioned, since it
is equated to a condvar based implementation, then the current
behaviour is fine.  I'll push this if I get an ack from one of the
maintainers.
 
On Mon, 1 Oct 2012 15:27:37 -0400, KOSAKI wrote:
> btw, lll_wait_tid() comment about CLONE_CLEARTID. But it's a typo.
> real name is CLONE_CHILD_CLEARTID (see createthread.c). It would
> be great if someone fix it too.

Thanks, I've committed the fix as obvious:

http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=adcdc775e11f6fc788448b9e2b0b4ef08579e463

cc'd libc-ports since the commit touches the ports as well.

Thanks,
Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]