564-bit Linux thread ids being truncated - ID: 2851230
Last Update: Tracker Item Submitted ( deanlavdas )
In thread_spawn (for example) "pthread_create" result is a pthread_t type
(unsigned long int on 64-bit machines) but is being truncated to a 32 bit
unsigned. All thread joins functions then use the incorrect thread id and
will sometimes crash the app.