Project

General

Profile

Actions

Bug #5510

closed

"make test" failure on HP-UX/IA

Added by twwlogin (The Written Word Inc) over 12 years ago. Updated over 4 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]
[ruby-core:40520]

Description

Building 1.9.2 with svn revision at 33531 produces an error during "make test":
$ ./configure --disable-rpath
...
$ gmake
...
Generating RI...

Files: 513
Classes: 1086 ( 649 undocumented)
Constants: 1364 ( 1141 undocumented)
Modules: 240 ( 138 undocumented)
Methods: 7636 ( 2875 undocumented)
53.49% documented

Elapsed: 238.8s
$ gmake test
sample/test.rb:alias ......
sample/test.rb:path .......................
sample/test.rb:gc ....
test succeeded

test_attr.rb ..
test_autoload.rb ....bootstraptest.tmp.rb: [BUG] pthread_attr_destroy(&attr): Invalid argument (EINVAL)
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:td s:td b:td l:tx d:tx TOP

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Ebootstraptest.tmp.rb: [BUG] pthread_attr_destroy(&attr): Invalid argument (EINVAL)
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:td s:td b:td l:tx d:tx TOP

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Ebootstraptest.tmp.rb: [BUG] pthread_attr_destroy(&attr): Invalid argument (EINVAL)
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:td s:td b:td l:tx d:tx TOP

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Ebootstraptest.tmp.rb: [BUG] pthread_attr_destroy(&attr): Invalid argument (EINVAL)
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:td s:td b:td l:tx d:tx TOP

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Ebootstraptest.tmp.rb: [BUG] pthread_attr_destroy(&attr): Invalid argument (EINVAL)
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:td s:td b:td l:tx d:tx TOP

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

E..
test_block.rb ..............................................E./bootstraptest/runner.rb:337: [BUG] Segmentation fault
ruby 1.9.2p312 (2011-08-11) [ia64-hpux11.23]

-- control frame ----------
c:td p:---- s:td b:td l:td d:td CFUNC :initialize
c:td p:---- s:td b:td l:td d:td CFUNC :open
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:337
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:346
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:159
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:175
c:td p:td s:td b:td l:td d:td TOP /opt/build/china/ruby-1.9.2/bootstraptest/test_block.rb:467
c:td p:---- s:td b:td l:td d:td FINISH
c:td p:---- s:td b:td l:td d:td CFUNC :load
c:td p:td s:td b:td l:td d:td BLOCK ./bootstraptest/runner.rb:138
c:td p:---- s:td b:td l:td d:td FINISH
c:td p:---- s:td b:td l:td d:td CFUNC :each
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:136
c:td p:td s:td b:td l:td d:td BLOCK ./bootstraptest/runner.rb:127
c:td p:td s:td b:td l:td d:td BLOCK ./bootstraptest/runner.rb:377
c:td p:---- s:td b:td l:td d:td FINISH
c:td p:---- s:td b:td l:td d:td CFUNC :chdir
c:td p:td s:td b:td l:td d:td BLOCK ./bootstraptest/runner.rb:376
c:td p:td s:td b:td l:td d:td METHOD /opt/build/china/ruby-1.9.2/lib/tmpdir.rb:83
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:375
c:td p:td s:td b:td l:td d:td METHOD ./bootstraptest/runner.rb:126
c:td p:td s:td b:td l:tx d:tx EVAL ./bootstraptest/runner.rb:398
c:td p:---- s:td b:td l:td d:td FINISH
c:td p:td s:td b:td l:tx d:tx TOP

-- Ruby level backtrace information ----------------------------------------
./bootstraptest/runner.rb:398:in <main>' ./bootstraptest/runner.rb:126:in main'
./bootstraptest/runner.rb:375:in in_temporary_working_directory' /opt/build/china/ruby-1.9.2/lib/tmpdir.rb:83:in mktmpdir'
./bootstraptest/runner.rb:376:in block in in_temporary_working_directory' ./bootstraptest/runner.rb:376:in chdir'
./bootstraptest/runner.rb:377:in block (2 levels) in in_temporary_working_directory' ./bootstraptest/runner.rb:127:in block in main'
./bootstraptest/runner.rb:136:in exec_test' ./bootstraptest/runner.rb:136:in each'
./bootstraptest/runner.rb:138:in block in exec_test' ./bootstraptest/runner.rb:138:in load'
/opt/build/china/ruby-1.9.2/bootstraptest/test_block.rb:467:in <top (required)>' ./bootstraptest/runner.rb:175:in assert_equal'
./bootstraptest/runner.rb:159:in assert_check' ./bootstraptest/runner.rb:346:in get_result_string'
./bootstraptest/runner.rb:337:in make_srcfile' ./bootstraptest/runner.rb:337:in open'
./bootstraptest/runner.rb:337:in `initialize'

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

/bin/sh: 12652 Abort(coredump)
gmake: *** [yes-btest-ruby] Error 134

Updated by ko1 (Koichi Sasada) about 12 years ago

  • Assignee set to takano32 (Mitsuhiro TAKANO)
Actions #2

Updated by shyouhei (Shyouhei Urabe) about 12 years ago

  • Status changed from Open to Assigned
Actions #3

Updated by naruse (Yui NARUSE) about 11 years ago

  • Target version changed from 1.9.2 to 2.6
Actions #4

Updated by naruse (Yui NARUSE) over 6 years ago

  • Target version deleted (2.6)
Actions #5

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0