Subj : Re: Strange behaviour To : comp.programming.threads From : loic-dev Date : Wed Apr 20 2005 01:01 am Hello, > > On which distro? > > gentoo. This is what /lib/libc.so.6 shows: > > GNU C Library 20041102 release version 2.3.4, by Roland McGrath et al. [snip] > > Seems to be an issue in the NPTL you are using. > > Searching for bugs on the glibc lists, I found bug 530 > (http://sources.redhat.com/bugzilla/show_bug.cgi?id=530), which seems > to describe my problem. But I'm not sure whether it applies to my > version of glibc. Yes, it seems to be exactly the problem you are facing. Note that the patch proposed by Roland is dated from 2004-11-09, whereas your lib is dated from 2004-11-02. So I wouldn't be surprised, if this bug applies to your lib too (a look at the sources would give us the definitive statement). Loic. .