Bug #5627
closed[ASYNC BUG] thread_timer: select
Description
Here is a link to a video for the bug: http://www.youtube.com/watch?v=T9-zLOThxds
ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
gem -v
1.8.11
rails -v
Rails 3.1.1
passenger -v
Phusion Passenger version 3.0.9
"Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.¶
apache2 -v
Server version: Apache/2.2.20 (Ubuntu)
Server built: Nov 7 2011 22:45:49
uname -a
Linux dev1 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Files
Updated by ko1 (Koichi Sasada) over 12 years ago
- Status changed from Open to Feedback
Updated by mame (Yusuke Endoh) about 12 years ago
- Status changed from Feedback to Assigned
- Assignee set to kosaki (Motohiro KOSAKI)
Providing a video is a good idea, but it was deleted...
Please make a ticket self-contained.
The error.log suggests that any module (I'm suspecting old Passenger)
closes an pipe for internal timer thread communication.
Kosaki-san, what do you think?
--
Yusuke Endoh mame@tsg.ne.jp
Updated by kosaki (Motohiro KOSAKI) about 12 years ago
- Status changed from Assigned to Closed
The error.log suggests that any module (I'm suspecting old Passenger)
closes an pipe for internal timer thread communication.
This is known issue and we already solved it on current trunk.
see [ruby-core:37727] Issue of Passenger and ruby-trunk.
Jeff may need to upgrade both ruby and passenger.