-
-
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
panic in bitswap TestSendToWantingPeer #217
Labels
kind/bug
A bug in existing code (including security flaws)
Comments
jbenet
added
kind/bug
A bug in existing code (including security flaws)
help wanted
Seeking public contribution on this issue
labels
Oct 27, 2014
The panic shown here bitswap_test.go:163: Session %!v(PANIC=runtime error: slice bounds out of range) is caused by this line t.Logf("Session %v\n", me.peer) when the peer's String() method is called (and peer was instantiated using Fixed in #222 |
Still broken. https://travis-ci.org/jbenet/go-ipfs/jobs/39928329 |
(we know it is, just noticing certain builds fail cause of it) |
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this issue
Oct 23, 2021
* add RoutingTable func * fix gofmt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://travis-ci.org/jbenet/go-ipfs/jobs/39183561
The text was updated successfully, but these errors were encountered: