This commit only affects locking behavior and doesn't have other changes.
https://github.com/bitcoin/bitcoin/pull/17261/commits/fadc08ad944cad42e805228cdd58e0332f4d7184
Partial backport of Core PR17261
Differential D7838
[backport#17261 2/13] Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman majcosta on Oct 9 2020, 03:27. Authored by
Details
This commit only affects locking behavior and doesn't have other changes. https://github.com/bitcoin/bitcoin/pull/17261/commits/fadc08ad944cad42e805228cdd58e0332f4d7184 Partial backport of Core PR17261 cmake -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Werror ninja all check check-functional
Diff Detail
Event TimelineComment Actions Please update the test plan to detect locking issues. Run the tests with debug enabled to detect any AssertLockHeld() assertion and with clang to check against the thread-safety annotations. |