乘客错误:[ASYNC BUG] thread_timer:选择

时间:2011-09-16 16:47:39

标签: ruby-on-rails passenger

我最近使用本指南在cpanel机器上安装了Rails:http://www.cpanel.net/blog/cpanel-whm-admins/2011/07/installing-mod-rails-and-rails-309-on-a-cpanel-machine.html

当我尝试导航到我的应用时,我从Passenger收到此错误:

The application spawner server exited unexpectedly: Unexpected end-of-file detected.

深入研究Apache的错误日志,我能找到的唯一错误就是:

[ASYNC BUG] thread_timer: select
EBADF

ruby 1.9.3dev (2011-07-31 revision 32789) [x86_64-linux]

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

我想知道是否有人可以帮我找出造成这种情况的原因?我已经在互联网上搜索过,但却未能提出太多:(

2 个答案:

答案 0 :(得分:5)

Passenger 3.0.10解决了这个问题。它将很快根据Hongli Lai发布(http://code.google.com/p/phusion-passenger/issues/detail?id=714)。您可以直接从乘客github存储库(https://github.com/FooBarWidget/passenger)安装来获得修复。

答案 1 :(得分:2)

我也碰到了这个。当前的Ruby主干似乎是incompatible with Passenger;你必须降级到1.9.2。