I am really beginning to hate pthreads and linking. So apparently there is a bug in either the google code or the pthread library, or the linker such that if pthread are linked in dynamically, sometimes the pthread manager thread dies, causing all of the children thread to go defunct. Ok I try to link my binary statically, but this fails because
(
Read more... )