[#41916] Proposal: Bitmap Marking GC — Narihiro Nakamura <authornari@...>

Hi.

18 messages 2012/01/05

[#41941] [ruby-trunk - Bug #5851][Open] make check fails when compiling with GCC 4.7 - *** longjmp causes uninitialized stack frame *** — Vit Ondruch <v.ondruch@...>

12 messages 2012/01/06

[#41979] [ruby-trunk - Bug #5865][Open] Exception#== should return false if the classes differ — Hiro Asari <asari.ruby@...>

10 messages 2012/01/08

[#42003] [ruby-trunk - Bug #5871][Open] regexp \W matches some word characters when inside a case-insensitive character class — Gareth Adams <gareth@...>

14 messages 2012/01/09

[#42016] [ruby-trunk - Feature #5873][Open] Adopt FFI over DL — Heesob Park <phasis@...>

15 messages 2012/01/10

[#42149] [ruby-trunk - Feature #5899][Open] chaining comparsions. — Ondrej Bilka <neleai@...>

12 messages 2012/01/16

[#42164] [ruby-trunk - Feature #5903][Open] Optimize st_table (take 2) — Yura Sokolov <funny.falcon@...>

18 messages 2012/01/17

[ruby-core:41898] [Backport93 - Backport #5723] Backport r33567 and r33573 (Ruby fails when standard input is closed)

From: Ayumu AIZAWA <ayumu.aizawa@...>
Date: 2012-01-04 04:34:02 UTC
List: ruby-core #41898
Issue #5723 has been updated by Ayumu AIZAWA.

Subject changed from Ruby fails when standard input is closed   to Backport r33567 and r33573 (Ruby fails when standard input is closed)


----------------------------------------
Backport #5723: Backport r33567 and r33573 (Ruby fails when standard input is closed)
https://bugs.ruby-lang.org/issues/5723

Author: Randal Moore
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 


If the ruby process is launched with its standard input closed, it does not behave very well.  The following output was logged by the ruby process under these circumstances.  The attached source file can be used to produce a minimal executable that duplicates the issue.  Note that this appears to be something that changed between 1.9.2 and 1.9.3.

[BUG] rb_update_max_fd: invalid fd (0) given.
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]

-- Control frame information -----------------------------------------------
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP


-- C level backtrace information -------------------------------------------
-e [0x8173762]
-e [0x81b7de8]
-e(rb_bug+0x35) [0x81b7e85]
-e [0x8073427]
-e [0x8079be0]
-e [0x806da5a]
-e(ruby_init+0x97) [0x805b317]
-e [0x8058887]
/lib/libc.so.6(__libc_start_main+0xdc) [0x3cedec]
-e [0x8058781]

-- Other runtime information -----------------------------------------------

0: can't convert false into String (TypeError)



-- 
http://redmine.ruby-lang.org

In This Thread