| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 251fd7a..f845960 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. |
| Unable to attach: program terminated with signal SIGSEGV, Segmentation fault. |
| >>> Threads |
| No threads. |
| >>> Machine level backtrace |
| >>> Dump Ruby level backtrace (if possible) |
| /tmp/ruby/src/trunk_clang_14/tool/lib/dump.gdb:12: Error in sourced command file: |
| No symbol table is loaded. Use the "file" command. |
| 1) Error: |
| TestGc#test_interrupt_in_finalizer: |
| Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (100 sec) |
| pid 3713283 killed by SIGSEGV (signal 11) (core dumped) |
| | |
| | -e:11: [BUG] Segmentation fault at 0x000003e900386fce |
| | ruby 4.1.0dev (2026-03-22T19:22:47Z master f845960127) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0006 p:---- s:0025 e:000024 l:y b:---- CFUNC :receiver |
| | c:0005 p:---- s:0022 e:000021 l:y b:---- CFUNC :define_finalizer |
| | c:0004 p:0021 s:0016 e:000015 l:n b:---- BLOCK -e:11 |
| | c:0003 p:0017 s:0013 e:000012 l:y b:0001 METHOD <internal:kernel>:169 |
| | c:0002 p:0029 s:0008 E:001640 l:n b:---- EVAL -e:10 [FINISH] |
| | c:0001 p:0000 s:0003 E:0016c0 l:y b:---- DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -e:10:in '<main>' |
| | <internal:kernel>:169:in 'loop' |
| | -e:11:in 'block in <main>' |
| | -e:11:in 'define_finalizer' |
| | -e:11:in 'receiver' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 2 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00007e13ee122d61 RBP: 0x00007ffefdda3d60 RSP: 0x00007ffefdda3d20 |
| | RAX: 0xfffffffffffffffc RBX: 0x000055dc9d273e28 RCX: 0x00007e13ee122d61 |
| | RDX: 0x0000000000000000 RDI: 0x000055dc9d273e50 RSI: 0x0000000000000189 |
| | R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000 |
| | R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000 |
| | R14: 0x000055dc5f721a88 R15: 0x000055dc9d273e50 EFL: 0x0000000000000246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_print_backtrace+0x14) [0x55dc5f2e285e] /tmp/ruby/src/trunk_clang_14/vm_dump.c:1105 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_clang_14/vm_dump.c:1450 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_bug_for_fatal_signal+0x160) [0x55dc5f4c78f0] /tmp/ruby/src/trunk_clang_14/error.c:1131 |
| | /tmp/ruby/build/trunk_clang_14/ruby(sigsegv+0x59) [0x55dc5f235e49] /tmp/ruby/src/trunk_clang_14/signal.c:948 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7e13ee0cf320) [0x7e13ee0cf320] |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7e13ee122d61] ./nptl/futex-internal.c:57 |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87 |
| | /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139 |
| | /lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x7e13ee1257dd] ./nptl/pthread_cond_wait.c:503 |
| | /lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627 |
| | /lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_native_cond_wait+0xb) [0x55dc5f26b670] /tmp/ruby/src/trunk_clang_14/thread_pthread.c:231 |
| | /tmp/ruby/build/trunk_clang_14/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk_clang_14/thread_pthread.c:851 |
| | /tmp/ruby/build/trunk_clang_14/ruby(thread_sched_yield+0xcb) [0x55dc5f271735] /tmp/ruby/src/trunk_clang_14/thread_pthread.c:1135 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_thread_schedule_limits) /tmp/ruby/src/trunk_clang_14/thread.c:1505 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_threadptr_execute_interrupts+0x9e) [0x55dc5f272b0e] /tmp/ruby/src/trunk_clang_14/thread.c:2719 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_vm_check_ints+0xb) [0x55dc5f2d8938] /tmp/ruby/src/trunk_clang_14/vm_core.h:2277 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_pop_frame) /tmp/ruby/src/trunk_clang_14/vm_insnhelper.c:452 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_vm_pop_frame) /tmp/ruby/src/trunk_clang_14/vm_insnhelper.c:461 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_call0_cfunc_with_frame) /tmp/ruby/src/trunk_clang_14/vm_eval.c:167 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_call0_cfunc) /tmp/ruby/src/trunk_clang_14/vm_eval.c:178 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_call0_body) /tmp/ruby/src/trunk_clang_14/vm_eval.c:229 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_call0_cc+0xb5) [0x55dc5f2bb03c] /tmp/ruby/src/trunk_clang_14/vm_eval.c:101 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_funcallv_scope) /tmp/ruby/src/trunk_clang_14/vm_eval.c:1068 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_funcallv+0xb) [0x55dc5f2bb697] /tmp/ruby/src/trunk_clang_14/vm_eval.c:1083 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_funcall) /tmp/ruby/src/trunk_clang_14/vm_eval.c:1140 |
| | /tmp/ruby/build/trunk_clang_14/ruby(define_final+0x37) [0x55dc5f149617] /tmp/ruby/src/trunk_clang_14/gc.c:1903 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_call_cfunc_with_frame_+0xf4) [0x55dc5f2d1224] /tmp/ruby/src/trunk_clang_14/vm_insnhelper.c:3905 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_sendish+0xdd) [0x55dc5f2ade96] /tmp/ruby/src/trunk_clang_14/vm_insnhelper.c:6127 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_exec_core) ../../src/trunk_clang_14/insns.def:906 |
| | /tmp/ruby/build/trunk_clang_14/ruby(vm_exec_loop+0x0) [0x55dc5f2a9280] /tmp/ruby/src/trunk_clang_14/vm.c:2799 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_vm_exec) /tmp/ruby/src/trunk_clang_14/vm.c:2802 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_ec_exec_node+0x2b) [0x55dc5f12ea74] /tmp/ruby/src/trunk_clang_14/eval.c:283 |
| | /tmp/ruby/build/trunk_clang_14/ruby(ruby_run_node) /tmp/ruby/src/trunk_clang_14/eval.c:321 |
| | /tmp/ruby/build/trunk_clang_14/ruby(rb_main+0x1c) [0x55dc5f12c4f5] /tmp/ruby/src/trunk_clang_14/main.c:42 |
| | /tmp/ruby/build/trunk_clang_14/ruby(main) /tmp/ruby/src/trunk_clang_14/main.c:62 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7e13ee0b41ca] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7e13ee0b428b] ../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 |
| | [0x55dc5f12c3b5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: -e |
| | |
| | * Ruby Box: disabled |
| | * Loaded features: |
| | |
| | 0 enumerator.so |
| | 1 monitor.so |
| | 2 thread.rb |
| | 3 fiber.so |
| | 4 rational.so |
| | 5 complex.so |
| | 6 pathname.so |
| | 7 ruby2_keywords.rb |
| | 8 set.rb |
| | 9 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 10 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | |
| | * Process memory map: |
| | |
| | 55dc5f0db000-55dc5f120000 r--p 00000000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 55dc5f120000-55dc5f56d000 r-xp 00045000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 55dc5f56d000-55dc5f70a000 r--p 00492000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 55dc5f70a000-55dc5f721000 r--p 0062f000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 55dc5f721000-55dc5f723000 rw-p 00646000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 55dc5f723000-55dc5f73a000 rw-p 00000000 00:00 0 |
| | 55dc9d26f000-55dca5538000 rw-p 00000000 00:00 0 [heap] |
| | 7e1374afe000-7e1394b00000 rw-p 00000000 00:00 0 |
| | 7e1394b00000-7e139f070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13a98b9000-7e13a9ac0000 r--s 00000000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13a9ac0000-7e13ac110000 r--s 00000000 00:9d 17310966 /tmp/ruby/build/trunk_clang_14/ruby |
| | 7e13ac110000-7e13b8fd0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13b8fe0000-7e13c4460000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13c4470000-7e13c9db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13c9dc0000-7e13cc000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13cc000000-7e13cc021000 rw-p 00000000 00:00 0 |
| | 7e13cc021000-7e13d0000000 ---p 00000000 00:00 0 |
| | 7e13d0010000-7e13d0ad0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d0ae0000-7e13d2070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d2080000-7e13d2db0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d2dc0000-7e13d3310000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d3320000-7e13d3690000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d36a0000-7e13d37f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d3800000-7e13d38b0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13d38be000-7e13d39bf000 rw-p 00000000 00:00 0 |
| | 7e13d39bf000-7e13d39c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d39c0000-7e13d3a01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a01000-7e13d3a02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a02000-7e13d3a43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a43000-7e13d3a44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a44000-7e13d3a85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a85000-7e13d3a86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3a86000-7e13d3ac7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ac7000-7e13d3ac8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ac8000-7e13d3b09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b09000-7e13d3b0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b0a000-7e13d3b4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b4b000-7e13d3b4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b4c000-7e13d3b8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b8d000-7e13d3b8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3b8e000-7e13d3bcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3bcf000-7e13d3bd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3bd0000-7e13d3c11000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c11000-7e13d3c12000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c12000-7e13d3c53000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c53000-7e13d3c54000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c54000-7e13d3c95000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c95000-7e13d3c96000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3c96000-7e13d3cd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3cd7000-7e13d3cd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3cd8000-7e13d3d19000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d19000-7e13d3d1a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d1a000-7e13d3d5b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d5b000-7e13d3d5c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d5c000-7e13d3d9d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d9d000-7e13d3d9e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3d9e000-7e13d3ddf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ddf000-7e13d3de0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3de0000-7e13d3e21000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3e21000-7e13d3e22000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3e22000-7e13d3e63000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3e63000-7e13d3e64000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3e64000-7e13d3ea5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ea5000-7e13d3ea6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ea6000-7e13d3ee7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ee7000-7e13d3ee8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ee8000-7e13d3f29000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3f29000-7e13d3f2a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3f2a000-7e13d3f6b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3f6b000-7e13d3f6c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3f6c000-7e13d3fad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3fad000-7e13d3fae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3fae000-7e13d3fef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3fef000-7e13d3ff0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d3ff0000-7e13d4031000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d4031000-7e13d4032000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d4032000-7e13d4073000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d4073000-7e13d4074000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d4074000-7e13d40b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d40b5000-7e13d40b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d40b6000-7e13d40f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d40f7000-7e13d40f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d40f8000-7e13d4139000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d4139000-7e13d413a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d413a000-7e13d417b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d417b000-7e13d417c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d417c000-7e13d41bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d41bd000-7e13d41be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d41be000-7e13d41ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 7e13d41ff000-7e13d4200000 ---p 00000000 00:00 0 |
| | 7e13d4200000-7e13d4a00000 rw-p 00000000 00:00 0 |
| | 7e13d4a00000-7e13eca00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 7e13eca00000-7e13ede00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 7e13ede10000-7e13ede60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13ede6f000-7e13ede70000 ---p 00000000 00:00 0 |
| | 7e13ede70000-7e13ede90000 rw-p 00000000 00:00 0 |
| | 7e13ede90000-7e13edf40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13edf4f000-7e13edf70000 rw-p 00000000 00:00 0 |
| | 7e13edf70000-7e13edf80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 7e13edf81000-7e13edf82000 r--p 00000000 00:9d 17462942 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7e13edf82000-7e13edf83000 r-xp 00001000 00:9d 17462942 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7e13edf83000-7e13edf84000 r--p 00002000 00:9d 17462942 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7e13edf84000-7e13edf85000 r--p 00002000 00:9d 17462942 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7e13edf85000-7e13edf86000 rw-p 00003000 00:9d 17462942 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7e13edf86000-7e13ee08a000 rw-p 00000000 00:00 0 |
| | 7e13ee08a000-7e13ee0b2000 r--p 00000000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13ee0b2000-7e13ee23a000 r-xp 00028000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13ee23a000-7e13ee289000 r--p 001b0000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13ee289000-7e13ee28d000 r--p 001fe000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13ee28d000-7e13ee28f000 rw-p 00202000 00:9d 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7e13ee28f000-7e13ee29e000 rw-p 00000000 00:00 0 |
| | 7e13ee29e000-7e13ee2a2000 r--p 00000000 00:9d 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7e13ee2a2000-7e13ee2c5000 r-xp 00004000 00:9d 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7e13ee2c5000-7e13ee2c9000 r--p 00027000 00:9d 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7e13ee2c9000-7e13ee2ca000 r--p 0002b000 00:9d 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7e13ee2ca000-7e13ee2cb000 rw-p 0002c000 00:9d 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7e13ee2cb000-7e13ee2db000 r--p 00000000 00:9d 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7e13ee2db000-7e13ee35a000 r-xp 00010000 00:9d 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7e13ee35a000-7e13ee3b2000 r--p 0008f000 00:9d 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7e13ee3b2000-7e13ee3b3000 r--p 000e7000 00:9d 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7e13ee3b3000-7e13ee3b4000 rw-p 000e8000 00:9d 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7e13ee3b4000-7e13ee3b6000 r--p 00000000 00:9d 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7e13ee3b6000-7e13ee3cb000 r-xp 00002000 00:9d 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7e13ee3cb000-7e13ee3e4000 r--p 00017000 00:9d 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7e13ee3e4000-7e13ee3e5000 r--p 0002f000 00:9d 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7e13ee3e5000-7e13ee3e6000 rw-p 00030000 00:9d 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7e13ee3e6000-7e13ee3ee000 rw-p 00000000 00:00 0 |
| | 7e13ee3ee000-7e13ee3f8000 r--p 00000000 00:9d 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7e13ee3f8000-7e13ee45b000 r-xp 0000a000 00:9d 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7e13ee45b000-7e13ee470000 r--p 0006d000 00:9d 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7e13ee470000-7e13ee471000 r--p 00081000 00:9d 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7e13ee471000-7e13ee472000 rw-p 00082000 00:9d 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 7e13ee472000-7e13ee474000 r--p 00000000 00:9d 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7e13ee474000-7e13ee486000 r-xp 00002000 00:9d 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7e13ee486000-7e13ee48c000 r--p 00014000 00:9d 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7e13ee48c000-7e13ee48d000 r--p 0001a000 00:9d 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7e13ee48d000-7e13ee48e000 rw-p 0001b000 00:9d 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 7e13ee48e000-7e13ee48f000 r--p 00000000 00:9d 17462635 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 7e13ee48f000-7e13ee490000 r-xp 00001000 00:9d 17462635 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 7e13ee490000-7e13ee491000 r--p 00002000 00:9d 17462635 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 7e13ee491000-7e13ee492000 r--p 00002000 00:9d 17462635 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 7e13ee492000-7e13ee493000 rw-p 00003000 00:9d 17462635 /tmp/ruby/build/trunk_clang_14/.ext/x86_64-linux/enc/encdb.so |
| | 7e13ee493000-7e13ee495000 rw-p 00000000 00:00 0 |
| | 7e13ee495000-7e13ee496000 r--p 00000000 00:9d 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7e13ee496000-7e13ee4c1000 r-xp 00001000 00:9d 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7e13ee4c1000-7e13ee4cb000 r--p 0002c000 00:9d 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7e13ee4cb000-7e13ee4cd000 r--p 00036000 00:9d 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7e13ee4cd000-7e13ee4cf000 rw-p 00038000 00:9d 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffefdd86000-7ffefdda7000 rw-p 00000000 00:00 0 [stack] |
| | 7ffefddf0000-7ffefddf4000 r--p 00000000 00:00 0 [vvar] |
| | 7ffefddf4000-7ffefddf6000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| /tmp/ruby/src/trunk_clang_14/test/ruby/test_gc.rb:742:in 'TestGc#test_interrupt_in_finalizer' |
| make: *** [uncommon.mk:930: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |