Ruby 2.4.1在mac os引起奇怪的崩溃

mac os 版本 mojave 10.14,

某次在电脑使用 HTTP::NET模块发送网络请求,一旦发送就会报错,并引起服务崩溃

+[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called.

我的rails 启动使用的是 puma,这里有一篇关于puma,unicorn等服务器在mac os上使用出错的文章

https://blog.phusion.nl/2017/10/13/why-ruby-app-servers-break-on-macos-high-sierra-and-what-can-be-done-about-it/

很遗憾,puma目前暂无可靠解决方案。

 

这里有个设置环境变量的解决方案,可以尝试一下

http://www.itdaan.com/blog/2017/10/05/1b215a7697377d64710914a51c9fd6b8.html

你可能感兴趣的:(RoR)