I’ve googled for the error above; no use.
This error comes form the following line of code:
void Thread::join(void** status) {
pthread_join(thread, status);
}
Anyone has any idea what it means?
(Google brings up other ppl complainig about the error, but no explaingion of it).
Ref http://www.opensource.apple.com/source/libstdcxx/libstdcxx-5.1/libstdcxx/libstdc++-v3/libsupc++/guard.cc:
Please check if there is some static variables that need themselves to be initialized first.