easyloggingpp
easyloggingpp copied to clipboard
VCPP2015_Win32_Multithreaded crashes randomnly
The multithread sample included in samples\VC++\VCPP2015_Win32_Multithreaded crashes randomnly. Steps to reproduce:
- unzip the archive
- Complile the project VCPP2015_Win43 in VCPP2015_Win32_Multithreaded.Sln with Visual Studio 2015 Update 3
-Launch different times: randomnly crashes
The problem is not in the sample code but in the easyloggercode when calls:
inline MessageBuilder& operator<<(std::ostream& (*OStreamMani)(std::ostream&)) { m_logger->stream() << OStreamMani; return *this; }
meet the same question ,when i notice there was no need define ELPP_FEATURE_PERFORMANCE_TRACKING , i solve my question .
I meet that question too.