mongorestore random crash (fatal error)

邮差的信 提交于 2019-12-05 04:36:37

I can confirm that it is definitely something with the OS as I have updated and am running into this same exact issue as well. I am currently digging into it, if I find anything I will let you know!

UPDATE:

After doing some investigating it seems that it has to do with the Go dependency that MongoDB uses. Currently MongoDB is using v1.4.2. Turns out that there are problems with older versions of Go on macOS Sierra. https://github.com/golang/go/issues/16570 explains that the issue is resolved with v1.7. Unless there is a way that you can have MongoDB point to Go v1.7 I am not sure if this will be resolved until MongoDB upgrades their dependencies.

UPDATE 2: I was planning to file a bug with MongoDB relating to the issue until I stumbled onto this... https://jira.mongodb.org/browse/TOOLS-1450. It seems that MongoDB 3.2.10 will use Go v1.7 and should fix the issues that you and I are seeing.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!