mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
67893ff277
c5ed6e73d Move CheckBlock() call to critical section (Hennadii Stepanov) Pull request description: This is an alternative to #14803. Refs: - #14058 - #14072 - https://github.com/bitcoin/bitcoin/pull/14803#issuecomment-442233211 by @gmaxwell > It doesn't support multithreaded validation and there are lot of things that prevent that, which is why I was concerned. Why doesn't the lock on the block index or even cs main prevent concurrency here? - https://github.com/bitcoin/bitcoin/pull/14803#issuecomment-442237566 by @MarcoFalke Tree-SHA512: 2152e97106e11da5763b2748234ecd2982daadab13a0da04215f4db60af802a44ab5700f32249137d122eb13fc2a02e0f2d561d364607d727d8c6ab879339afb
22 lines
533 B
Plaintext
22 lines
533 B
Plaintext
# ThreadSanitizer suppressions
|
|
# ============================
|
|
|
|
# WalletBatch (unidentified deadlock)
|
|
deadlock:WalletBatch
|
|
|
|
# Intentional deadlock in tests
|
|
deadlock:TestPotentialDeadLockDetected
|
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
race:src/qt/test/*
|
|
deadlock:src/qt/test/*
|
|
|
|
# WIP: Unidentified suppressions to run the functional tests
|
|
#race:zmqpublishnotifier.cpp
|
|
#
|
|
#deadlock:CreateWalletFromFile
|
|
#deadlock:importprivkey
|
|
#deadlock:walletdb.h
|
|
#deadlock:walletdb.cpp
|
|
#deadlock:wallet/db.cpp
|