Bug #3600
closedHP-UX compilation
Description
=begin
Hi,
I've had reasonable success with compiling 1.9.1 on HP-UX. But 1.9.2 has been problematic since preview3 came out. It seems the main issue is with threads. A very simple example (as follows) works fine on 1.9.1 but the thread never seems to start on 1.9.2-rc2.
thr = Thread.new { puts "thr start"; sleep 1; puts "thr exit" }
puts "main join"
thr.join
puts "main exit"
Sometimes it blocks indefinitely, and when I press control-C to stop it, I get a bus error:
try_thread.rb: [BUG] Bus Error ruby 1.9.2dev (2010-07-11 revision 28618) [ia64-hpux11.23]-- control frame ----------
c:0001 p:0000 s:0002 b:0002 l:002708 d:002708 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
Abort(coredump)
Some other times I get a seg-fault. Can anyone point me to changes to threading in 1.9.2 so that I can investigate this more quickly and maybe find a solution?
Thanks,
Graham.
=end
Updated by naruse (Yui NARUSE) over 13 years ago
- Target version changed from 1.9.1 RC2 to 2.0.0
Updated by naruse (Yui NARUSE) over 13 years ago
- Status changed from Open to Feedback
Contribution is welcomed.
Updated by ko1 (Koichi Sasada) about 12 years ago
- Target version changed from 2.0.0 to 2.6
Please tell us if you have HP-UX.
Updated by mame (Yusuke Endoh) about 12 years ago
- Status changed from Feedback to Rejected
HP-UX is not supported. I'm sorry, but please create a patch yourself.
If you provide us the patch and it looks benign to other platforms, we may apply it to trunk.
--
Yusuke Endoh mame@tsg.ne.jp