Forum: Ruby-core [ruby-trunk - Bug #6334][Open] 64 bit build broken for 1.9.3 on Solaris 10 and openindiana - test_fo

Posted by cr_ellis (Colin Ellis) (Guest)
on 2012-04-21 15:51
(Received via mailing list)
Issue #6334 has been reported by cr_ellis (Colin Ellis).

----------------------------------------
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

Author: cr_ellis (Colin Ellis)
Status: Open
Priority: Normal
Assignee:
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 `<top (required)>': 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.
Posted by naruse (Yui NARUSE) (Guest)
on 2012-04-22 00:48
(Received via mailing list)
Issue #6334 has been updated by naruse (Yui NARUSE).

Status changed from Open to Assigned
Assignee set to nobu (Nobuyoshi Nakada)


----------------------------------------
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-26069

Author: cr_ellis (Colin Ellis)
Status: Assigned
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 `<top (required)>': 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.
Posted by ngoto (Naohisa Goto) (Guest)
on 2012-04-22 17:42
(Received via mailing list)
Issue #6334 has been updated by ngoto (Naohisa Goto).

Status changed from Assigned to Feedback

Please show full build log with
  ./configure CFLAGS="-m64" && gmake V=1 test

In Solaris, more and more options may be needed for 64-bit compile.

The r32562 fixes that "-m64" was always removed from CFLAGS.
Without r32562, the "-m64" is removed and 32-bit binaries is always 
generated. Please check the binaries by using "file" command.

----------------------------------------
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-26086

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 `<top (required)>': 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.
Posted by cr_ellis (Colin Ellis) (Guest)
on 2012-04-24 09:34
(Received via mailing list)
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 `<top (required)>': 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.
Posted by ngoto (Naohisa Goto) (Guest)
on 2012-11-06 03:49
(Received via mailing list)
Issue #6334 has been updated by ngoto (Naohisa Goto).

Status changed from Feedback to Rejected
Assignee changed from nobu (Nobuyoshi Nakada) to ngoto (Naohisa Goto)
Priority changed from Normal to Low

Closing because of no feedback.
Please reopen the ticket with detailed information if you still have the 
problem.
----------------------------------------
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-32464

Author: cr_ellis (Colin Ellis)
Status: Rejected
Priority: Low
Assignee: ngoto (Naohisa Goto)
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 `<top (required)>': 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.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.