diff options
| author | Gavin Andresen <[email protected]> | 2013-12-10 11:34:28 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-12-10 11:34:28 +1000 |
| commit | 962b1cf441ceb1de7791d89951a79a54a2fefcd4 (patch) | |
| tree | 59909d2f6aac84c197f2ecf0440f0159ad294b3f /src/test/script_P2SH_tests.cpp | |
| parent | Merge pull request #3207 (diff) | |
| download | discoin-962b1cf441ceb1de7791d89951a79a54a2fefcd4.tar.xz discoin-962b1cf441ceb1de7791d89951a79a54a2fefcd4.zip | |
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 'src/test/script_P2SH_tests.cpp')
0 files changed, 0 insertions, 0 deletions