| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 7af5a63..5dc1553 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 (10 sec) |
| pid 3960473 killed by SIGKILL (signal 9) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e9003bf141 |
| | ruby 3.5.0dev (2025-04-24T08:28:18Z master 5dc155351a) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0005 p:---- s:0022 e:000021 CFUNC :define_finalizer |
| | c:0004 p:0010 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:002210 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:001db0 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: 0x00007fa91ecd0da3 RBP: 0x0000000000057dc3 RSP: 0x00007ffc62987320 |
| | RAX: 0x0000000000080000 RBX: 0x000000000005c5ca RCX: 0x0000000000000014 |
| | RDX: 0x0000000000000002 RDI: 0x00007fa8f0dbd580 RSI: 0x00007fa8ff660180 |
| | R8: 0xffffffffffffffff R9: 0xffffffffffffffff R10: 0x00007fa8fe000440 |
| | R11: 0x0000000000000000 R12: 0x0003f2bae9c5c5ca R13: 0x00007fa91dc47000 |
| | R14: 0x0000000000000001 R15: 0x0003f2bae9c5c5ca EFL: 0x0000000000000246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| /tmp/ruby/src/trunk-jemalloc/test/ruby/test_gc.rb:756:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:967: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |