You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version/Platform/Processor information (from ipfs version --all):
Basically 0.4.3-rc1
$ ssh root@`dig +short venus.i.ipfs.io` docker exec -i ipfs ipfs version --all
20:27:19.237 INFO cmd/ipfs: IPFS_PATH /data/ipfs main.go:297
go-ipfs version: 0.4.3-dev-566c08e
Repo version: 4
System version: amd64/linux
Golang version: go1.6.3
Type (bug, feature, meta, test failure, question): bug
Area (api, commands, daemon, fuse, etc): dht
Priority (from P0: functioning, to P4: operations on fire): 2
This error shouldn't happen, there is if condition right before that checking if the variable isn't null.
Me and @whyrusleeping came up with explanation that it would have to be either Go or System level race condition, where caches didn't get flushed and re-fetched from RAM.
Version/Platform/Processor information (from
ipfs version --all
):Basically 0.4.3-rc1
Type (bug, feature, meta, test failure, question): bug
Area (api, commands, daemon, fuse, etc): dht
Priority (from P0: functioning, to P4: operations on fire): 2
Description:
Only got this short dump:
The text was updated successfully, but these errors were encountered: