Tagged Questions
1
vote
1answer
677 views
Mac OS X port crashes in pthread_setspecific in glibstdc++ vsnprintf - how to troubleshoot?
I'm testing a Mac OS X port of my multithreaded server. It starts up, but it dies in vsnprintf soon after the first client request is taken by a worker thread.
It seems that vsnprintf is trying to ...