| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "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) Failure: |
| TestRactor#test_port_receive_dnt_with_port_send [/tmp/ruby/src/trunk_clang_16/test/ruby/test_ractor.rb:168]: |
| pid 577259 killed by SIGSEGV (signal 11) (core dumped) |
| | <internal:ractor>:667: [BUG] Segmentation fault at 0x0000000000000030 |
| | ruby 3.5.0dev (2025-08-28T03:44:29Z master ed8fe53e80) +PRISM [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0004 p:0003 s:0017 e:000016 METHOD <internal:ractor>:667 |
| | c:0003 p:0008 s:0013 e:000012 METHOD <internal:ractor>:313 |
| | c:0002 p:0026 s:0009 e:000008 BLOCK -:20 [FINISH] |
| | c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:20:in 'block (2 levels) in ractor_job' |
| | <internal:ractor>:313:in 'receive' |
| | <internal:ractor>:667:in 'receive' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 2 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00005b33813ae9b2 RBP: 0x00005b33b44c4fd8 RSP: 0x0000796c4ccefb00 |
| | RAX: 0x0000000000000000 RBX: 0x0000796c1c002208 RCX: 0x0000796c1c0021e0 |
| | RDX: 0x0000000000000001 RDI: 0x0000796c1c002208 RSI: 0x0000000000000000 |
| | R8: 0x0000000000000000 R9: 0x0000000000000000 R10: 0x0000796c1c0016a0 |
| | R11: 0xbe9f063cda36d43c R12: 0x0000796c4af6b640 R13: 0x00005b33b44bd950 |
| | R14: 0x0000796c1c0021e0 R15: 0x0000796c1c0026f0 EFL: 0x0000000000010246 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_print_backtrace+0x14) [0x5b33816bf5b7] /tmp/ruby/src/trunk_clang_16/vm_dump.c:843 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_clang_16/vm_dump.c:1175 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_bug_for_fatal_signal+0x15c) [0x5b338167f47c] /tmp/ruby/src/trunk_clang_16/error.c:1130 |
| | /tmp/ruby/build/trunk_clang_16/ruby(sigsegv+0x5a) [0x5b33814028ea] /tmp/ruby/src/trunk_clang_16/signal.c:948 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x796c86479320) [0x796c86479320] |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_execution_context+0xe) [0x5b33813ae9b2] /tmp/ruby/src/trunk_clang_16/vm_core.h:2027 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_ractor_raw) /tmp/ruby/src/trunk_clang_16/vm_core.h:2044 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_current_ractor) /tmp/ruby/src/trunk_clang_16/vm_core.h:2052 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_unlock) /tmp/ruby/src/trunk_clang_16/ractor.c:110 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_unlock_self) /tmp/ruby/src/trunk_clang_16/ractor.c:125 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_wait) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1053 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_wait_receive) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1112 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_receive+0x11) [0x5b33813ae1bb] /tmp/ruby/src/trunk_clang_16/ractor_sync.c:1165 |
| | /tmp/ruby/build/trunk_clang_16/ruby(ractor_port_receive) /tmp/ruby/src/trunk_clang_16/ractor_sync.c:142 |
| | /tmp/ruby/build/trunk_clang_16/ruby(builtin_inline_class_667) /tmp/ruby/src/trunk_clang_16/ractor.rb:668 |
| | /tmp/ruby/build/trunk_clang_16/ruby(builtin_invoker0+0x8) [0x5b33814793d1] /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7287 |
| | /tmp/ruby/build/trunk_clang_16/ruby(invoke_bf) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7428 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_invoke_builtin_delegate) /tmp/ruby/src/trunk_clang_16/vm_insnhelper.c:7452 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_core) ../../src/trunk_clang_16/insns.def:1662 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_exec_loop+0x0) [0x5b3381471c90] /tmp/ruby/src/trunk_clang_16/vm.c:2622 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_vm_exec) /tmp/ruby/src/trunk_clang_16/vm.c:2625 |
| | /tmp/ruby/build/trunk_clang_16/ruby(vm_invoke_proc+0x3be) [0x5b33814877fe] /tmp/ruby/src/trunk_clang_16/vm.c:1652 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_do_start_proc+0x190) [0x5b3381445bd0] /tmp/ruby/src/trunk_clang_16/thread.c:584 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_do_start+0x6f) [0x5b338144532f] /tmp/ruby/src/trunk_clang_16/thread.c:626 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_start_func_2) /tmp/ruby/src/trunk_clang_16/thread.c:677 |
| | /tmp/ruby/build/trunk_clang_16/ruby(rb_native_mutex_lock+0x0) [0x5b3381446001] /tmp/ruby/src/trunk_clang_16/thread_pthread.c:2234 |
| | /tmp/ruby/build/trunk_clang_16/ruby(thread_sched_lock_) /tmp/ruby/src/trunk_clang_16/thread_pthread.c:399 |
| | /tmp/ruby/build/trunk_clang_16/ruby(call_thread_start_func_2) /tmp/ruby/src/trunk_clang_16/thread_pthread_mn.c:464 |
| | /tmp/ruby/build/trunk_clang_16/ruby(co_start) /tmp/ruby/src/trunk_clang_16/thread_pthread_mn.c:462 |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Loaded script: - |
| | |
| | * Loaded features: |
| | |
| | 0 enumerator.so |
| | 1 thread.rb |
| | 2 fiber.so |
| | 3 rational.so |
| | 4 complex.so |
| | 5 pathname.so |
| | 6 ruby2_keywords.rb |
| | 7 set.rb |
| | 8 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 9 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 10 /tmp/ruby/src/trunk_clang_16/lib/open3/version.rb |
| | 11 /tmp/ruby/src/trunk_clang_16/lib/open3.rb |
| | 12 /tmp/ruby/src/trunk_clang_16/lib/timeout.rb |
| | 13 /tmp/ruby/build/trunk_clang_16/rbconfig.rb |
| | 14 /tmp/ruby/src/trunk_clang_16/tool/lib/find_executable.rb |
| | 15 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 16 /tmp/ruby/src/trunk_clang_16/tool/lib/envutil.rb |
| | 17 /tmp/ruby/src/trunk_clang_16/tool/lib/colorize.rb |
| | 18 /tmp/ruby/src/trunk_clang_16/tool/lib/leakchecker.rb |
| | 19 /tmp/ruby/src/trunk_clang_16/lib/prettyprint.rb |
| | 20 /tmp/ruby/src/trunk_clang_16/lib/pp.rb |
| | 21 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/assertions.rb |
| | 22 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 23 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 24 /tmp/ruby/src/trunk_clang_16/tool/lib/core_assertions.rb |
| | 25 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/testcase.rb |
| | 26 /tmp/ruby/src/trunk_clang_16/lib/optparse.rb |
| | 27 /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit.rb |
| | |
| | * Process memory map: |
| | |
| | 5b33812b5000-5b33812f5000 r--p 00000000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 5b33812f5000-5b3381728000 r-xp 00040000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 5b3381728000-5b33818be000 r--p 00473000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 5b33818be000-5b33818d3000 r--p 00609000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 5b33818d3000-5b33818d5000 rw-p 0061e000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 5b33818d5000-5b33818e9000 rw-p 00000000 00:00 0 |
| | 5b33b4398000-5b33b4760000 rw-p 00000000 00:00 0 [heap] |
| | 796bf9a63000-796bfc000000 r--s 00000000 00:ae 15751930 /tmp/ruby/build/trunk_clang_16/ruby |
| | 796bfc000000-796bfc892000 rw-p 00000000 00:00 0 |
| | 796bfc892000-796c00000000 ---p 00000000 00:00 0 |
| | 796c009c0000-796c00d30000 rw-p 00000000 00:00 0 |
| | 796c00df8000-796c00e70000 rw-p 00000000 00:00 0 |
| | 796c00fb0000-796c00fd8000 rw-p 00000000 00:00 0 |
| | 796c01500000-796c017f8000 rw-p 00000000 00:00 0 |
| | 796c01820000-796c01848000 rw-p 00000000 00:00 0 |
| | 796c01898000-796c018c0000 rw-p 00000000 00:00 0 |
| | 796c019d8000-796c01a50000 rw-p 00000000 00:00 0 |
| | 796c01b68000-796c01b90000 rw-p 00000000 00:00 0 |
| | 796c02838000-796c02d88000 rw-p 00000000 00:00 0 |
| | 796c03440000-796c03450000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c03480000-796c03490000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c03550000-796c03580000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c03650000-796c03970000 rw-p 00000000 00:00 0 |
| | 796c03ad8000-796c0497c000 rw-p 00000000 00:00 0 |
| | 796c0497c000-796c08000000 ---p 00000000 00:00 0 |
| | 796c08000000-796c08843000 rw-p 00000000 00:00 0 |
| | 796c08843000-796c0c000000 ---p 00000000 00:00 0 |
| | 796c0c000000-796c0c310000 rw-p 00000000 00:00 0 |
| | 796c0c310000-796c10000000 ---p 00000000 00:00 0 |
| | 796c10000000-796c10021000 rw-p 00000000 00:00 0 |
| | 796c10021000-796c14000000 ---p 00000000 00:00 0 |
| | 796c14000000-796c1492e000 rw-p 00000000 00:00 0 |
| | 796c1492e000-796c18000000 ---p 00000000 00:00 0 |
| | 796c18000000-796c18892000 rw-p 00000000 00:00 0 |
| | 796c18892000-796c1c000000 ---p 00000000 00:00 0 |
| | 796c1c000000-796c1c694000 rw-p 00000000 00:00 0 |
| | 796c1c694000-796c20000000 ---p 00000000 00:00 0 |
| | 796c20000000-796c20339000 rw-p 00000000 00:00 0 |
| | 796c20339000-796c24000000 ---p 00000000 00:00 0 |
| | 796c24000000-796c24021000 rw-p 00000000 00:00 0 |
| | 796c24021000-796c28000000 ---p 00000000 00:00 0 |
| | 796c28000000-796c282c2000 rw-p 00000000 00:00 0 |
| | 796c282c2000-796c2c000000 ---p 00000000 00:00 0 |
| | 796c2c000000-796c2c470000 rw-p 00000000 00:00 0 |
| | 796c2c470000-796c30000000 ---p 00000000 00:00 0 |
| | 796c30000000-796c303d3000 rw-p 00000000 00:00 0 |
| | 796c303d3000-796c34000000 ---p 00000000 00:00 0 |
| | 796c34000000-796c3429b000 rw-p 00000000 00:00 0 |
| | 796c3429b000-796c38000000 ---p 00000000 00:00 0 |
| | 796c38000000-796c38765000 rw-p 00000000 00:00 0 |
| | 796c38765000-796c3c000000 ---p 00000000 00:00 0 |
| | 796c3c000000-796c3c4fb000 rw-p 00000000 00:00 0 |
| | 796c3c4fb000-796c40000000 ---p 00000000 00:00 0 |
| | 796c40000000-796c4025c000 rw-p 00000000 00:00 0 |
| | 796c4025c000-796c44000000 ---p 00000000 00:00 0 |
| | 796c44000000-796c442a2000 rw-p 00000000 00:00 0 |
| | 796c442a2000-796c48000000 ---p 00000000 00:00 0 |
| | 796c48178000-796c48448000 rw-p 00000000 00:00 0 |
| | 796c485b0000-796c48a10000 rw-p 00000000 00:00 0 |
| | 796c48ad8000-796c48d30000 rw-p 00000000 00:00 0 |
| | 796c48e70000-796c493e8000 rw-p 00000000 00:00 0 |
| | 796c494d8000-796c49780000 rw-p 00000000 00:00 0 |
| | 796c49848000-796c49c58000 rw-p 00000000 00:00 0 |
| | 796c49cd1000-796c49ed8000 r--s 00000000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c49ed8000-796c4a1d0000 rw-p 00000000 00:00 0 |
| | 796c4a310000-796c4a810000 rw-p 00000000 00:00 0 |
| | 796c4a978000-796c4aa40000 rw-p 00000000 00:00 0 |
| | 796c4aa40000-796c4aa50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c4aa50000-796c4ab40000 rw-p 00000000 00:00 0 |
| | 796c4ab40000-796c4ab50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c4ab50000-796c4ac68000 rw-p 00000000 00:00 0 |
| | 796c4ada0000-796c4adf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c4adf8000-796c4af10000 rw-p 00000000 00:00 0 |
| | 796c4af10000-796c4af20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c4af23000-796c4af4b000 rw-p 00000000 00:00 0 |
| | 796c4af4b000-796c4af4c000 ---p 00000000 00:00 0 |
| | 796c4af4c000-796c4af6c000 rw-p 00000000 00:00 0 |
| | 796c4af6c000-796c4af6d000 ---p 00000000 00:00 0 |
| | 796c4af6d000-796c4af8d000 rw-p 00000000 00:00 0 |
| | 796c4af8d000-796c4af8e000 ---p 00000000 00:00 0 |
| | 796c4af8e000-796c4afae000 rw-p 00000000 00:00 0 |
| | 796c4afae000-796c4b0ee000 rw-p 00000000 00:00 0 |
| | 796c4b0ee000-796c4b0ef000 ---p 00000000 00:00 0 |
| | 796c4b0ef000-796c4b10f000 rw-p 00000000 00:00 0 |
| | 796c4b10f000-796c4b110000 ---p 00000000 00:00 0 |
| | 796c4b110000-796c4b130000 rw-p 00000000 00:00 0 |
| | 796c4b130000-796c4b131000 ---p 00000000 00:00 0 |
| | 796c4b131000-796c4b151000 rw-p 00000000 00:00 0 |
| | 796c4b151000-796c4b152000 ---p 00000000 00:00 0 |
| | 796c4b152000-796c4b172000 rw-p 00000000 00:00 0 |
| | 796c4b172000-796c4b173000 ---p 00000000 00:00 0 |
| | 796c4b173000-796c4b193000 rw-p 00000000 00:00 0 |
| | 796c4b193000-796c4b294000 rw-p 00000000 00:00 0 |
| | 796c4b294000-796c4b295000 ---p 00000000 00:00 0 |
| | 796c4b295000-796c4b2b5000 rw-p 00000000 00:00 0 |
| | 796c4b2b5000-796c4b3b6000 rw-p 00000000 00:00 0 |
| | 796c4b3b6000-796c4b3b7000 ---p 00000000 00:00 0 |
| | 796c4b3b7000-796c4b3d7000 rw-p 00000000 00:00 0 |
| | 796c4b3d7000-796c4b4d8000 rw-p 00000000 00:00 0 |
| | 796c4b4d8000-796c4b4d9000 ---p 00000000 00:00 0 |
| | 796c4b4d9000-796c4b4f9000 rw-p 00000000 00:00 0 |
| | 796c4b4f9000-796c4bc00000 rw-p 00000000 00:00 0 |
| | 796c4bc00000-796c4bd01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4bd01000-796c4bd02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4bd02000-796c4be22000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4be22000-796c4be23000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4be23000-796c4bf43000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4bf43000-796c4bf44000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4bf44000-796c4c064000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c064000-796c4c065000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c065000-796c4c185000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c185000-796c4c186000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c186000-796c4c2a6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c2a6000-796c4c2a7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c2a7000-796c4c3c7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c3c7000-796c4c3c8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c3c8000-796c4c4e8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c4e8000-796c4c4e9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c4e9000-796c4c609000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c609000-796c4c60a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c60a000-796c4c72a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c72a000-796c4c72b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c72b000-796c4c84b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c84b000-796c4c84c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c84c000-796c4c96c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c96c000-796c4c96d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4c96d000-796c4ca8d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4ca8d000-796c4ca8e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4ca8e000-796c4cbae000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cbae000-796c4cbaf000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cbaf000-796c4cccf000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cccf000-796c4ccd0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4ccd0000-796c4cdf0000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cdf0000-796c4cdf1000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cdf1000-796c4cf11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cf11000-796c4cf12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4cf12000-796c4d032000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d032000-796c4d033000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d033000-796c4d153000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d153000-796c4d154000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d154000-796c4d274000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d274000-796c4d275000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d275000-796c4d395000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d395000-796c4d396000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d396000-796c4d4b6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d4b6000-796c4d4b7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d4b7000-796c4d5d7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d5d7000-796c4d5d8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d5d8000-796c4d6f8000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d6f8000-796c4d6f9000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d6f9000-796c4d819000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d819000-796c4d81a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d81a000-796c4d93a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d93a000-796c4d93b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4d93b000-796c4da5b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4da5b000-796c4da5c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4da5c000-796c4db7c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4db7c000-796c4db7d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4db7d000-796c4dc9d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4dc9d000-796c4dc9e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4dc9e000-796c4ddbe000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4ddbe000-796c4ddbf000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4ddbf000-796c4dedf000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4dedf000-796c4dee0000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4dee0000-796c4e000000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e000000-796c4e001000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e001000-796c4e121000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e121000-796c4e122000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e122000-796c4e242000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e242000-796c4e243000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e243000-796c4e363000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e363000-796c4e364000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e364000-796c4e484000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e484000-796c4e485000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e485000-796c4e5a5000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e5a5000-796c4e5a6000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e5a6000-796c4e6c6000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e6c6000-796c4e6c7000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e6c7000-796c4e7e7000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e7e7000-796c4e7e8000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e7e8000-796c4e908000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e908000-796c4e909000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c4e909000-796c6bc00000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk] |
| | 796c6bc09000-796c6bc0a000 ---p 00000000 00:00 0 |
| | 796c6bc0a000-796c6bc2a000 rw-p 00000000 00:00 0 |
| | 796c6bc2a000-796c6bc2b000 ---p 00000000 00:00 0 |
| | 796c6bc2b000-796c6bc4b000 rw-p 00000000 00:00 0 |
| | 796c6bc4b000-796c6bc4c000 ---p 00000000 00:00 0 |
| | 796c6bc4c000-796c6bc6c000 rw-p 00000000 00:00 0 |
| | 796c6bc6c000-796c6bc6d000 ---p 00000000 00:00 0 |
| | 796c6bc6d000-796c6bc8d000 rw-p 00000000 00:00 0 |
| | 796c6bc8d000-796c6bc8e000 ---p 00000000 00:00 0 |
| | 796c6bc8e000-796c6bcae000 rw-p 00000000 00:00 0 |
| | 796c6bcae000-796c6bcaf000 ---p 00000000 00:00 0 |
| | 796c6bcaf000-796c6bccf000 rw-p 00000000 00:00 0 |
| | 796c6bccf000-796c6bcd0000 ---p 00000000 00:00 0 |
| | 796c6bcd0000-796c6bcf0000 rw-p 00000000 00:00 0 |
| | 796c6bcf0000-796c6bd30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c6bd3f000-796c6bd80000 rw-p 00000000 00:00 0 |
| | 796c6bd80000-796c6bdb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c6bdbf000-796c6bdc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bdc0000-796c6be01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be01000-796c6be02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be02000-796c6be43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be43000-796c6be44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be44000-796c6be85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be85000-796c6be86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6be86000-796c6bec7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bec7000-796c6bec8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bec8000-796c6bf09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf09000-796c6bf0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf0a000-796c6bf4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf4b000-796c6bf4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf4c000-796c6bf8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf8d000-796c6bf8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bf8e000-796c6bfcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bfcf000-796c6bfd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6bfd0000-796c6c011000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c011000-796c6c012000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c012000-796c6c053000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c053000-796c6c054000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c054000-796c6c095000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c095000-796c6c096000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c096000-796c6c0d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c0d7000-796c6c0d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c0d8000-796c6c119000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c119000-796c6c11a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c11a000-796c6c15b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c15b000-796c6c15c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c15c000-796c6c19d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c19d000-796c6c19e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c19e000-796c6c1df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c1df000-796c6c1e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c1e0000-796c6c221000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c221000-796c6c222000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c222000-796c6c263000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c263000-796c6c264000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c264000-796c6c2a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c2a5000-796c6c2a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c2a6000-796c6c2e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c2e7000-796c6c2e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c2e8000-796c6c329000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c329000-796c6c32a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c32a000-796c6c36b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c36b000-796c6c36c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c36c000-796c6c3ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c3ad000-796c6c3ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c3ae000-796c6c3ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c3ef000-796c6c3f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c3f0000-796c6c431000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c431000-796c6c432000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c432000-796c6c473000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c473000-796c6c474000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c474000-796c6c4b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c4b5000-796c6c4b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c4b6000-796c6c4f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c4f7000-796c6c4f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c4f8000-796c6c539000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c539000-796c6c53a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c53a000-796c6c57b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c57b000-796c6c57c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c57c000-796c6c5bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c5bd000-796c6c5be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c5be000-796c6c5ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] |
| | 796c6c5ff000-796c6c600000 ---p 00000000 00:00 0 |
| | 796c6c600000-796c6ce00000 rw-p 00000000 00:00 0 |
| | 796c6ce00000-796c84e00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] |
| | 796c84e00000-796c86200000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] |
| | 796c86210000-796c86230000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c8623f000-796c86260000 rw-p 00000000 00:00 0 |
| | 796c86260000-796c862f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c862f2000-796c862f4000 r--p 00000000 00:ae 18119501 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 796c862f4000-796c862f7000 r-xp 00002000 00:ae 18119501 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 796c862f7000-796c862f8000 r--p 00005000 00:ae 18119501 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 796c862f8000-796c862f9000 r--p 00006000 00:ae 18119501 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 796c862f9000-796c862fa000 rw-p 00007000 00:ae 18119501 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/io/console.so |
| | 796c862fa000-796c862fb000 r--p 00000000 00:ae 18094246 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 796c862fb000-796c862fc000 r-xp 00001000 00:ae 18094246 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 796c862fc000-796c862fd000 r--p 00002000 00:ae 18094246 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 796c862fd000-796c862fe000 r--p 00002000 00:ae 18094246 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 796c862fe000-796c862ff000 rw-p 00003000 00:ae 18094246 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/trans/transdb.so |
| | 796c86305000-796c86306000 r--p 00000000 00:ae 18116665 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 796c86306000-796c86307000 r-xp 00001000 00:ae 18116665 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 796c86307000-796c86308000 r--p 00002000 00:ae 18116665 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 796c86308000-796c86309000 r--p 00002000 00:ae 18116665 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 796c86309000-796c8630a000 rw-p 00003000 00:ae 18116665 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/-test-/asan.so |
| | 796c8630a000-796c8630b000 r--p 00000000 00:ae 18096208 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 796c8630b000-796c8630d000 r-xp 00001000 00:ae 18096208 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 796c8630d000-796c8630e000 r--p 00003000 00:ae 18096208 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 796c8630e000-796c8630f000 r--p 00003000 00:ae 18096208 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 796c8630f000-796c86310000 rw-p 00004000 00:ae 18096208 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 796c86310000-796c86330000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] |
| | 796c86330000-796c86434000 rw-p 00000000 00:00 0 |
| | 796c86434000-796c8645c000 r--p 00000000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c8645c000-796c865e4000 r-xp 00028000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c865e4000-796c86633000 r--p 001b0000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c86633000-796c86637000 r--p 001fe000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c86637000-796c86639000 rw-p 00202000 00:ae 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 796c86639000-796c86648000 rw-p 00000000 00:00 0 |
| | 796c86648000-796c8664c000 r--p 00000000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 796c8664c000-796c8666f000 r-xp 00004000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 796c8666f000-796c86673000 r--p 00027000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 796c86673000-796c86674000 r--p 0002b000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 796c86674000-796c86675000 rw-p 0002c000 00:ae 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 796c86675000-796c86685000 r--p 00000000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 796c86685000-796c86704000 r-xp 00010000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 796c86704000-796c8675c000 r--p 0008f000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 796c8675c000-796c8675d000 r--p 000e7000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 796c8675d000-796c8675e000 rw-p 000e8000 00:ae 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 796c8675e000-796c86760000 r--p 00000000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 796c86760000-796c86775000 r-xp 00002000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 796c86775000-796c8678e000 r--p 00017000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 796c8678e000-796c8678f000 r--p 0002f000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 796c8678f000-796c86790000 rw-p 00030000 00:ae 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 796c86790000-796c86798000 rw-p 00000000 00:00 0 |
| | 796c86798000-796c867a2000 r--p 00000000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 796c867a2000-796c86805000 r-xp 0000a000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 796c86805000-796c8681a000 r--p 0006d000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 796c8681a000-796c8681b000 r--p 00081000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 796c8681b000-796c8681c000 rw-p 00082000 00:ae 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 |
| | 796c8681c000-796c8681e000 r--p 00000000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 796c8681e000-796c86830000 r-xp 00002000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 796c86830000-796c86836000 r--p 00014000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 796c86836000-796c86837000 r--p 0001a000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 796c86837000-796c86838000 rw-p 0001b000 00:ae 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 |
| | 796c86838000-796c86839000 r--p 00000000 00:ae 18092402 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 796c86839000-796c8683a000 r-xp 00001000 00:ae 18092402 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 796c8683a000-796c8683b000 r--p 00002000 00:ae 18092402 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 796c8683b000-796c8683c000 r--p 00002000 00:ae 18092402 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 796c8683c000-796c8683d000 rw-p 00003000 00:ae 18092402 /tmp/ruby/build/trunk_clang_16/.ext/x86_64-linux/enc/encdb.so |
| | 796c8683d000-796c8683f000 rw-p 00000000 00:00 0 |
| | 796c8683f000-796c86840000 r--p 00000000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 796c86840000-796c8686b000 r-xp 00001000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 796c8686b000-796c86875000 r--p 0002c000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 796c86875000-796c86877000 r--p 00036000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 796c86877000-796c86879000 rw-p 00038000 00:ae 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7ffdb5ad5000-7ffdb5af7000 rw-p 00000000 00:00 0 [stack] |
| | 7ffdb5b85000-7ffdb5b89000 r--p 00000000 00:00 0 [vvar] |
| | 7ffdb5b89000-7ffdb5b8b000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:904: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |