From: Eric Wong Date: 2011-07-01T08:07:09+09:00 Subject: [ruby-core:37702] [Ruby 1.9 - Bug #4953][Open] [PATCH] thread.c (do_select): fix memory leak Issue #4953 has been reported by Eric Wong. ---------------------------------------- Bug #4953: [PATCH] thread.c (do_select): fix memory leak http://redmine.ruby-lang.org/issues/4953 Author: Eric Wong Status: Open Priority: Normal Assignee: Category: core Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-07-01 trunk 32343) [x86_64-linux] Reproducible trivially: loop { IO.select([$stdin], nil, nil, 0) } If you prefer git: git pull git://bogomips.org/ruby.git select-leak -- http://redmine.ruby-lang.org