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: Send on closed channel #677

Closed
mrd0ll4r opened this issue Jun 26, 2020 · 1 comment
Closed

Panic: Send on closed channel #677

mrd0ll4r opened this issue Jun 26, 2020 · 1 comment

Comments

@mrd0ll4r
Copy link

mrd0ll4r commented Jun 26, 2020

I'm running a slightly outdated version of IPFS, so I'm not sure if this is maybe fixed in the meantime, but thought I'd create an issue just in case.

panic: send on closed channel

goroutine 1798026979 [running]:
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).findProvidersAsyncRoutine.func1(0x1e9e3e0, 0xc033384cc0, 0xc089f6fe00, 0x22, 0xc001ee6fb0, 0xac67b6, 0x1cc8768, 0xc000526460, 0x0)
        /home/leo/go/pkg/mod/github.com/libp2p/[email protected]/routing.go:582 +0x6d1
github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).runLookupWithFollowup.func1(0xc01acea910, 0x1e9e3e0, 0xc033384cc0, 0xc089f6fe00, 0x22, 0xc0108862a0)
        /home/leo/go/pkg/mod/github.com/libp2p/[email protected]/query.go:114 +0x4e
created by github.com/libp2p/go-libp2p-kad-dht.(*IpfsDHT).runLookupWithFollowup
        /home/leo/go/pkg/mod/github.com/libp2p/[email protected]/query.go:113 +0x2e1
@aschmahmann
Copy link
Contributor

Thanks @mrd0ll4r. I think this was fixed by #656 and is in the latest go-ipfs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants