From: Masayoshi Takahashi Date: 2008-10-15T14:19:45+09:00 Subject: [ruby-dev:36737] [Bug #648] [BUG] make test in Ruby 1.9 Bug #648: [BUG] make test in Ruby 1.9 http://redmine.ruby-lang.org/issues/show/648 起票者: Masayoshi Takahashi ステータス: Open, 優先度: Normal Redhat 9でruby 1.9のtrunkをコンパイルしたところ、make testで落ちます。 $ make test sample/test.rb:assignment .................................................................................................................................................................................................................................................................................................................................................................................... sample/test.rb:condition .. sample/test.rb:if/unless ... sample/test.rb:case ..... sample/test.rb:while/until ........ sample/test.rb:exception ....... sample/test.rb:array ....................................... sample/test.rb:hash ........................... sample/test.rb:iterator ............................................................................................................... sample/test.rb:float ................................................................................ sample/test.rb:bignum ............................... sample/test.rb:string & char .............................................................. sample/test.rb:assignment .......... sample/test.rb:call ...... sample/test.rb:proc ......... sample/test.rb:signal ../sample/test.rb:1746: [BUG] Segmentation fault ruby 1.9.0 (2008-10-14 revision 19786) [i686-linux] -- control frame ---------- c:0005 p:---- s:0053 b:0053 l:000052 d:000052 CFUNC :call c:0004 p:---- s:0051 b:0051 l:000050 d:000050 CFUNC :sleep c:0003 p:23136 s:0047 b:0047 l:0018f8 d:0018f8 TOP ./sample/test.rb:1746 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH :inherited c:0001 p:0000 s:0002 b:0002 l:000001 d:000001 TOP :17 --------------------------- DBG> : "./sample/test.rb:1746:in `call'" DBG> : "./sample/test.rb:1746:in `sleep'" DBG> : "./sample/test.rb:1746:in `
'" -- backtrace of native function call (Use addr2line) -- 0x80f85eb 0x8120d22 0x8120d4e 0x80b8b0d 0x4002a610 0x42027301 0x4202726c 0x80f2bb7 0x80b8bea 0x80fa110 0x80f9bc5 0x80f9c97 0x8092e67 0x80f77a7 0x80f78f1 0x80f5f65 0x80edb97 0x80f48cc 0x80f4c4c 0x805a249 0x805a2ad 0x8059086 0x42015574 0x8058fa9 ------------------------------------------------------- test failed make: *** [test-sample] エラー 1 $ ---------------------------------------- http://redmine.ruby-lang.org