| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 64c421d..2e7e78c master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| 1) Error: |
| TestGc#test_interrupt_in_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (100 sec) |
| pid 2350208 killed by SIGABRT (signal 6) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e9002372c3 |
| | ruby 3.5.0dev (2025-06-13T05:22:06Z master 2e7e78cd59) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0005 p:---- s:0022 e:000021 CFUNC :define_finalizer |
| | c:0004 p:0021 s:0016 e:000015 BLOCK -e:11 |
| | c:0003 p:0017 s:0013 e:000012 METHOD <internal:kernel>:168 |
| | c:0002 p:0029 s:0008 E:001510 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:001c10 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -e:10:in '<main>' |
| | <internal:kernel>:168:in 'loop' |
| | -e:11:in 'block in <main>' |
| | -e:11:in 'define_finalizer' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 2 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00005fb555e38f48 RBP: 0x0000000000000000 RSP: 0x00007ffd76028450 |
| | RAX: 0xc3f7f4fa2e5a3f00 RBX: 0x00005fb586e83c40 RCX: 0x23fbffef3de7ffbf |
| | RDX: 0x0000000000000000 RDI: 0x00005fb586e83c40 RSI: 0x00007cb80fc2aa30 |
| | R8: 0x0000000000000002 R9: 0x0000000000000441 R10: 0x0000000000000011 |
| | R11: 0x2020202020202020 R12: 0x0000000000000002 R13: 0x00005fb586e812a0 |
| | R14: 0x00007cb7bf1e64a8 R15: 0x00005fb5563e53f0 EFL: 0x0000000000000206 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/src/trunk_clang_15/test/ruby/test_gc.rb:760:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:977: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |