-
rbrunnersech1: 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?
-
rbrunner
-
rbrunner*RandomX mining crash
-
sech1That's C++, and the rx-slow-hash.c is C
-
sech1But maybe it's not related in C++, they seem to describe the same bug
-
sech1no, they talk about deadlock and we have a crash
-
rbrunnerOk :)
-
sech1and it seems that crashing/not crashing depends on the compiler/mingw version
-
hycstd::mutex has never worked in g++ on mingw
-
hycthat's why we always used boost mutex