18:10:05 <rbrunner> 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 <rbrunner> https://old.reddit.com/r/cpp/comments/1b55686/maybe_possible_bug_in_stdshared_mutex_on_windows/ 18:10:38 <rbrunner> *RandomX mining crash 18:10:51 <sech1> That's C++, and the rx-slow-hash.c is C 18:11:09 <sech1> But maybe it's not related in C++, they seem to describe the same bug 18:15:30 <sech1> no, they talk about deadlock and we have a crash 18:18:48 <rbrunner> Ok :) 18:19:27 <sech1> and it seems that crashing/not crashing depends on the compiler/mingw version 23:58:27 <hyc> std::mutex has never worked in g++ on mingw 23:58:37 <hyc> that's why we always used boost mutex