This is the mail archive of the glibc-bugs@sources.redhat.com 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]

[Bug linuxthreads/432] Test linuxthreads/ex7 hangs up


------- Additional Comments From tsv at solvo dot ru  2004-10-26 11:29 -------
After some investigation it seems that "waitpid_not_cancel" in
pthread_reap_children(void) function (manager.c) doesn't return any pids of
exited children and doesn't call pthread_exited() function to remove the threads
from the internal linked list.
I wrote a simple test with clone and wait4 functions to emulate linuxthreads
behavior and it works correctly. I am wandering now what could be wrong.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=432

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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