mirror of https://github.com/lukechilds/komodo.git
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.try
1 changed files with 14 additions and 17 deletions
Loading…
Reference in new issue