# Gavin Andresen # 2011-03-25 13:01:00 # https://bitcointalk.org/index.php?topic=4904.msg72030#msg72030 Does anybody have experience with valgrind -helgrind or other automated tools for finding potential deadlocks? @p{par} Running it on bitcoind I'm getting a huge number of false positives... @p{par} Should we just document every method that holds one or more locks? I'm worried there are other possible deadlocks lurking. @p{brk}