| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 339295d..a8782c4 master -> origin/master |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make miniruby -j4" exit with 0. |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1369:17 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| 1368 | // SAFETY: caller ensures initialization |
| 1369 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: `#[warn(unused_unsafe)]` on by default |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1383 | obj_written!(iseq, dep.into()); |
| | ------------------------------ in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1392:22 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1392 | let object = unsafe { value_address.read_unaligned() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 |
| | |
| 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 |
| | |
| 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { |
| | --------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 1393 | obj_written!(iseq, object); |
| | -------------------------- in this macro invocation |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2699:17 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| 2699 | let block = unsafe { blockref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2704:27 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2704 | let pred_branch = unsafe { pred_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2709:32 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2709 | let target_is_us = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2726:26 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2726 | let out_branch = unsafe { out_branchref.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2730:48 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2730 | let succ_block: Option<BlockRef> = unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2737:34 |
| | |
| 2698 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2737 | let succ_block = unsafe { succ_block.as_ref() }; |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2763:5 |
| | |
| 2760 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2763 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2772:5 |
| | |
| 2760 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2772 | unsafe { dealloc_block(blockref) } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2778:5 |
| | |
| 2777 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| 2778 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2786:5 |
| | |
| 2777 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2786 | unsafe { |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: unnecessary `unsafe` block |
| --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:3011:9 |
| | |
| 3007 | unsafe fn ref_unchecked(&self) -> &Self::Contained { |
| | -------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 3011 | unsafe { self.as_ptr().as_ref().unwrap() } |
| | ^^^^^^ unnecessary `unsafe` block |
| | |
| = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` |
| warning: 15 warnings emitted |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| From https://github.com/ruby/rbs |
| * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD |
| HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20/test/ripper/test_files_test_2.rb:6]: |
| pid 3616911 killed by SIGABRT (signal 6) (core dumped) |
| | (eval):1: [BUG] Segmentation fault at 0x00000000000001d4 |
| | ruby 3.3.0dev (2023-03-30T22:01:26Z master a8782c454c) [x86_64-linux] |
| | |
| | -- Control frame information ----------------------------------------------- |
| | c:0014 p:---- s:0067 e:000066 CFUNC :inspect |
| | c:0013 p:---- s:0064 e:000063 CFUNC :inspect |
| | c:0012 p:0011 s:0060 e:000059 METHOD (eval):1 [FINISH] |
| | c:0011 p:---- s:0054 e:000053 CFUNC :parse |
| | c:0010 p:0003 s:0050 e:000049 EVAL <test_pattern_matching.rb>:1 [FINISH] |
| | c:0009 p:---- s:0047 e:000046 CFUNC :instance_eval |
| | c:0008 p:0019 s:0041 e:000040 BLOCK -:33 |
| | c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243 |
| | c:0006 p:0039 s:0033 e:000032 BLOCK -:32 |
| | c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182 |
| | c:0004 p:0009 s:0022 e:000021 BLOCK -:30 [FINISH] |
| | c:0003 p:---- s:0018 e:000017 CFUNC :each |
| | c:0002 p:0129 s:0014 E:0016b0 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:000950 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243:in `under_gc_stress' |
| | -:33:in `block (3 levels) in <main>' |
| | -:33:in `instance_eval' |
| | <test_pattern_matching.rb>:1:in `block (3 levels) in <main>' |
| | <test_pattern_matching.rb>:1:in `parse' |
| | (eval):1:in `on_bodystmt' |
| | (eval):1:in `inspect' |
| | (eval):1:in `inspect' |
| | |
| | -- Threading information --------------------------------------------------- |
| | Total ractor count: 1 |
| | Ruby thread count for this ractor: 1 |
| | |
| | -- Machine register context ------------------------------------------------ |
| | RIP: 0x00007fd992d3bd2f RBP: 0x0000564ab4cee548 RSP: 0x00007fffa0082050 |
| | RAX: 0x0000000000000016 RBX: 0x000000000000000c RCX: 0x00000000000001d4 |
| | RDX: 0x00000000000005bb RDI: 0x0000564ab491d0e0 RSI: 0x000000000000003b |
| | R8: 0x0000000000002047 R9: 0x0000000000000040 R10: 0x00007fd9926c0020 |
| | R11: 0x000000000000001a R12: 0x0000564ab491d0e0 R13: 0x0000564ab4cca7c8 |
| | R14: 0x0000000000000001 R15: 0x0000564ab4cca780 EFL: 0x0000000000010202 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7fd992f0d93f] /tmp/ruby/src/trunk-repeat20/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7fd992d14a74] /tmp/ruby/src/trunk-repeat20/error.c:813 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7fd992e5a42d] /tmp/ruby/src/trunk-repeat20/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7fd992879520) [0x7fd992879520] |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_MARKED+0x34) [0x7fd992d3bd2f] /tmp/ruby/src/trunk-repeat20/gc.c:1636 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_set) /tmp/ruby/src/trunk-repeat20/gc.c:6948 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20/gc.c:7060 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(mark_ast_value+0x9) [0x7fd992da03fc] /tmp/ruby/src/trunk-repeat20/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7fd992d3f058] /tmp/ruby/src/trunk-repeat20/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20/gc.c:7550 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20/gc.c:8717 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marking_exit+0x0) [0x7fd992d40012] /tmp/ruby/src/trunk-repeat20/gc.c:8774 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat20/gc.c:8785 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20/gc.c:9557 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_prepare+0x26) [0x7fd992d42f2d] /tmp/ruby/src/trunk-repeat20/gc.c:2416 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20/gc.c:2685 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:2791 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of0+0x66) [0x7fd992d43671] /tmp/ruby/src/trunk-repeat20/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(str_alloc_embed+0x12) [0x7fd992e7a082] /tmp/ruby/src/trunk-repeat20/string.c:907 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(str_duplicate) /tmp/ruby/src/trunk-repeat20/string.c:1840 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_str_dup) /tmp/ruby/src/trunk-repeat20/string.c:1849 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_any_to_s+0x22) [0x7fd992db39f2] /tmp/ruby/src/trunk-repeat20/object.c:649 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cfunc_with_frame+0x111) [0x7fd992efda11] /tmp/ruby/src/trunk-repeat20/vm_eval.c:148 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cfunc) /tmp/ruby/src/trunk-repeat20/vm_eval.c:162 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_body) /tmp/ruby/src/trunk-repeat20/vm_eval.c:208 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7fd992f016df] /tmp/ruby/src/trunk-repeat20/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_inspect+0x19) [0x7fd992db5159] /tmp/ruby/src/trunk-repeat20/object.c:659 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary+0x3e) [0x7fd992c7ab11] /tmp/ruby/src/trunk-repeat20/array.c:3105 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat20/array.c:3097 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(exec_recursive+0x3e8) [0x7fd992ea5eb8] /tmp/ruby/src/trunk-repeat20/thread.c:5154 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd992ee2614] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7fd992ef1a2d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd992ef81cb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7fd992f016df] /tmp/ruby/src/trunk-repeat20/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_dispatch4+0xad) [0x7fd98ed6741d] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14220 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_yyparse+0x11eb6) [0x7fd98ed808a6] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:1671 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7fd98ed815b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14372 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7fd992d1e5b6] /tmp/ruby/src/trunk-repeat20/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7fd98ed64315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14410 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd992ee2614] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7fd992ef1a2d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd992ef81cb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7fd992ef83c9] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7fd992f0786a] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd992ee2614] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7fd992ef1a2d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd992ef81cb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x1da) [0x7fd992f0687a] /tmp/ruby/src/trunk-repeat20/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7fd992c7a8dc] /tmp/ruby/src/trunk-repeat20/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:552 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:321 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2746 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fd992ee2614] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x98) [0x7fd992ef33a9] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fd992ef81cb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7fd992d19e71] /tmp/ruby/src/trunk-repeat20/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7fd992d20333] /tmp/ruby/src/trunk-repeat20/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x564ab41b1187] /tmp/ruby/src/trunk-repeat20/main.c:39 |
| | /tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fd992860d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fd992860e40] ../csu/libc-start.c:392 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 |
| | [0x564ab41b11d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 564ab41b0000-564ab41b1000 r--p 00000000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 564ab41b1000-564ab41b2000 r-xp 00001000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 564ab41b2000-564ab41b3000 r--p 00002000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 564ab41b3000-564ab41b4000 r--p 00002000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 564ab41b4000-564ab41b5000 rw-p 00003000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 564ab491a000-564ab4ee8000 rw-p 00000000 00:00 0 [heap] |
| | 7fd98b6cc000-7fd98bef4000 rw-p 00000000 00:00 0 |
| | 7fd98bef4000-7fd98c32b000 r--s 00000000 00:33 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7fd98c32b000-7fd98c549000 r--s 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd98c549000-7fd98d8b3000 rw-p 00000000 00:00 0 |
| | 7fd98d8b3000-7fd98e8fa000 r--s 00000000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd98e8fa000-7fd98e930000 r--s 00000000 00:33 16016774 /tmp/ruby/build/trunk-repeat20/ruby |
| | 7fd98e930000-7fd98e9a0000 rw-p 00000000 00:00 0 |
| | 7fd98e9b0000-7fd98ea10000 rw-p 00000000 00:00 0 |
| | 7fd98ea1f000-7fd98eb20000 rw-p 00000000 00:00 0 |
| | 7fd98eb30000-7fd98ecc0000 rw-p 00000000 00:00 0 |
| | 7fd98ecd0000-7fd98ed50000 rw-p 00000000 00:00 0 |
| | 7fd98ed51000-7fd98ed53000 r--p 00000000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed53000-7fd98ed58000 r-xp 00002000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed58000-7fd98ed59000 r--p 00007000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed59000-7fd98ed5a000 ---p 00008000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed5a000-7fd98ed5b000 r--p 00008000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed5b000-7fd98ed5c000 rw-p 00009000 00:33 16256804 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so |
| | 7fd98ed5c000-7fd98ed62000 r--p 00000000 00:33 16151106 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7fd98ed62000-7fd98ed84000 r-xp 00006000 00:33 16151106 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7fd98ed84000-7fd98ed9d000 r--p 00028000 00:33 16151106 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7fd98ed9d000-7fd98ed9f000 r--p 00040000 00:33 16151106 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7fd98ed9f000-7fd98eda0000 rw-p 00042000 00:33 16151106 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so |
| | 7fd98eda0000-7fd98edc0000 rw-p 00000000 00:00 0 |
| | 7fd98edc5000-7fd98edc6000 r--p 00000000 00:33 16256811 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd98edc6000-7fd98edc8000 r-xp 00001000 00:33 16256811 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd98edc8000-7fd98edc9000 r--p 00003000 00:33 16256811 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd98edc9000-7fd98edca000 r--p 00003000 00:33 16256811 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd98edca000-7fd98edcb000 rw-p 00004000 00:33 16256811 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7fd98edcb000-7fd98edcc000 r--p 00000000 00:33 16129030 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd98edcc000-7fd98edcd000 r-xp 00001000 00:33 16129030 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd98edcd000-7fd98edce000 r--p 00002000 00:33 16129030 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd98edce000-7fd98edcf000 r--p 00002000 00:33 16129030 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd98edcf000-7fd98edd0000 rw-p 00003000 00:33 16129030 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7fd98edd0000-7fd98edd1000 ---p 00000000 00:00 0 |
| | 7fd98edd1000-7fd98ee12000 rw-p 00000000 00:00 0 |
| | 7fd98ee12000-7fd98ee13000 ---p 00000000 00:00 0 |
| | 7fd98ee13000-7fd98ee54000 rw-p 00000000 00:00 0 |
| | 7fd98ee54000-7fd98ee55000 ---p 00000000 00:00 0 |
| | 7fd98ee55000-7fd98ee96000 rw-p 00000000 00:00 0 |
| | 7fd98ee96000-7fd98ee97000 ---p 00000000 00:00 0 |
| | 7fd98ee97000-7fd98eed8000 rw-p 00000000 00:00 0 |
| | 7fd98eed8000-7fd98eed9000 ---p 00000000 00:00 0 |
| | 7fd98eed9000-7fd98ef1a000 rw-p 00000000 00:00 0 |
| | 7fd98ef1a000-7fd98ef1b000 ---p 00000000 00:00 0 |
| | 7fd98ef1b000-7fd98ef5c000 rw-p 00000000 00:00 0 |
| | 7fd98ef5c000-7fd98ef5d000 ---p 00000000 00:00 0 |
| | 7fd98ef5d000-7fd98ef9e000 rw-p 00000000 00:00 0 |
| | 7fd98ef9e000-7fd98ef9f000 ---p 00000000 00:00 0 |
| | 7fd98ef9f000-7fd98efe0000 rw-p 00000000 00:00 0 |
| | 7fd98efe0000-7fd98efe1000 ---p 00000000 00:00 0 |
| | 7fd98efe1000-7fd98f022000 rw-p 00000000 00:00 0 |
| | 7fd98f022000-7fd98f023000 ---p 00000000 00:00 0 |
| | 7fd98f023000-7fd98f064000 rw-p 00000000 00:00 0 |
| | 7fd98f064000-7fd98f065000 ---p 00000000 00:00 0 |
| | 7fd98f065000-7fd98f0a6000 rw-p 00000000 00:00 0 |
| | 7fd98f0a6000-7fd98f0a7000 ---p 00000000 00:00 0 |
| | 7fd98f0a7000-7fd98f0e8000 rw-p 00000000 00:00 0 |
| | 7fd98f0e8000-7fd98f0e9000 ---p 00000000 00:00 0 |
| | 7fd98f0e9000-7fd98f12a000 rw-p 00000000 00:00 0 |
| | 7fd98f12a000-7fd98f12b000 ---p 00000000 00:00 0 |
| | 7fd98f12b000-7fd98f16c000 rw-p 00000000 00:00 0 |
| | 7fd98f16c000-7fd98f16d000 ---p 00000000 00:00 0 |
| | 7fd98f16d000-7fd98f1ae000 rw-p 00000000 00:00 0 |
| | 7fd98f1ae000-7fd98f1af000 ---p 00000000 00:00 0 |
| | 7fd98f1af000-7fd98f1f0000 rw-p 00000000 00:00 0 |
| | 7fd98f1f0000-7fd98f1f1000 ---p 00000000 00:00 0 |
| | 7fd98f1f1000-7fd98f232000 rw-p 00000000 00:00 0 |
| | 7fd98f232000-7fd98f233000 ---p 00000000 00:00 0 |
| | 7fd98f233000-7fd98f274000 rw-p 00000000 00:00 0 |
| | 7fd98f274000-7fd98f275000 ---p 00000000 00:00 0 |
| | 7fd98f275000-7fd98f2b6000 rw-p 00000000 00:00 0 |
| | 7fd98f2b6000-7fd98f2b7000 ---p 00000000 00:00 0 |
| | 7fd98f2b7000-7fd98f2f8000 rw-p 00000000 00:00 0 |
| | 7fd98f2f8000-7fd98f2f9000 ---p 00000000 00:00 0 |
| | 7fd98f2f9000-7fd98f33a000 rw-p 00000000 00:00 0 |
| | 7fd98f33a000-7fd98f33b000 ---p 00000000 00:00 0 |
| | 7fd98f33b000-7fd98f37c000 rw-p 00000000 00:00 0 |
| | 7fd98f37c000-7fd98f37d000 ---p 00000000 00:00 0 |
| | 7fd98f37d000-7fd98f3be000 rw-p 00000000 00:00 0 |
| | 7fd98f3be000-7fd98f3bf000 ---p 00000000 00:00 0 |
| | 7fd98f3bf000-7fd98f400000 rw-p 00000000 00:00 0 |
| | 7fd98f400000-7fd98f401000 ---p 00000000 00:00 0 |
| | 7fd98f401000-7fd98f442000 rw-p 00000000 00:00 0 |
| | 7fd98f442000-7fd98f443000 ---p 00000000 00:00 0 |
| | 7fd98f443000-7fd98f484000 rw-p 00000000 00:00 0 |
| | 7fd98f484000-7fd98f485000 ---p 00000000 00:00 0 |
| | 7fd98f485000-7fd98f4c6000 rw-p 00000000 00:00 0 |
| | 7fd98f4c6000-7fd98f4c7000 ---p 00000000 00:00 0 |
| | 7fd98f4c7000-7fd98f508000 rw-p 00000000 00:00 0 |
| | 7fd98f508000-7fd98f509000 ---p 00000000 00:00 0 |
| | 7fd98f509000-7fd98f54a000 rw-p 00000000 00:00 0 |
| | 7fd98f54a000-7fd98f54b000 ---p 00000000 00:00 0 |
| | 7fd98f54b000-7fd98f58c000 rw-p 00000000 00:00 0 |
| | 7fd98f58c000-7fd98f58d000 ---p 00000000 00:00 0 |
| | 7fd98f58d000-7fd98f5ce000 rw-p 00000000 00:00 0 |
| | 7fd98f5ce000-7fd98f5cf000 ---p 00000000 00:00 0 |
| | 7fd98f5cf000-7fd98f640000 rw-p 00000000 00:00 0 |
| | 7fd98f641000-7fd98f642000 r--p 00000000 00:33 16128923 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7fd98f642000-7fd98f643000 r-xp 00001000 00:33 16128923 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7fd98f643000-7fd98f644000 r--p 00002000 00:33 16128923 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7fd98f644000-7fd98f645000 r--p 00002000 00:33 16128923 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7fd98f645000-7fd98f646000 rw-p 00003000 00:33 16128923 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so |
| | 7fd98f646000-7fd992710000 rw-p 00000000 00:00 0 |
| | 7fd992714000-7fd992817000 rw-p 00000000 00:00 0 |
| | 7fd992817000-7fd99281a000 r--p 00000000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd99281a000-7fd992831000 r-xp 00003000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd992831000-7fd992835000 r--p 0001a000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd992835000-7fd992836000 r--p 0001d000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd992836000-7fd992837000 rw-p 0001e000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7fd992837000-7fd99285f000 r--p 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd99285f000-7fd9929f4000 r-xp 00028000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd9929f4000-7fd992a4c000 r--p 001bd000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd992a4c000-7fd992a50000 r--p 00214000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd992a50000-7fd992a52000 rw-p 00218000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7fd992a52000-7fd992a61000 rw-p 00000000 00:00 0 |
| | 7fd992a61000-7fd992a6f000 r--p 00000000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd992a6f000-7fd992aeb000 r-xp 0000e000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd992aeb000-7fd992b46000 r--p 0008a000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd992b46000-7fd992b47000 r--p 000e4000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd992b47000-7fd992b48000 rw-p 000e5000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7fd992b48000-7fd992b4a000 r--p 00000000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b4a000-7fd992b5e000 r-xp 00002000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b5e000-7fd992b77000 r--p 00016000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b77000-7fd992b78000 ---p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b78000-7fd992b79000 r--p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b79000-7fd992b7a000 rw-p 00030000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7fd992b7a000-7fd992b82000 rw-p 00000000 00:00 0 |
| | 7fd992b82000-7fd992b8c000 r--p 00000000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd992b8c000-7fd992beb000 r-xp 0000a000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd992beb000-7fd992c02000 r--p 00069000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd992c02000-7fd992c03000 r--p 0007f000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd992c03000-7fd992c04000 rw-p 00080000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7fd992c04000-7fd992c06000 r--p 00000000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c06000-7fd992c17000 r-xp 00002000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c17000-7fd992c1d000 r--p 00013000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c1d000-7fd992c1e000 ---p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c1e000-7fd992c1f000 r--p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c1f000-7fd992c20000 rw-p 0001a000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7fd992c24000-7fd992c68000 r--p 00000000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd992c68000-7fd992fc2000 r-xp 00044000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd992fc2000-7fd993124000 r--p 0039e000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd993124000-7fd993138000 r--p 004ff000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd993138000-7fd99313b000 rw-p 00513000 00:33 16016764 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 |
| | 7fd99313b000-7fd993151000 rw-p 00000000 00:00 0 |
| | 7fd993151000-7fd993153000 r--p 00000000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd993153000-7fd99317d000 r-xp 00002000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd99317d000-7fd993188000 r--p 0002c000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd993189000-7fd99318b000 r--p 00037000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fd99318b000-7fd99318d000 rw-p 00039000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fff9f88a000-7fffa0089000 rw-p 00000000 00:00 0 [stack] |
| | 7fffa01cf000-7fffa01d3000 r--p 00000000 00:00 0 [vvar] |
| | 7fffa01d3000-7fffa01d5000 r-xp 00000000 00:00 0 [vdso] |
| | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] |
| | |
| | |
| make: *** [uncommon.mk:828: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0. |