[#87773] timer thread [was Re: [ruby-alerts:7905] failure alert on trunk-asserts@silicon-docker (NG (r63844))] — Eric Wong <normalperson@...>
> test_all <main>: warning: pthread_create failed for timer: Resource temporarily unavailable, scheduling broken
[#87836] [Ruby trunk Bug#14898] test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes — ko1@...
Issue #14898 has been reported by ko1 (Koichi Sasada).
ko1@atdot.net wrote:
On 2018/07/06 18:47, Eric Wong wrote:
[#87847] undefined symbol: mjit_init_p — Leam Hall <leamhall@...>
I pulled Ruby trunk on 3 Jul and am now getting errors similar to the
As I told you, `make install` is needed to make Ruby work. Running
One more reason for https://bugs.ruby-lang.org/issues/13620 maybe? ;)
Benoit Daloze <eregontp@gmail.com> wrote:
[#87986] [Ruby trunk Feature#14915] Deprecate String#crypt, move implementation to string/crypt — mame@...
Issue #14915 has been updated by mame (Yusuke Endoh).
mame@ruby-lang.org wrote:
normalperson (Eric Wong) wrote:
[#88088] [Ruby trunk Misc#14937] [PATCH] thread_pthread: lazy-spawn timer-thread only on contention — normalperson@...
Issue #14937 has been reported by normalperson (Eric Wong).
[#88104] [Ruby trunk Bug#14898] test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes — ko1@...
Issue #14898 has been updated by ko1 (Koichi Sasada).
[#88173] [Ruby trunk Bug#14950] r64109 thread.c: move ppoll wrapper before thread_pthread.c - Windows compile failure - thread.c — Greg.mpls@...
Issue #14950 has been reported by MSP-Greg (Greg L).
[#88189] [Ruby trunk Bug#14950] r64109 thread.c: move ppoll wrapper before thread_pthread.c - Windows compile failure - thread.c — nobu@...
Issue #14950 has been updated by nobu (Nobuyoshi Nakada).
[#88199] [Ruby trunk Misc#14937] [PATCH] thread_pthread: lazy-spawn timer-thread only on contention — takashikkbn@...
Issue #14937 has been updated by k0kubun (Takashi Kokubun).
takashikkbn@gmail.com wrote:
> yet, sky3 had a failure at
> http://ci.rvm.jp/results/trunk@P895/1173951
> > http://ci.rvm.jp/results/trunk@P895/1173951
[ruby-core:88115] [Ruby trunk Bug#9366][Assigned] "make -j32 check TESTS=-j32" occasionally fails on rubygems/specification
Issue #9366 has been updated by hsbt (Hiroshi SHIBATA).
Status changed from Open to Assigned
Assignee set to hsbt (Hiroshi SHIBATA)
Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
Bug #9366: "make -j32 check TESTS=-j32" occasionally fails on rubygems/specification
https://bugs.ruby-lang.org/issues/9366#change-73136
* Author: normalperson (Eric Wong)
* Status: Assigned
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* Target version:
* ruby -v: ruby 2.2.0dev (2014-01-05 trunk 44507) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
This only happens occasionally, maybe 1 out of 10 times during "make check",
so it's probably a bug somewhere with GC.
I'll try to reproduce without parallel tests (could take a while).
It seems to reproduce more easily on slower machine.
I initially thought it was a bug in cachelined, but I can also reproduce it with plain trunk.
/home/ew/ruby/lib/rubygems/specification.rb:748:in `block in _resort!': undefined method `name' for nil:NilClass (NoMethodError)
/home/ew/ruby/lib/rubygems/specification.rb:747:in `sort!'
/home/ew/ruby/lib/rubygems/specification.rb:747:in `_resort!'
/home/ew/ruby/lib/rubygems/specification.rb:699:in `_all'
/home/ew/ruby/lib/rubygems/specification.rb:882:in `each'
/home/ew/ruby/lib/rubygems/dependency.rb:284:in `find_all'
/home/ew/ruby/lib/rubygems/dependency.rb:284:in `to_specs'
/home/ew/ruby/lib/rubygems/dependency.rb:309:in `to_spec'
/home/ew/ruby/lib/rubygems/core_ext/kernel_gem.rb:53:in `gem'
/home/ew/ruby/lib/rubygems/package_task.rb:25:in `<top (required)>'
/home/ew/ruby/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
/home/ew/ruby/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
/home/ew/ruby/test/rubygems/test_gem_package_task.rb:3:in `<top (required)>'
/home/ew/ruby/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
/home/ew/ruby/lib/rubygems/core_ext/kernel_require.rb:55:in `require'
/home/ew/ruby/lib/test/unit/parallel.rb:114:in `run'
/home/ew/ruby/lib/test/unit/parallel.rb:183:in `<main>'
Some worker was crashed. It seems ruby interpreter's bug
or, a bug of test/unit/parallel.rb. try again without -j
option.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>