| "make update-unicode -j16" exit with 0. |
| "make update-download -j16" exit with 0. |
| "make update-rubyspec -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 512. |
| make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'. Stop. |
| make: *** [uncommon.mk:1200: /tmp/ruby/v3/src/trunk/ext/ripper/ripper.c] Error 2 |
| make: *** Waiting for unfinished jobs.... |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-btest TESTOPTS='-q -j16'" exit with 512. |
| Fstderr output is not empty |
| [BUG] Segmentation fault at 0x0000000000003631 |
| ruby 3.2.0dev (2022-04-05T09:42:02Z master d3f659d3f9) [x86_64-linux] |
| |
| -- Control frame information ----------------------------------------------- |
| c:0001 p:---- s:0003 e:000002 (none) [FINISH] |
| self: T_NIL |
| |
| |
| -- Machine register context ------------------------------------------------ |
| RIP: 0x0000000000003631 RBP: 0x000056552d489e20 RSP: 0x00007f8e4e8f9998 |
| RAX: 0x0000000000003631 RBX: 0x0000000000000002 RCX: 0x0000000000000000 |
| RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000000000000000 |
| R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000000000000000 |
| R11: 0x0000000000000286 R12: 0x00007f8e52926b88 R13: 0x00007f8e4e8f99c0 |
| R14: 0x00007f8e4e8f99b8 R15: 0x000056552d488040 EFL: 0x0000000000010202 |
| |
| -- C level backtrace information ------------------------------------------- |
| #1240 test_ractor.rb:259: |
| def test n |
| rs = (1..n).map do |i| |
| Ractor.new(i) do |i| |
| "r#{i}" |
| end |
| end |
| as = [] |
| all_rs = rs.dup |
| |
| n.times{ |
| r, obj = Ractor.select(*rs) |
| as << [r, obj] |
| rs.delete(r) |
| } |
| |
| if as.map{|r, o| r.object_id}.sort == all_rs.map{|r| r.object_id}.sort && |
| as.map{|r, o| o}.sort == (1..n).map{|i| "r#{i}"}.sort |
| 'ok' |
| else |
| 'ng' |
| end |
| end |
| |
| 30.times.map{|i| |
| test i |
| } |
| #=> "" (expected "[\"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\", \"ok\"]") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:770: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| "make yes-test-rubyspec TESTS='-j16'" exit with 0. |
| $ /tmp/ruby/v3/build/trunk/miniruby -I/tmp/ruby/v3/src/trunk/lib /tmp/ruby/v3/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk --extout=.ext -- /tmp/ruby/v3/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk/spec/default.mspec |