| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat50" exit with 0. |
| Cloning into 'trunk-repeat50'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/rbs'... |
| 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. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-repeat50/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat50/enc/jis/props.h |
| 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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/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-repeat50/yjit/src/core.rs:2689:17 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| 2689 | 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-repeat50/yjit/src/core.rs:2694:27 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2694 | 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-repeat50/yjit/src/core.rs:2699:32 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2699 | 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-repeat50/yjit/src/core.rs:2716:26 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2716 | 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-repeat50/yjit/src/core.rs:2720:48 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2720 | 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-repeat50/yjit/src/core.rs:2727:34 |
| | |
| 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { |
| | ----------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2727 | 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-repeat50/yjit/src/core.rs:2753:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2753 | 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-repeat50/yjit/src/core.rs:2762:5 |
| | |
| 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { |
| | ---------------------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2762 | 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-repeat50/yjit/src/core.rs:2768:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| 2768 | 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-repeat50/yjit/src/core.rs:2776:5 |
| | |
| 2767 | unsafe fn dealloc_block(blockref: BlockRef) { |
| | ------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 2776 | 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-repeat50/yjit/src/core.rs:3001:9 |
| | |
| 2997 | unsafe fn ref_unchecked(&self) -> &Self::Contained { |
| | -------------------------------------------------- because it's nested under this `unsafe` fn |
| ... |
| 3001 | 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=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| 1) Failure: |
| TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat50/test/ripper/test_files_test_2.rb:6]: |
| pid 3005634 killed by SIGABRT (signal 6) (core dumped) |
| | (eval):1: [BUG] Segmentation fault at 0x0000000000000000 |
| | ruby 3.3.0dev (2023-03-30T16:16:44Z master 339295dd7c) [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-repeat50/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-repeat50/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:000c40 EVAL -:29 [FINISH] |
| | c:0001 p:0000 s:0003 E:000730 DUMMY [FINISH] |
| | |
| | -- Ruby level backtrace information ---------------------------------------- |
| | -:29:in `<main>' |
| | -:29:in `each' |
| | -:30:in `block in <main>' |
| | /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' |
| | -:32:in `block (2 levels) in <main>' |
| | /tmp/ruby/src/trunk-repeat50/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: 0x00007f84670c8748 RBP: 0x000055da6e7e77a8 RSP: 0x00007fff7b81cb50 |
| | RAX: 0x999999999999b188 RBX: 0x0000000000000058 RCX: 0xcccccccccccccccd |
| | RDX: 0x00000000000002fd RDI: 0x000055da6e3d00e0 RSI: 0x202c65757274202c |
| | R8: 0x0000000000008068 R9: 0x0000000000000020 R10: 0x00007fff7b9c2080 |
| | R11: 0x0000000000000008 R12: 0x000055da6e3d00e0 R13: 0x000055da6e7e0000 |
| | R14: 0x000000000000003d R15: 0x000055da6e790680 EFL: 0x0000000000010202 |
| | |
| | -- C level backtrace information ------------------------------------------- |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f84672a039f] /tmp/ruby/src/trunk-repeat50/vm_dump.c:785 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1101 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7f84670a74d4] /tmp/ruby/src/trunk-repeat50/error.c:813 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sigsegv+0x4d) [0x7f84671ece8d] /tmp/ruby/src/trunk-repeat50/signal.c:964 |
| | /lib/x86_64-linux-gnu/libc.so.6(0x7f8466c0c520) [0x7f8466c0c520] |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7f84670c8748] /tmp/ruby/src/trunk-repeat50/gc.c:1650 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat50/gc.c:6983 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rgengc_check_relation+0x5) [0x7f84670ce7ed] /tmp/ruby/src/trunk-repeat50/gc.c:7078 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat50/gc.c:7059 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(mark_ast_value+0x9) [0x7f8467132e5c] /tmp/ruby/src/trunk-repeat50/node.c:1379 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat50/node.c:1338 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat50/node.c:1348 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat50/node.c:1436 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects+0x3f) [0x7f84670d19d7] /tmp/ruby/src/trunk-repeat50/gc.c:7512 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects_incremental) /tmp/ruby/src/trunk-repeat50/gc.c:7544 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat50/gc.c:8714 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marking_exit+0x0) [0x7f84670d5688] /tmp/ruby/src/trunk-repeat50/gc.c:8754 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks_continue) /tmp/ruby/src/trunk-repeat50/gc.c:8757 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_continue) /tmp/ruby/src/trunk-repeat50/gc.c:2389 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(ractor_cache_allocate_slot+0x0) [0x7f84670d590d] /tmp/ruby/src/trunk-repeat50/gc.c:2782 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat50/gc.c:2786 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of0+0x66) [0x7f84670d60d1] /tmp/ruby/src/trunk-repeat50/gc.c:2893 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2913 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2935 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_alloc_embed+0x10) [0x7f84672083d0] /tmp/ruby/src/trunk-repeat50/string.c:907 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat50/string.c:943 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_enc_str_new) /tmp/ruby/src/trunk-repeat50/string.c:1000 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sym_inspect+0xb8) [0x7f8467222168] /tmp/ruby/src/trunk-repeat50/string.c:11559 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cfunc_with_frame+0x111) [0x7f8467290471] /tmp/ruby/src/trunk-repeat50/vm_eval.c:148 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cfunc) /tmp/ruby/src/trunk-repeat50/vm_eval.c:162 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_body) /tmp/ruby/src/trunk-repeat50/vm_eval.c:208 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f846729413f] /tmp/ruby/src/trunk-repeat50/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_inspect+0x19) [0x7f8467147bb9] /tmp/ruby/src/trunk-repeat50/object.c:659 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(inspect_ary+0x3e) [0x7f846700d571] /tmp/ruby/src/trunk-repeat50/array.c:3105 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat50/array.c:3097 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(exec_recursive+0x3e8) [0x7f8467238918] /tmp/ruby/src/trunk-repeat50/thread.c:5154 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8467275074] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f846728448d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f846728ac2b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f846729413f] /tmp/ruby/src/trunk-repeat50/vm_eval.c:85 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_dispatch4+0xad) [0x7f846310741d] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14220 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_yyparse+0x11eb6) [0x7f84631208a6] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:1671 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f84631215b2] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14372 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ensure+0x126) [0x7f84670b1016] /tmp/ruby/src/trunk-repeat50/eval.c:1005 |
| | /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f8463104315] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14410 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8467275074] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f846728448d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f846728ac2b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f846728ae29] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1701 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_under+0x48) [0x7f846729a2ca] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1946 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1970 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8467275074] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f846728448d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f846728ac2b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_yield+0x1da) [0x7f84672992da] /tmp/ruby/src/trunk-repeat50/vm.c:1384 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f846700d33c] /tmp/ruby/src/trunk-repeat50/array.c:2747 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:552 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:321 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2746 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8467275074] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x98) [0x7f8467285e09] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:815 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f846728ac2b] /tmp/ruby/src/trunk-repeat50/vm.c:2366 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f84670ac8d1] /tmp/ruby/src/trunk-repeat50/eval.c:287 |
| | /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(ruby_run_node+0x93) [0x7f84670b2d93] /tmp/ruby/src/trunk-repeat50/eval.c:328 |
| | /tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x55da6cde5187] /tmp/ruby/src/trunk-repeat50/main.c:39 |
| | /tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f8466bf3d90] ../sysdeps/nptl/libc_start_call_main.h:58 |
| | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f8466bf3e40] ../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 |
| | [0x55da6cde51d5] |
| | |
| | -- Other runtime information ----------------------------------------------- |
| | |
| | * Process memory map: |
| | |
| | 55da6cde4000-55da6cde5000 r--p 00000000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55da6cde5000-55da6cde6000 r-xp 00001000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55da6cde6000-55da6cde7000 r--p 00002000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55da6cde7000-55da6cde8000 r--p 00002000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55da6cde8000-55da6cde9000 rw-p 00003000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 55da6e3cd000-55da6e90f000 rw-p 00000000 00:00 0 [heap] |
| | 7f845fc36000-7f846045e000 rw-p 00000000 00:00 0 |
| | 7f846045e000-7f8460895000 r--s 00000000 00:71 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug |
| | 7f8460895000-7f8460ab3000 r--s 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8460ab3000-7f8461e6b000 rw-p 00000000 00:00 0 |
| | 7f8461e6b000-7f8462eba000 r--s 00000000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f8462eba000-7f8462ef0000 r--s 00000000 00:71 14435156 /tmp/ruby/build/trunk-repeat50/ruby |
| | 7f8462ef0000-7f8463060000 rw-p 00000000 00:00 0 |
| | 7f8463065000-7f8463067000 r--p 00000000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f8463067000-7f846306c000 r-xp 00002000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f846306c000-7f846306d000 r--p 00007000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f846306d000-7f846306e000 ---p 00008000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f846306e000-7f846306f000 r--p 00008000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f846306f000-7f8463070000 rw-p 00009000 00:71 16538477 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so |
| | 7f8463070000-7f84630f0000 rw-p 00000000 00:00 0 |
| | 7f84630f6000-7f84630f7000 r--p 00000000 00:71 16539455 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f84630f7000-7f84630f9000 r-xp 00001000 00:71 16539455 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f84630f9000-7f84630fa000 r--p 00003000 00:71 16539455 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f84630fa000-7f84630fb000 r--p 00003000 00:71 16539455 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f84630fb000-7f84630fc000 rw-p 00004000 00:71 16539455 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so |
| | 7f84630fc000-7f8463102000 r--p 00000000 00:71 16536943 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f8463102000-7f8463124000 r-xp 00006000 00:71 16536943 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f8463124000-7f846313d000 r--p 00028000 00:71 16536943 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f846313d000-7f846313f000 r--p 00040000 00:71 16536943 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f846313f000-7f8463140000 rw-p 00042000 00:71 16536943 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so |
| | 7f8463140000-7f8463160000 rw-p 00000000 00:00 0 |
| | 7f8463160000-7f8463161000 ---p 00000000 00:00 0 |
| | 7f8463161000-7f84631a2000 rw-p 00000000 00:00 0 |
| | 7f84631a2000-7f84631a3000 ---p 00000000 00:00 0 |
| | 7f84631a3000-7f84631e4000 rw-p 00000000 00:00 0 |
| | 7f84631e4000-7f84631e5000 ---p 00000000 00:00 0 |
| | 7f84631e5000-7f8463226000 rw-p 00000000 00:00 0 |
| | 7f8463226000-7f8463227000 ---p 00000000 00:00 0 |
| | 7f8463227000-7f8463268000 rw-p 00000000 00:00 0 |
| | 7f8463268000-7f8463269000 ---p 00000000 00:00 0 |
| | 7f8463269000-7f84632aa000 rw-p 00000000 00:00 0 |
| | 7f84632aa000-7f84632ab000 ---p 00000000 00:00 0 |
| | 7f84632ab000-7f84632ec000 rw-p 00000000 00:00 0 |
| | 7f84632ec000-7f84632ed000 ---p 00000000 00:00 0 |
| | 7f84632ed000-7f846332e000 rw-p 00000000 00:00 0 |
| | 7f846332e000-7f846332f000 ---p 00000000 00:00 0 |
| | 7f846332f000-7f8463370000 rw-p 00000000 00:00 0 |
| | 7f8463370000-7f8463371000 ---p 00000000 00:00 0 |
| | 7f8463371000-7f84633b2000 rw-p 00000000 00:00 0 |
| | 7f84633b2000-7f84633b3000 ---p 00000000 00:00 0 |
| | 7f84633b3000-7f84633f4000 rw-p 00000000 00:00 0 |
| | 7f84633f4000-7f84633f5000 ---p 00000000 00:00 0 |
| | 7f84633f5000-7f8463436000 rw-p 00000000 00:00 0 |
| | 7f8463436000-7f8463437000 ---p 00000000 00:00 0 |
| | 7f8463437000-7f8463478000 rw-p 00000000 00:00 0 |
| | 7f8463478000-7f8463479000 ---p 00000000 00:00 0 |
| | 7f8463479000-7f84634ba000 rw-p 00000000 00:00 0 |
| | 7f84634ba000-7f84634bb000 ---p 00000000 00:00 0 |
| | 7f84634bb000-7f84634fc000 rw-p 00000000 00:00 0 |
| | 7f84634fc000-7f84634fd000 ---p 00000000 00:00 0 |
| | 7f84634fd000-7f846353e000 rw-p 00000000 00:00 0 |
| | 7f846353e000-7f846353f000 ---p 00000000 00:00 0 |
| | 7f846353f000-7f8463580000 rw-p 00000000 00:00 0 |
| | 7f8463580000-7f8463581000 ---p 00000000 00:00 0 |
| | 7f8463581000-7f84635c2000 rw-p 00000000 00:00 0 |
| | 7f84635c2000-7f84635c3000 ---p 00000000 00:00 0 |
| | 7f84635c3000-7f8463604000 rw-p 00000000 00:00 0 |
| | 7f8463604000-7f8463605000 ---p 00000000 00:00 0 |
| | 7f8463605000-7f8463646000 rw-p 00000000 00:00 0 |
| | 7f8463646000-7f8463647000 ---p 00000000 00:00 0 |
| | 7f8463647000-7f8463688000 rw-p 00000000 00:00 0 |
| | 7f8463688000-7f8463689000 ---p 00000000 00:00 0 |
| | 7f8463689000-7f84636ca000 rw-p 00000000 00:00 0 |
| | 7f84636ca000-7f84636cb000 ---p 00000000 00:00 0 |
| | 7f84636cb000-7f846370c000 rw-p 00000000 00:00 0 |
| | 7f846370c000-7f846370d000 ---p 00000000 00:00 0 |
| | 7f846370d000-7f846374e000 rw-p 00000000 00:00 0 |
| | 7f846374e000-7f846374f000 ---p 00000000 00:00 0 |
| | 7f846374f000-7f8463790000 rw-p 00000000 00:00 0 |
| | 7f8463790000-7f8463791000 ---p 00000000 00:00 0 |
| | 7f8463791000-7f84637d2000 rw-p 00000000 00:00 0 |
| | 7f84637d2000-7f84637d3000 ---p 00000000 00:00 0 |
| | 7f84637d3000-7f8463814000 rw-p 00000000 00:00 0 |
| | 7f8463814000-7f8463815000 ---p 00000000 00:00 0 |
| | 7f8463815000-7f8463856000 rw-p 00000000 00:00 0 |
| | 7f8463856000-7f8463857000 ---p 00000000 00:00 0 |
| | 7f8463857000-7f8463898000 rw-p 00000000 00:00 0 |
| | 7f8463898000-7f8463899000 ---p 00000000 00:00 0 |
| | 7f8463899000-7f84638da000 rw-p 00000000 00:00 0 |
| | 7f84638da000-7f84638db000 ---p 00000000 00:00 0 |
| | 7f84638db000-7f846391c000 rw-p 00000000 00:00 0 |
| | 7f846391c000-7f846391d000 ---p 00000000 00:00 0 |
| | 7f846391d000-7f846395e000 rw-p 00000000 00:00 0 |
| | 7f846395e000-7f846395f000 ---p 00000000 00:00 0 |
| | 7f846395f000-7f84639d0000 rw-p 00000000 00:00 0 |
| | 7f84639d1000-7f84639d2000 r--p 00000000 00:71 16536780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f84639d2000-7f84639d3000 r-xp 00001000 00:71 16536780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f84639d3000-7f84639d4000 r--p 00002000 00:71 16536780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f84639d4000-7f84639d5000 r--p 00002000 00:71 16536780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f84639d5000-7f84639d6000 rw-p 00003000 00:71 16536780 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so |
| | 7f84639d6000-7f8466aa0000 rw-p 00000000 00:00 0 |
| | 7f8466aa2000-7f8466aa3000 r--p 00000000 00:71 16535827 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f8466aa3000-7f8466aa4000 r-xp 00001000 00:71 16535827 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f8466aa4000-7f8466aa5000 r--p 00002000 00:71 16535827 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f8466aa5000-7f8466aa6000 r--p 00002000 00:71 16535827 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f8466aa6000-7f8466aa7000 rw-p 00003000 00:71 16535827 /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so |
| | 7f8466aa7000-7f8466baa000 rw-p 00000000 00:00 0 |
| | 7f8466baa000-7f8466bad000 r--p 00000000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f8466bad000-7f8466bc4000 r-xp 00003000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f8466bc4000-7f8466bc8000 r--p 0001a000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f8466bc8000-7f8466bc9000 r--p 0001d000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f8466bc9000-7f8466bca000 rw-p 0001e000 00:71 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 |
| | 7f8466bca000-7f8466bf2000 r--p 00000000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8466bf2000-7f8466d87000 r-xp 00028000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8466d87000-7f8466ddf000 r--p 001bd000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8466ddf000-7f8466de3000 r--p 00214000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8466de3000-7f8466de5000 rw-p 00218000 00:71 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 |
| | 7f8466de5000-7f8466df4000 rw-p 00000000 00:00 0 |
| | 7f8466df4000-7f8466e02000 r--p 00000000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f8466e02000-7f8466e7e000 r-xp 0000e000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f8466e7e000-7f8466ed9000 r--p 0008a000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f8466ed9000-7f8466eda000 r--p 000e4000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f8466eda000-7f8466edb000 rw-p 000e5000 00:71 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 |
| | 7f8466edb000-7f8466edd000 r--p 00000000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466edd000-7f8466ef1000 r-xp 00002000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466ef1000-7f8466f0a000 r--p 00016000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466f0a000-7f8466f0b000 ---p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466f0b000-7f8466f0c000 r--p 0002f000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466f0c000-7f8466f0d000 rw-p 00030000 00:71 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 |
| | 7f8466f0d000-7f8466f15000 rw-p 00000000 00:00 0 |
| | 7f8466f15000-7f8466f1f000 r--p 00000000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f8466f1f000-7f8466f7e000 r-xp 0000a000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f8466f7e000-7f8466f95000 r--p 00069000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f8466f95000-7f8466f96000 r--p 0007f000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f8466f96000-7f8466f97000 rw-p 00080000 00:71 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 |
| | 7f8466f97000-7f8466f99000 r--p 00000000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466f99000-7f8466faa000 r-xp 00002000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466faa000-7f8466fb0000 r--p 00013000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466fb0000-7f8466fb1000 ---p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466fb1000-7f8466fb2000 r--p 00019000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466fb2000-7f8466fb3000 rw-p 0001a000 00:71 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 |
| | 7f8466fb7000-7f8466ffb000 r--p 00000000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f8466ffb000-7f846735a000 r-xp 00044000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f846735a000-7f84674bc000 r--p 003a3000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f84674bc000-7f84674d0000 r--p 00504000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f84674d0000-7f84674d3000 rw-p 00518000 00:71 14435153 /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0 |
| | 7f84674d3000-7f84674e9000 rw-p 00000000 00:00 0 |
| | 7f84674e9000-7f84674eb000 r--p 00000000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f84674eb000-7f8467515000 r-xp 00002000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f8467515000-7f8467520000 r--p 0002c000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f8467521000-7f8467523000 r--p 00037000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7f8467523000-7f8467525000 rw-p 00039000 00:71 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 |
| | 7fff7b024000-7fff7b823000 rw-p 00000000 00:00 0 [stack] |
| | 7fff7b9c2000-7fff7b9c6000 r--p 00000000 00:00 0 [vvar] |
| | 7fff7b9c6000-7fff7b9c8000 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=50" exit with 0. |