Comment 2 for bug 1359322

Revision history for this message
Pavani Puppala (pavani-puppala) wrote :

This failure is due to using C++ library functions that are not thread safe functions like strtok(), there are other functions that are not thread safe which need to be checked. Assigning to Daniel since he working on removing all non thread safe standard library function calls from T2 driver code.