[#35027] [Ruby 1.9-Bug#4352][Open] [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s) — "James M. Lawrence" <redmine@...>

Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)

16 messages 2011/02/01

[#35114] [Ruby 1.9-Bug#4373][Open] http.rb:677: [BUG] Segmentation fault — Christian Fazzini <redmine@...>

Bug #4373: http.rb:677: [BUG] Segmentation fault

59 messages 2011/02/06

[#35171] [Ruby 1.9-Bug#4386][Open] encoding: directive does not affect regex expressions — mathew murphy <redmine@...>

Bug #4386: encoding: directive does not affect regex expressions

9 messages 2011/02/09

[#35237] [Ruby 1.9-Bug#4400][Open] nested at_exit hooks run in strange order — Suraj Kurapati <redmine@...>

Bug #4400: nested at_exit hooks run in strange order

12 messages 2011/02/15

[ruby-core:35353] [Ruby 1.9 - Bug #4433] [Open] parallel_test中workerがrequireのwrong argument type StringIO (expected File) (TypeError)で落ちる

From: Shota Fukumori <sorah@...>
Date: 2011-02-23 13:48:12 UTC
List: ruby-core #35353
Issue #4433 has been reported by Shota Fukumori.

----------------------------------------
Bug #4433: parallel_test中workerがrequireのwrong argument type StringIO (expected File) (TypeError)で落ちる
http://redmine.ruby-lang.org/issues/4433

Author: Shota Fukumori
Status: Open
Priority: Normal
Assignee: Shota Fukumori
Category: lib
Target version: 
ruby -v: ruby 1.9.3dev (2011-02-15 trunk 30885) [x86_64-darwin10.6.0]


trunkのmake TESTS='-j4 -v'で

TestRDocTopLevel#test_name = 0.08 s = .
/Users/sorah/git/ruby/ruby/lib/rubygems/custom_require.rb:35:in `require': wrong argument type StringIO (expected File) (TypeError)
        from /Users/sorah/git/ruby/ruby/lib/rubygems/custom_require.rb:35:in `require'
        from /Users/sorah/git/ruby/ruby/test/readline/test_readline.rb:2:in `<top (required)>'
        from /Users/sorah/git/ruby/ruby/lib/rubygems/custom_require.rb:35:in `require'
        from /Users/sorah/git/ruby/ruby/lib/rubygems/custom_require.rb:35:in `require'
        from /Users/sorah/git/ruby/ruby/lib/test/unit/parallel.rb:105:in `run'
        from /Users/sorah/git/ruby/ruby/lib/test/unit/parallel.rb:139:in `<main>'
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.

make: *** [yes-test-all] Error 1

と例外を吐いて落ちることがあります。require 'readline' で何故こうなるのかよくわかりませんが。
自分のr30939が原因なのかまだわかりませんが、近日中に調査して直します。
# -jを付けなければ影響はありません。


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

In This Thread

Prev Next