This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ThreadSanitizer reports data race in LevelDB during sync #4740
Comments
Could be the reason for #4578 |
Using bitcoin-core's newer LevelDB gives me slightly different but similar reports:
|
Could it be false positive because of some tricky thread-safety handling inside LevelDB? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This can happen when commiting new state data to StateDB while preparing response to GetNodeDataPacket network message (looking up data in StateDB)
Data race is reported inside LevelDB, so I'm not sure yet what we should do
The text was updated successfully, but these errors were encountered: