18:10:05 sech1: Just a shot in the dark, could this have anything to do with the RandomX mining in daemon on Windows that you try to hunt down? 18:10:06 https://old.reddit.com/r/cpp/comments/1b55686/maybe_possible_bug_in_stdshared_mutex_on_windows/ 18:10:38 *RandomX mining crash 18:10:51 That's C++, and the rx-slow-hash.c is C 18:11:09 But maybe it's not related in C++, they seem to describe the same bug 18:15:30 no, they talk about deadlock and we have a crash 18:18:48 Ok :) 18:19:27 and it seems that crashing/not crashing depends on the compiler/mingw version 23:58:27 std::mutex has never worked in g++ on mingw 23:58:37 that's why we always used boost mutex