Browse Source
Running -printtodebugger -debug (or -debug=lock), compiled with -DDEBUG_LOCKORDER would infinite loop on Windows because every critical section lock/unlock triggers a LogPrint. Solution is to use the raw boost mutex instead of a CCriticalSection.0.10
Gavin Andresen
11 years ago
1 changed files with 14 additions and 17 deletions
Loading…
Reference in new issue