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).