Share

QuickFIX

Tracker: Bugs

5 64-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.


Lavdas ( deanlavdas ) - 2009-09-04 14:35

5

Open

None

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.