From: "cr_ellis (Colin Ellis)" Date: 2012-04-24T16:34:16+09:00 Subject: [ruby-core:44578] [ruby-trunk - Bug #6334] 64 bit build broken for 1.9.3 on Solaris 10 and openindiana - test_fork.rb Issue #6334 has been updated by cr_ellis (Colin Ellis). My testing method is flawed. I am going back and re-doing to find out when things broke. Somewhere between r192 and r193 a change has caused 64 bit builds to fail in test_fork.rb. I thought I had it but jumped too soon :) I'll update as soon as I have something useful. ---------------------------------------- Bug #6334: 64 bit build broken for 1.9.3 on Solaris 10 and openindiana - test_fork.rb https://bugs.ruby-lang.org/issues/6334#change-26146 Author: cr_ellis (Colin Ellis) Status: Feedback Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: Target version: ruby -v: ruby 1.9.3p195 (2012-04-20 revision 32371) [i386-solaris2.10] make test fails with: #248 test_fork.rb:51:in `': core dumped [ruby-dev:44005] [Ruby 1.9 - Bug #4950] FAIL 1/943 tests failed gmake: *** [yes-btest-ruby] Error 1 No coredump is actually produced. Operating System: Solaris 10 x86 Compiler: GCC 4.4.5 To reproduce: ./configure CFLAGS="-m64" && gmake test Seems that r32562 broke it. If I revert that changeset All tests pass as expected. -- http://bugs.ruby-lang.org/