Skip to content
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 when finishing query #553

Closed
Stebalien opened this issue Apr 6, 2020 · 1 comment
Closed

Panic when finishing query #553

Stebalien opened this issue Apr 6, 2020 · 1 comment
Assignees
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@Stebalien
Copy link
Member

Failed
=== RUN   TestIface/Dht/TestDhtFindProviders
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x10fded2]

goroutine 9659 [running]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).refreshRTIfNoShortcut(0xc000316000, 0xc0011bae18, 0x20, 0x20, 0x0)
	pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.6.0/routing.go:383 +0x22
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).findProvidersAsyncRoutine(0xc000316000, 0x1bde240, 0xc000eb8100, 0xc000fdad80, 0x22, 0x30, 0x1, 0xc0008a7980)
	pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.6.0/routing.go:610 +0x54b
created by github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).FindProvidersAsync
	pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.6.0/routing.go:517 +0xf2
FAIL	github.com/ipfs/go-ipfs/core/coreapi/test	1.716s

https://app.circleci.com/pipelines/github/ipfs/go-ipfs/2334/workflows/d50cc3ca-60e3-4cf3-9379-f0546ad96b3c/jobs/28597/tests

@Stebalien Stebalien added the kind/bug A bug in existing code (including security flaws) label Apr 6, 2020
@aschmahmann
Copy link
Contributor

closed by #554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

3 participants