diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-12-10 11:34:28 +1000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-12-10 11:34:28 +1000 |
commit | 962b1cf441ceb1de7791d89951a79a54a2fefcd4 (patch) | |
tree | 59909d2f6aac84c197f2ecf0440f0159ad294b3f /Makefile.am | |
parent | 955787f83f49dab298763a3a119766494dede30f (diff) |
Fix infinite loop with LogPrint on Windows
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.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions