From: "mame (Yusuke Endoh)" Date: 2012-11-05T22:56:16+09:00 Subject: [ruby-core:48923] [ruby-trunk - Bug #1341][Rejected] pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2 Issue #1341 has been updated by mame (Yusuke Endoh). Status changed from Feedback to Rejected HP-UX is not supported. I'm sorry, but please create a patch that works yourself. If you provide us the patch and it looks benign to other platforms, we may apply it to trunk. -- Yusuke Endoh ---------------------------------------- Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2 https://bugs.ruby-lang.org/issues/1341#change-32424 Author: graza (Graham Agnew) Status: Rejected Priority: Low Assignee: Category: core Target version: next minor ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [ia64-hpux11.23] =begin I have been trying to compile and test 1.9.1-p0 on HP-UX 11i v2. When running the tests, the threads tests crash with the following bug: > [BUG] pthread_cond_timedwait: 22 > ruby 1.9.1p0 (2009-01-30 revision 21907) [ia64-hpux11.23] > > -- control frame ---------- > --------------------------- > -- Ruby level backtrace information----------------------------------------- > > [NOTE] > You may encounter a bug of Ruby interpreter. Bug reports are welcome. > For details: http://www.ruby-lang.org/bugreport.html The errno 22 means EINVAL. I put some print statements into the thread_pthread.c file to work out what was going on and it looks like there's a condition variable that is being initialised twice. =end -- http://bugs.ruby-lang.org/