qy: You haven't really given a ton of info on how to debug this, but is it possible this is your issue (https://github.com/ipfs/go-ipfs/issues/7183, workaround in the issue)? If you want to debug what's going on and you're somewhat comfortable with Go and a debugger I would just run some IDE (e.g. VSCode) and click the Attach Debugger button to attach the debugger to the running go-ipfs instance, or start go-ipfs from the debugger to see where it's running into problems. If you're more comfortable just collecting log info to help the developers debug there's https://github.com/ipfs/go-ipfs/blob/master/docs/debug-guide.md As ˈt͡sɛːzaɐ̯ said though if you're running into an issue (and it's not resolved by the link above) I'd post on GitHub so that a) there's more visibility into your issue, and b) any resolution of that issue is visible for any other user who runs into that problem