-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(routing/dht) data race #270
Comments
|
the second looks to be in spipe. what's the first one on? |
stack traces look cut off |
@jbenet Did you see the full gist? https://gist.github.com/maybebtc/7da7d507bd800a856406 edit: i should've displayed the link more prominently |
Btw, I also got:
|
found 3 more in the fuse/ipns package unable to reproduce to get the full trace 1
2
3
|
(wasn't spipe after all, was sone weird goroutine stack re-scheduling) |
Looks like you took down quite a few of the races. Is it clear from the checklist which ones? |
not sure which are the merkledag ones yet. I have seen them in the past though. Will keep an eye out |
ipfs/kubo#270 (comment) This commit was moved from ipfs/go-bitswap@d3a79ef
Full gist here: https://gist.github.com/maybebtc/7da7d507bd800a856406
Ran tests under the race detector. Discovered this.
The text was updated successfully, but these errors were encountered: