Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

daemon stops responding after running for a while #1896

Closed
mungojelly opened this issue Oct 25, 2015 · 1 comment
Closed

daemon stops responding after running for a while #1896

mungojelly opened this issue Oct 25, 2015 · 1 comment

Comments

@mungojelly
Copy link

I noticed that my daemon routinely stops providing or receiving data after running it for a little while!

$ cat /etc/fedora-release
Fedora release 21 (Twenty One)

$ ipfs version
ipfs version 0.3.8

ipfs cat or cat /ipfs/ hang indefinitely

my ipns hash stops being available through https://ipfs.io/ipns/QmSy5XjpgqhD4t436czqP1sgcGSxx7n4p7JC8hVEDsnDs7

"ipfs dht findprovs QmSy5XjpgqhD4t436czqP1sgcGSxx7n4p7JC8hVEDsnDs7" takes a long time and then says "error: routing: not found"

ipfs swarm peers still shows plenty of peers: http://ipfsbin.xyz/#QmY1JoCSm46AfJ2BskMvoEZsBJA4oZCoSA2zFFxRvy1Gtt

ipfs log tail: http://ipfsbin.xyz/#QmX4iVYPMWtMVXLMC4EmG3g8GQt1Kb2hR7hbWewa88i4CK

@whyrusleeping
Copy link
Member

I'm pretty sure one of the 10 open PR's i have fixes this. In the future, could you run your daemon with stderr redirected to a logfile (ipfs daemon 2> logfile) and then when your daemon becomes unresponsive, use ctrl+\ to send a sigquit to the daemon, causing it to print out all stack dumps before exiting. Then provide that logfile for me on the issue report.

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

No branches or pull requests

2 participants