Is it thread safe?
In the file modules\core\src\system.cpp there is this peace of code:
TLSData<CoreTLSData>& getCoreTlsData()
{
static TLSData<CoreTLSData> *value = new TLSData<CoreTLSData>();
return *value;
}
I am using Visual Studio 2013 and getting hard to reproduce crashes.
Please add more information !
getting hard to reproduce crashes - which crashes? How do they occur? What is the error generated? ... please update your question according to the suggestions of @Eduardo!
Maybe related links: