easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

VCPP2015_Win32_Multithreaded crashes randomnly

Open alessandrociurlo opened this issue 6 years ago • 2 comments

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 crash

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; }

alessandrociurlo avatar Dec 21 '18 14:12 alessandrociurlo

meet the same question ,when i notice there was no need define ELPP_FEATURE_PERFORMANCE_TRACKING , i solve my question .

meaningful avatar Mar 14 '19 10:03 meaningful

I meet that question too. image

humadivinty avatar Mar 06 '20 07:03 humadivinty