| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 683dd92..9d484e3 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" 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 (10000.0 sec) |
| pid 3662915 killed by SIGSEGV (signal 11) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e90037a828 |
| | ruby 3.5.0dev (2025-08-20T14:57:47Z master 9d484e3412) +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:002190 EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:0019c0 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: 0x00007b08494a6b48 RBP: 0x0000000000000028 RSP: 0x00007ffd59784c40 |
| | RAX: 0x00000313634d3b9a RBX: 0xcccccccccccccccd RCX: 0x00007ffd59784d30 |
| | RDX: 0x0000000000000001 RDI: 0x0666666666666666 RSI: 0x0000000000000028 |
| | R8: 0x0000000000000001 R9: 0x0000000000000001 R10: 0x0000000000000000 |
| | R11: 0x0000000000000665 R12: 0x00007b0784115010 R13: 0x2763672327236763 |
| | R14: 0x000064b7b15d4540 R15: 0x000064b7b15d4540 EFL: 0x0000000000010202 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_print_backtrace+0x8) [0x7b08496adf3a] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:843 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1175 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug_for_fatal_signal+0x10a) [0x7b084947842a] /tmp/ruby/src/trunk-gc-asserts/error.c:1130 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(sigsegv+0x48) [0x7b08495e7ba8] /tmp/ruby/src/trunk-gc-asserts/signal.c:948 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7b0848fb0320) [0x7b0848fb0320] |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(RB_BUILTIN_TYPE+0x0) [0x7b08494a6b48] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3451 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_sweep_plane) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3452 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_sweep_page+0x11a) [0x7b08494a7948] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3561 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3842 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_sweep_continue+0xb) [0x7b08494ad47b] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3925 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_continue) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2022 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(heap_prepare+0x4b) [0x7b08494adb13] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2041 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(heap_next_free_page) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2274 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_cache_miss) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2381 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_alloc+0xd) [0x7b08494af7ad] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2405 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_new_obj) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2484 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:991 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:1029 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ary_alloc_embed+0x2d) [0x7b08493b0c95] /tmp/ruby/src/trunk-gc-asserts/array.c:682 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ary_new) /tmp/ruby/src/trunk-gc-asserts/array.c:725 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ary_tmp_new_from_values) /tmp/ruby/src/trunk-gc-asserts/array.c:775 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ary_new_from_values) /tmp/ruby/src/trunk-gc-asserts/array.c:787 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_define_finalizer+0x24) [0x7b084949a4fc] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2778 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_define_finalizer) /tmp/ruby/src/trunk-gc-asserts/gc.c:1723 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7b0849679d5d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3848 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xb6) [0x7b08496900e3] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6055 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:899 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x7b08496963be] /tmp/ruby/src/trunk-gc-asserts/vm.c:2621 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7b08494821c5] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 |
| | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_run_node+0x8b) [0x7b08494866ab] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 |
| | /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x64b77b939186] /tmp/ruby/src/trunk-gc-asserts/main.c:42 |
| | /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7b0848f951ca] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7b0848f9528b] ../csu/libc-start.c:360 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 |
| | [0x64b77b9391d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 64b77b938000-64b77b939000 r--p 00000000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 64b77b939000-64b77b93a000 r-xp 00001000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 64b77b93a000-64b77b93b000 r--p 00002000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 64b77b93b000-64b77b93c000 r--p 00002000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 64b77b93c000-64b77b93d000 rw-p 00003000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 64b79ec4f000-64b7cb141000 rw-p 00000000 00:00 0 [heap] |
| | 7b068572b000-7b0685932000 r--s 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b0685932000-7b0686f32000 r--s 00000000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b0686f32000-7b0686f70000 r--s 00000000 00:4e 13282647 /tmp/ruby/build/trunk-gc-asserts/ruby |
| | 7b0686f70000-7b06cc120000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b06cc12e000-7b074c130000 rw-p 00000000 00:00 0 |
| | 7b074c130000-7b0778680000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0778690000-7b07cf160000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b07cf170000-7b07fc430000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b07fc440000-7b0812f70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0812f80000-7b081e8c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b081e8d0000-7b0824640000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0824650000-7b08273f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0827400000-7b0828000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0828000000-7b0828021000 rw-p 00000000 00:00 0 |
| | 7b0828021000-7b082c000000 ---p 00000000 00:00 0 |
| | 7b082c010000-7b082c5a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082c5b0000-7b082d050000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082d060000-7b082db50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082db60000-7b082e230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082e240000-7b082e520000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082e530000-7b082e650000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082e660000-7b082e720000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082e730000-7b082e7b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b082e7bf000-7b082e7c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e7c0000-7b082e801000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e801000-7b082e802000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e802000-7b082e843000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e843000-7b082e844000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e844000-7b082e885000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e885000-7b082e886000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e886000-7b082e8c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e8c7000-7b082e8c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e8c8000-7b082e909000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e909000-7b082e90a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e90a000-7b082e94b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e94b000-7b082e94c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e94c000-7b082e98d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e98d000-7b082e98e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e98e000-7b082e9cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e9cf000-7b082e9d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082e9d0000-7b082ea11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea11000-7b082ea12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea12000-7b082ea53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea53000-7b082ea54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea54000-7b082ea95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea95000-7b082ea96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ea96000-7b082ead7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ead7000-7b082ead8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ead8000-7b082eb19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb19000-7b082eb1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb1a000-7b082eb5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb5b000-7b082eb5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb5c000-7b082eb9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb9d000-7b082eb9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eb9e000-7b082ebdf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ebdf000-7b082ebe0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ebe0000-7b082ec21000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ec21000-7b082ec22000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ec22000-7b082ec63000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ec63000-7b082ec64000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ec64000-7b082eca5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eca5000-7b082eca6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eca6000-7b082ece7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ece7000-7b082ece8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ece8000-7b082ed29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ed29000-7b082ed2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ed2a000-7b082ed6b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ed6b000-7b082ed6c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ed6c000-7b082edad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082edad000-7b082edae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082edae000-7b082edef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082edef000-7b082edf0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082edf0000-7b082ee31000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ee31000-7b082ee32000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ee32000-7b082ee73000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ee73000-7b082ee74000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ee74000-7b082eeb5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eeb5000-7b082eeb6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eeb6000-7b082eef7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eef7000-7b082eef8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082eef8000-7b082ef39000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ef39000-7b082ef3a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ef3a000-7b082ef7b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ef7b000-7b082ef7c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082ef7c000-7b082efbd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082efbd000-7b082efbe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082efbe000-7b082efff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7b082efff000-7b082f000000 ---p 00000000 00:00 0 |
| | 7b082f000000-7b082f800000 rw-p 00000000 00:00 0 |
| | 7b082f800000-7b0847800000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 7b0847800000-7b0848c00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 7b0848c0e000-7b0848c0f000 ---p 00000000 00:00 0 |
| | 7b0848c0f000-7b0848c2f000 rw-p 00000000 00:00 0 |
| | 7b0848c2f000-7b0848d30000 rw-p 00000000 00:00 0 |
| | 7b0848d30000-7b0848d40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0848d4f000-7b0848d70000 rw-p 00000000 00:00 0 |
| | 7b0848d70000-7b0848df0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0848dff000-7b0848e20000 rw-p 00000000 00:00 0 |
| | 7b0848e20000-7b0848e30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7b0848e36000-7b0848e37000 r--p 00000000 00:4e 15215983 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7b0848e37000-7b0848e38000 r-xp 00001000 00:4e 15215983 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7b0848e38000-7b0848e39000 r--p 00002000 00:4e 15215983 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7b0848e39000-7b0848e3a000 r--p 00002000 00:4e 15215983 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7b0848e3a000-7b0848e3b000 rw-p 00003000 00:4e 15215983 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7b0848e3b000-7b0848f3e000 rw-p 00000000 00:00 0 |
| | 7b0848f3e000-7b0848f42000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7b0848f42000-7b0848f65000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7b0848f65000-7b0848f69000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7b0848f69000-7b0848f6a000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7b0848f6a000-7b0848f6b000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7b0848f6b000-7b0848f93000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b0848f93000-7b084911b000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b084911b000-7b084916a000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b084916a000-7b084916e000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b084916e000-7b0849170000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7b0849170000-7b084917f000 rw-p 00000000 00:00 0 |
| | 7b084917f000-7b084918f000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7b084918f000-7b084920e000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7b084920e000-7b0849266000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7b0849266000-7b0849267000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7b0849267000-7b0849268000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7b0849268000-7b084926a000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7b084926a000-7b084927f000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7b084927f000-7b0849298000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7b0849298000-7b0849299000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7b0849299000-7b084929a000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7b084929a000-7b08492a2000 rw-p 00000000 00:00 0 |
| | 7b08492a2000-7b08492ac000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7b08492ac000-7b084930f000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7b084930f000-7b0849324000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7b0849324000-7b0849325000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7b0849325000-7b0849326000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7b0849326000-7b0849328000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7b0849328000-7b084933a000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7b084933a000-7b0849340000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7b0849340000-7b0849341000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7b0849341000-7b0849342000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7b0849342000-7b0849343000 r--p 00000000 00:4e 15215759 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7b0849343000-7b0849344000 r-xp 00001000 00:4e 15215759 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7b0849344000-7b0849345000 r--p 00002000 00:4e 15215759 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7b0849345000-7b0849346000 r--p 00002000 00:4e 15215759 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7b0849346000-7b0849347000 rw-p 00003000 00:4e 15215759 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so |
| | 7b0849347000-7b084938f000 r--p 00000000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b084938f000-7b084984b000 r-xp 00048000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b084984b000-7b08499e7000 r--p 00504000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b08499e7000-7b08499fd000 r--p 006a0000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b08499fd000-7b0849a01000 rw-p 006b6000 00:4e 13282529 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 |
| | 7b0849a01000-7b0849a18000 rw-p 00000000 00:00 0 |
| | 7b0849a18000-7b0849a19000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7b0849a19000-7b0849a44000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7b0849a44000-7b0849a4e000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7b0849a4e000-7b0849a50000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7b0849a50000-7b0849a52000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffd59765000-7ffd59786000 rw-p 00000000 00:00 0 [stack] |
| | 7ffd597e6000-7ffd597ea000 r--p 00000000 00:00 0 [vvar] |
| | 7ffd597ea000-7ffd597ec000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:760:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:904: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |