[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>

Hi ruby-core,

10 messages 2015/03/10

[ruby-core:68425] [Backport193 - Backport #10938] [Third Party's Issue] socket.for_fd works on 1.8 and not on 1.9

From: nobu@...
Date: 2015-03-05 05:06:20 UTC
List: ruby-core #68425
Issue #10938 has been updated by Nobuyoshi Nakada.

Status changed from Open to Third Party's Issue
Priority changed from High to Low

fcgi should update.

----------------------------------------
Backport #10938: socket.for_fd works on 1.8 and not on 1.9 
https://bugs.ruby-lang.org/issues/10938#change-51771

* Author: Gustavo Homem
* Status: Third Party's Issue
* Priority: Low
* Assignee: 
----------------------------------------
Test code:

> #!/usr/bin/env ruby
>
>require 'socket'
>
>s=Socket.for_fd(STDIN.fileno)

Result on ruby 1.9

>`for_fd': not a socket file descriptor (ArgumentError)

Because of this the fcgi gem does not work. Therefore one can't install Redmine on a mod_fcgid server.




-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next