turf icon indicating copy to clipboard operation
turf copied to clipboard

RecursiveMutexTester deadlock

Open bretalfieri opened this issue 9 years ago • 0 comments

When running with boost through visual studio, RecursiveMutexTester does not exit. I assume there is a deadlock.

REPRO:

  • Generate with: cmake -DTURF_WITH_BOOST=TRUE -DTURF_PREFER_BOOST=TRUE -DBoost_USE_STATIC_LIBS=ON -DBOOST_ROOT=D:/boost_1_60_0 -DBOOST_INCLUDEDIR=D:/boost_1_60_0/boost -DBOOST_LIBRARYDIR=D:/boost_1_60_0/lib64-msvc-14.0 -G "Visual Studio 14 2015 Win64" ..
  • Build and run SynchroTests.

bretalfieri avatar Mar 09 '16 17:03 bretalfieri