虚無庵

徒然なるままに

今日の ruby build 2024-02-17

今日のビルド

df63e5bef67ff74216834f61748aa6ea8b0de22e までを pull ってきてビルド。エラー/警告ともになし。

  Files:        910

  Classes:     1177 ( 273 undocumented)
  Modules:      209 (  63 undocumented)
  Constants:   2453 ( 609 undocumented)
  Attributes:  1232 ( 224 undocumented)
  Methods:    12081 (1942 undocumented)

  Total:      17152 (3111 undocumented)
   81.86% documented

  Elapsed: 32.8s

今日のテスト

make test-all を実行。

Finished tests in 1092.932214s, 22.5851 tests/s, 5704.4773 assertions/s.
24684 tests, 6234607 assertions, 0 failures, 0 errors, 115 skips

ruby -v: ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) [x86_64-linux]

今日のビルド(Universal Parser 有効化)

df63e5bef67ff74216834f61748aa6ea8b0de22e までを pull ってきてビルド。

In file included from node.h:15,
                 from node.c:15:
rubyparser.h:1297:36: warning: ‘struct RString’ declared inside parameter list will not be visible outside of this definition or declaration
 1297 |     VALUE (*setup_fake_str)(struct RString *fake_str, const char *name, long len, rb_encoding *enc);
      |                                    ^~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
parse.y:2221:1: warning: ‘rb_parser_str_hash’ defined but not used [-Wunused-function]
 2221 | rb_parser_str_hash(rb_parser_string_t *str)
      | ^~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
ruby_parser.c:679:21: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  679 |     .compile_warn = rb_compile_warn,
      |                     ^~~~~~~~~~~~~~~
ruby_parser.c:680:24: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  680 |     .compile_warning = rb_compile_warning,
      |                        ^~~~~~~~~~~~~~~~~~
ruby_parser.c:681:12: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  681 |     .bug = rb_bug,
      |            ^~~~~~
ruby_parser.c:682:14: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  682 |     .fatal = rb_fatal,
      |              ^~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
  Files:        910

  Classes:     1177 ( 273 undocumented)
  Modules:      209 (  63 undocumented)
  Constants:   2453 ( 609 undocumented)
  Attributes:  1232 ( 224 undocumented)
  Methods:    12081 (1942 undocumented)

  Total:      17152 (3111 undocumented)
   81.86% documented

  Elapsed: 35.3s

今日のテスト(Universal Parser 有効化)

make test-all を実行。

  1) Failure:
TestRubyLiteral#test_hash_duplicated_key [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_literal.rb:488]:
duplicated literal key.

1. [ 1/12] Assertion for ":foo"
   | expected: /key :foo is duplicated/
   | actual: "".

2. [ 2/12] Assertion for "\"a\""
   | expected: /key "a" is duplicated/
   | actual: "".

3. [ 3/12] Assertion for "1000"
   | expected: /key 1000 is duplicated/
   | actual: "".

4. [ 4/12] Assertion for "1.0"
   | expected: /key 1\.0 is duplicated/
   | actual: "".

5. [ 5/12] Assertion for "1_000_000_000_000_000_000_000"
   | expected: /key 1000000000000000000000 is duplicated/
   | actual: "".

6. [ 6/12] Assertion for "1.0r"
   | expected: /key \(1\/1\) is duplicated/
   | actual: "".

7. [ 7/12] Assertion for "1.0i"
   | expected: /key \(0\+1\.0i\) is duplicated/
   | actual: "".

8. [ 8/12] Assertion for "1.72723e-77"
   | expected: /key 1\.72723e\-77 is duplicated/
   | actual: "".

9. [10/12] Assertion for "__LINE__"
   | expected: /key 1 is duplicated/
   | actual: "".

10. [11/12] Assertion for "__FILE__"
   | expected: /key "\(eval\ at\ \/home\/jinroq\/dev\/sandbox\/my\-ruby\-build\/build\-up\-ruby\-repo\/test\/ruby\/test_literal\.rb:503\)" is duplicated/
   | actual: "".

11. [12/12] Assertion for "__ENCODING__"
   | expected: /key \#<Encoding:US\-ASCII> is duplicated/
   | actual: "".

  2) Failure:
TestSyntax#test_keyword_duplicated [/home/jinroq/dev/sandbox/my-ruby-build/build-up-ruby-repo/test/ruby/test_syntax.rb:334]:
expected: /duplicated/
actual: "".

Finished tests in 1121.142021s, 22.0168 tests/s, 5563.1435 assertions/s.
24684 tests, 6237074 assertions, 2 failures, 0 errors, 116 skips

ruby -v: ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) [x86_64-linux]
make: *** [uncommon.mk:945: yes-test-all] エラー 2

今日のビルド(YJIT 有効化)

df63e5bef67ff74216834f61748aa6ea8b0de22e までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(YJIT 有効化)

make test-all を実行。

Finished tests in 1106.170573s, 22.3148 tests/s, 5635.9039 assertions/s.
24684 tests, 6234271 assertions, 0 failures, 0 errors, 114 skips

ruby -v: ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) [x86_64-linux]

今日のビルド(RJIT 有効化)

df63e5bef67ff74216834f61748aa6ea8b0de22e までを pull ってきてビルド。エラー/警告ともになし。

今日のテスト(RJIT 有効化)

make test-all を実行。

  1) Failure:
TestRubyOptimization#test_block_parameter_should_not_create_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_optimization.rb:796]:
<0> expected but was
<19>.

  2) Failure:
TestGc#test_gc_parameter_init_slots [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:477]:
{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>24, :heap_eden_slots=>9811, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>27, :total_freed_pages=>3, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>17668, :total_freed_objects=>8385}.
Expected 9811 to be >= 10000.

  3) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:674]:
before_stats: {:count=>24, :time=>62, :marking_time=>38, :sweeping_time=>24, :heap_allocated_pages=>165, :heap_sorted_length=>310, :heap_allocatable_pages=>145, :heap_available_slots=>225932, :heap_live_slots=>208589, :heap_free_slots=>17343, :heap_final_slots=>0, :heap_marked_slots=>129951, :heap_eden_pages=>165, :heap_tomb_pages=>0, :total_allocated_pages=>173, :total_freed_pages=>8, :total_allocated_objects=>1391426, :total_freed_objects=>1182837, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>18505826, :minor_gc_count=>19, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1299, :old_objects=>129941, :old_objects_limit=>259882, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>19350882}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206306, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>127, :total_freed_pages=>1, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1350640, :total_freed_objects=>1147392}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>22678, :total_freed_objects=>19331}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8993, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18090, :total_freed_objects=>16040}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>610, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>25, :total_freed_objects=>20}}
after_stats: {:count=>37, :time=>77, :marking_time=>39, :sweeping_time=>37, :heap_allocated_pages=>166, :heap_sorted_length=>311, :heap_allocatable_pages=>145, :heap_available_slots=>227570, :heap_live_slots=>130118, :heap_free_slots=>97452, :heap_final_slots=>0, :heap_marked_slots=>130057, :heap_eden_pages=>166, :heap_tomb_pages=>0, :total_allocated_pages=>174, :total_freed_pages=>8, :total_allocated_objects=>2395775, :total_freed_objects=>2265657, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>32, :major_gc_count=>5, :compact_count=>0, :read_barrier_faults=>0, :total_moved_objects=>0, :remembered_wb_unprotected_objects=>0, :remembered_wb_unprotected_objects_limit=>1299, :old_objects=>130044, :old_objects_limit=>259882, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>19350882}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>127, :heap_eden_slots=>207944, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>128, :total_freed_pages=>1, :force_major_gc_count=>1, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2354699, :total_freed_objects=>2229948}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9819, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>13, :total_freed_pages=>1, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>1, :total_allocated_objects=>22749, :total_freed_objects=>19390}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8993, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>28, :total_freed_pages=>6, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>18303, :total_freed_objects=>16245}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>610, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>3, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>63, :total_freed_objects=>54}, 4=>{:slot_size=>640, :heap_allocatable_pages=>98, :heap_eden_pages=>2, :heap_eden_slots=>204, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>2, :total_freed_pages=>0, :force_major_gc_count=>0, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>25, :total_freed_objects=>20}}.
<165> expected but was
<166>.

  4) Failure:
TestYJIT#test_yjit_enable_stats_false [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:71]:
pid 3856035 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000055f3797356a5
| ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0034 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0012 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0012 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0028 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0028 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0028 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0028 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0028 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0028 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0028 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0028 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0028 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0028 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0028 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0028 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0028 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0028 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0028 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0028 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0028 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0028 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0028 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0028 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0028 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0028 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0028 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0028 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0028 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0028 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0028 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0028 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0028 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0036 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0052 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:002170 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000055f3797356a5 RBP: 0x000055f37698bc60 RSP: 0x00007ffe216df5c0
|  RAX: 0x00007f2b88b8a8c3 RBX: 0x00007f2b88a8ded8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f2b6db3d108
|   R8: 0x0000000000000014  R9: 0x00007f2b6e305ae8 R10: 0x00007f2b6db3d108
|  R11: 0x0000000000000004 R12: 0x000055f37698bc00 R13: 0x0000000000000000
|  R14: 0x000055f37698bc60 R15: 0x00007f2b88b8a870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55f3760c2bc1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x55f37627552c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1065
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4d) [0x55f37600b9cd] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f2b88842520) [0x7f2b88842520]
| [0x55f3797356a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 55f375e57000-55f375e9a000 r--p 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55f375e9a000-55f3762df000 r-xp 00043000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55f3762df000-55f376477000 r--p 00488000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55f376478000-55f37648f000 r--p 00620000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55f37648f000-55f376490000 rw-p 00637000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55f376490000-55f3764a5000 rw-p 00000000 00:00 0 
| 55f376988000-55f3775eb000 rw-p 00000000 00:00 0                          [heap]
| 55f377734000-55f379734000 r-xp 00000000 00:00 0 
| 55f379734000-55f37b734000 rw-p 00000000 00:00 0 
| 55f37b8e5000-55f37b938000 r-xp 00000000 00:00 0 
| 55f37b938000-55f37e8e5000 ---p 00000000 00:00 0 
| 7f2b69c00000-7f2b6a200000 rw-p 00000000 00:00 0 
| 7f2b6a800000-7f2b6aa1f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b6aa82000-7f2b6ac00000 rw-p 00000000 00:00 0 
| 7f2b6ac00000-7f2b6d9df000 r--s 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f2b6db30000-7f2b6dee0000 rw-p 00000000 00:00 0 
| 7f2b6def0000-7f2b6df40000 rw-p 00000000 00:00 0 
| 7f2b6df50000-7f2b6e060000 rw-p 00000000 00:00 0 
| 7f2b6e070000-7f2b6e170000 rw-p 00000000 00:00 0 
| 7f2b6e180000-7f2b6e320000 rw-p 00000000 00:00 0 
| 7f2b6e32f000-7f2b6e330000 ---p 00000000 00:00 0 
| 7f2b6e330000-7f2b6e371000 rw-p 00000000 00:00 0 
| 7f2b6e371000-7f2b6e372000 ---p 00000000 00:00 0 
| 7f2b6e372000-7f2b6e3b3000 rw-p 00000000 00:00 0 
| 7f2b6e3b3000-7f2b6e3b4000 ---p 00000000 00:00 0 
| 7f2b6e3b4000-7f2b6e3f5000 rw-p 00000000 00:00 0 
| 7f2b6e3f5000-7f2b6e3f6000 ---p 00000000 00:00 0 
| 7f2b6e3f6000-7f2b6e437000 rw-p 00000000 00:00 0 
| 7f2b6e437000-7f2b6e438000 ---p 00000000 00:00 0 
| 7f2b6e438000-7f2b6e479000 rw-p 00000000 00:00 0 
| 7f2b6e479000-7f2b6e47a000 ---p 00000000 00:00 0 
| 7f2b6e47a000-7f2b6e4bb000 rw-p 00000000 00:00 0 
| 7f2b6e4bb000-7f2b6e4bc000 ---p 00000000 00:00 0 
| 7f2b6e4bc000-7f2b6e4fd000 rw-p 00000000 00:00 0 
| 7f2b6e4fd000-7f2b6e4fe000 ---p 00000000 00:00 0 
| 7f2b6e4fe000-7f2b6e53f000 rw-p 00000000 00:00 0 
| 7f2b6e53f000-7f2b6e540000 ---p 00000000 00:00 0 
| 7f2b6e540000-7f2b6e581000 rw-p 00000000 00:00 0 
| 7f2b6e581000-7f2b6e582000 ---p 00000000 00:00 0 
| 7f2b6e582000-7f2b6e5c3000 rw-p 00000000 00:00 0 
| 7f2b6e5c3000-7f2b6e5c4000 ---p 00000000 00:00 0 
| 7f2b6e5c4000-7f2b6e605000 rw-p 00000000 00:00 0 
| 7f2b6e605000-7f2b6e606000 ---p 00000000 00:00 0 
| 7f2b6e606000-7f2b6e647000 rw-p 00000000 00:00 0 
| 7f2b6e647000-7f2b6e648000 ---p 00000000 00:00 0 
| 7f2b6e648000-7f2b6e689000 rw-p 00000000 00:00 0 
| 7f2b6e689000-7f2b6e68a000 ---p 00000000 00:00 0 
| 7f2b6e68a000-7f2b6e6cb000 rw-p 00000000 00:00 0 
| 7f2b6e6cb000-7f2b6e6cc000 ---p 00000000 00:00 0 
| 7f2b6e6cc000-7f2b6e70d000 rw-p 00000000 00:00 0 
| 7f2b6e70d000-7f2b6e70e000 ---p 00000000 00:00 0 
| 7f2b6e70e000-7f2b6e74f000 rw-p 00000000 00:00 0 
| 7f2b6e74f000-7f2b6e750000 ---p 00000000 00:00 0 
| 7f2b6e750000-7f2b6e791000 rw-p 00000000 00:00 0 
| 7f2b6e791000-7f2b6e792000 ---p 00000000 00:00 0 
| 7f2b6e792000-7f2b6e7d3000 rw-p 00000000 00:00 0 
| 7f2b6e7d3000-7f2b6e7d4000 ---p 00000000 00:00 0 
| 7f2b6e7d4000-7f2b6e815000 rw-p 00000000 00:00 0 
| 7f2b6e815000-7f2b6e816000 ---p 00000000 00:00 0 
| 7f2b6e816000-7f2b6e857000 rw-p 00000000 00:00 0 
| 7f2b6e857000-7f2b6e858000 ---p 00000000 00:00 0 
| 7f2b6e858000-7f2b6e899000 rw-p 00000000 00:00 0 
| 7f2b6e899000-7f2b6e89a000 ---p 00000000 00:00 0 
| 7f2b6e89a000-7f2b6e8db000 rw-p 00000000 00:00 0 
| 7f2b6e8db000-7f2b6e8dc000 ---p 00000000 00:00 0 
| 7f2b6e8dc000-7f2b6e91d000 rw-p 00000000 00:00 0 
| 7f2b6e91d000-7f2b6e91e000 ---p 00000000 00:00 0 
| 7f2b6e91e000-7f2b6e95f000 rw-p 00000000 00:00 0 
| 7f2b6e95f000-7f2b6e960000 ---p 00000000 00:00 0 
| 7f2b6e960000-7f2b6e9a1000 rw-p 00000000 00:00 0 
| 7f2b6e9a1000-7f2b6e9a2000 ---p 00000000 00:00 0 
| 7f2b6e9a2000-7f2b6e9e3000 rw-p 00000000 00:00 0 
| 7f2b6e9e3000-7f2b6e9e4000 ---p 00000000 00:00 0 
| 7f2b6e9e4000-7f2b6ea25000 rw-p 00000000 00:00 0 
| 7f2b6ea25000-7f2b6ea26000 ---p 00000000 00:00 0 
| 7f2b6ea26000-7f2b6ea67000 rw-p 00000000 00:00 0 
| 7f2b6ea67000-7f2b6ea68000 ---p 00000000 00:00 0 
| 7f2b6ea68000-7f2b6eaa9000 rw-p 00000000 00:00 0 
| 7f2b6eaa9000-7f2b6eaaa000 ---p 00000000 00:00 0 
| 7f2b6eaaa000-7f2b6eaeb000 rw-p 00000000 00:00 0 
| 7f2b6eaeb000-7f2b6eaec000 ---p 00000000 00:00 0 
| 7f2b6eaec000-7f2b6eb2d000 rw-p 00000000 00:00 0 
| 7f2b6eb2d000-7f2b6eb2e000 ---p 00000000 00:00 0 
| 7f2b6eb2e000-7f2b6eb6f000 rw-p 00000000 00:00 0 
| 7f2b6eb6f000-7f2b6eb70000 ---p 00000000 00:00 0 
| 7f2b6eb70000-7f2b6f390000 rw-p 00000000 00:00 0 
| 7f2b6f392000-7f2b6f394000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f394000-7f2b6f39b000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f39b000-7f2b6f39c000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f39c000-7f2b6f39d000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f39d000-7f2b6f39e000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f39e000-7f2b6f39f000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f2b6f39f000-7f2b88800000 rw-p 00000000 00:00 0 
| 7f2b88800000-7f2b88828000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b88828000-7f2b889bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b889bd000-7f2b88a15000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b88a15000-7f2b88a16000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b88a16000-7f2b88a1a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b88a1a000-7f2b88a1c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f2b88a1c000-7f2b88a29000 rw-p 00000000 00:00 0 
| 7f2b88a2f000-7f2b88a33000 r--p 00000000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f2b88a33000-7f2b88a3b000 r-xp 00004000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f2b88a3b000-7f2b88a3e000 r--p 0000c000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f2b88a3e000-7f2b88a3f000 r--p 0000e000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f2b88a3f000-7f2b88a40000 rw-p 0000f000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f2b88a40000-7f2b88a80000 rw-p 00000000 00:00 0 
| 7f2b88a81000-7f2b88a83000 r--p 00000000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a83000-7f2b88a88000 r-xp 00002000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a88000-7f2b88a89000 r--p 00007000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a89000-7f2b88a8a000 ---p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a8a000-7f2b88a8b000 r--p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a8b000-7f2b88a8c000 rw-p 00009000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f2b88a8c000-7f2b88b92000 rw-p 00000000 00:00 0 
| 7f2b88b92000-7f2b88b95000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f2b88b95000-7f2b88bac000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f2b88bac000-7f2b88bb0000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f2b88bb0000-7f2b88bb1000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f2b88bb1000-7f2b88bb2000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f2b88bb2000-7f2b88bc0000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f2b88bc0000-7f2b88c3c000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f2b88c3c000-7f2b88c97000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f2b88c97000-7f2b88c98000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f2b88c98000-7f2b88c99000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f2b88c99000-7f2b88c9b000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88c9b000-7f2b88caf000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88caf000-7f2b88cc8000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88cc8000-7f2b88cc9000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88cc9000-7f2b88cca000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88cca000-7f2b88ccb000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f2b88ccb000-7f2b88cd3000 rw-p 00000000 00:00 0 
| 7f2b88cd3000-7f2b88cdd000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f2b88cdd000-7f2b88d3c000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f2b88d3c000-7f2b88d53000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f2b88d53000-7f2b88d54000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f2b88d54000-7f2b88d55000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f2b88d55000-7f2b88d57000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d57000-7f2b88d68000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d68000-7f2b88d6e000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d6e000-7f2b88d6f000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d6f000-7f2b88d70000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d70000-7f2b88d71000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f2b88d77000-7f2b88d78000 r--p 00000000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f2b88d78000-7f2b88d7a000 r-xp 00001000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f2b88d7a000-7f2b88d7b000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f2b88d7b000-7f2b88d7c000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f2b88d7c000-7f2b88d7d000 rw-p 00004000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f2b88d7d000-7f2b88d7e000 r--p 00000000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f2b88d7e000-7f2b88d7f000 r-xp 00001000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f2b88d7f000-7f2b88d80000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f2b88d80000-7f2b88d81000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f2b88d81000-7f2b88d82000 rw-p 00003000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f2b88d82000-7f2b88d83000 r--p 00000000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f2b88d83000-7f2b88d84000 r-xp 00001000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f2b88d84000-7f2b88d85000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f2b88d85000-7f2b88d86000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f2b88d86000-7f2b88d87000 rw-p 00003000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f2b88d87000-7f2b88d89000 rw-p 00000000 00:00 0 
| 7f2b88d89000-7f2b88d8b000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f2b88d8b000-7f2b88db5000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f2b88db5000-7f2b88dc0000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f2b88dc1000-7f2b88dc3000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f2b88dc3000-7f2b88dc5000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe20eec000-7ffe216eb000 rw-p 00000000 00:00 0                          [stack]
| 7ffe217e2000-7ffe217e6000 r--p 00000000 00:00 0                          [vvar]
| 7ffe217e6000-7ffe217e8000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  5) Failure:
TestYJIT#test_kw_splat_nil [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1704]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  6) Failure:
TestYJIT#test_compile_opt_getconstant_path [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1719]:
Expected to compile instructions opt_getconstant_path but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 definemethod                           :get_foo, get_foo         (   3)[LiBc]
0003 putobject                              123                       (   7)[Li]
0005 putspecialobject                       3
0007 setconstant                            :FOO
0009 putself                                                          (   9)[Li]
0010 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0012 pop
0013 putself                                                          (  10)[Li]
0014 opt_send_without_block                 <calldata!mid:get_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0016 leave                                                            (  12)[Br]

== disasm: #<ISeq:get_foo@-e:3 (3,2)-(5,3)>
0000 opt_getconstant_path                   <ic:0 FOO>                (   4)[LiCa]
0002 leave                                                            (   5)[Re]


  7) Failure:
TestYJIT#test_empty_splat [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1704]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

  8) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 3856226 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000564b9c8eb6a5
| ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0034 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0012 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0012 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0028 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0028 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0028 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0028 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0028 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0028 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0028 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0028 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0028 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0028 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0028 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0028 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0028 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0028 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0028 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0028 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0028 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0028 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0028 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0028 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0028 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0028 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0028 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0028 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0028 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0028 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0028 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0028 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0028 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0036 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:0015b0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000564b9c8eb6a5 RBP: 0x0000564b99b06c60 RSP: 0x00007ffce17221a0
|  RAX: 0x00007f97c753d8c3 RBX: 0x00007f97c7440ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f97ac4fd738
|   R8: 0x0000000000000014  R9: 0x00007f97accc5b50 R10: 0x00007f97ac4fd738
|  R11: 0x0000000000000004 R12: 0x0000564b99b06c00 R13: 0x0000000000000000
|  R14: 0x0000564b99b06c60 R15: 0x00007f97c753d870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x564b98a78bc1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x564b98c2b52c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1065
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4d) [0x564b989c19cd] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f97c7242520) [0x7f97c7242520]
| [0x564b9c8eb6a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 564b9880d000-564b98850000 r--p 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 564b98850000-564b98c95000 r-xp 00043000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 564b98c95000-564b98e2d000 r--p 00488000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 564b98e2e000-564b98e45000 r--p 00620000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 564b98e45000-564b98e46000 rw-p 00637000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 564b98e46000-564b98e5b000 rw-p 00000000 00:00 0 
| 564b99b03000-564b9a8e2000 rw-p 00000000 00:00 0                          [heap]
| 564b9a8ea000-564b9c8ea000 r-xp 00000000 00:00 0 
| 564b9c8ea000-564b9e8ea000 rw-p 00000000 00:00 0 
| 564b9ea9b000-564b9eada000 r-xp 00000000 00:00 0 
| 564b9eada000-564ba1a9b000 ---p 00000000 00:00 0 
| 7f97a8600000-7f97a8c00000 rw-p 00000000 00:00 0 
| 7f97a9200000-7f97a941f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97a9600000-7f97ac3df000 r--s 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f97ac4f0000-7f97ac8b0000 rw-p 00000000 00:00 0 
| 7f97ac8c0000-7f97ac900000 rw-p 00000000 00:00 0 
| 7f97ac910000-7f97aca20000 rw-p 00000000 00:00 0 
| 7f97aca30000-7f97acb30000 rw-p 00000000 00:00 0 
| 7f97acb40000-7f97acce0000 rw-p 00000000 00:00 0 
| 7f97acce4000-7f97acce6000 r--p 00000000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97acce6000-7f97acceb000 r-xp 00002000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97acceb000-7f97accec000 r--p 00007000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97accec000-7f97acced000 ---p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97acced000-7f97accee000 r--p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97accee000-7f97accef000 rw-p 00009000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f97accef000-7f97accf0000 ---p 00000000 00:00 0 
| 7f97accf0000-7f97acd31000 rw-p 00000000 00:00 0 
| 7f97acd31000-7f97acd32000 ---p 00000000 00:00 0 
| 7f97acd32000-7f97acd73000 rw-p 00000000 00:00 0 
| 7f97acd73000-7f97acd74000 ---p 00000000 00:00 0 
| 7f97acd74000-7f97acdb5000 rw-p 00000000 00:00 0 
| 7f97acdb5000-7f97acdb6000 ---p 00000000 00:00 0 
| 7f97acdb6000-7f97acdf7000 rw-p 00000000 00:00 0 
| 7f97acdf7000-7f97acdf8000 ---p 00000000 00:00 0 
| 7f97acdf8000-7f97ace39000 rw-p 00000000 00:00 0 
| 7f97ace39000-7f97ace3a000 ---p 00000000 00:00 0 
| 7f97ace3a000-7f97ace7b000 rw-p 00000000 00:00 0 
| 7f97ace7b000-7f97ace7c000 ---p 00000000 00:00 0 
| 7f97ace7c000-7f97acebd000 rw-p 00000000 00:00 0 
| 7f97acebd000-7f97acebe000 ---p 00000000 00:00 0 
| 7f97acebe000-7f97aceff000 rw-p 00000000 00:00 0 
| 7f97aceff000-7f97acf00000 ---p 00000000 00:00 0 
| 7f97acf00000-7f97acf41000 rw-p 00000000 00:00 0 
| 7f97acf41000-7f97acf42000 ---p 00000000 00:00 0 
| 7f97acf42000-7f97acf83000 rw-p 00000000 00:00 0 
| 7f97acf83000-7f97acf84000 ---p 00000000 00:00 0 
| 7f97acf84000-7f97acfc5000 rw-p 00000000 00:00 0 
| 7f97acfc5000-7f97acfc6000 ---p 00000000 00:00 0 
| 7f97acfc6000-7f97ad007000 rw-p 00000000 00:00 0 
| 7f97ad007000-7f97ad008000 ---p 00000000 00:00 0 
| 7f97ad008000-7f97ad049000 rw-p 00000000 00:00 0 
| 7f97ad049000-7f97ad04a000 ---p 00000000 00:00 0 
| 7f97ad04a000-7f97ad08b000 rw-p 00000000 00:00 0 
| 7f97ad08b000-7f97ad08c000 ---p 00000000 00:00 0 
| 7f97ad08c000-7f97ad0cd000 rw-p 00000000 00:00 0 
| 7f97ad0cd000-7f97ad0ce000 ---p 00000000 00:00 0 
| 7f97ad0ce000-7f97ad10f000 rw-p 00000000 00:00 0 
| 7f97ad10f000-7f97ad110000 ---p 00000000 00:00 0 
| 7f97ad110000-7f97ad151000 rw-p 00000000 00:00 0 
| 7f97ad151000-7f97ad152000 ---p 00000000 00:00 0 
| 7f97ad152000-7f97ad193000 rw-p 00000000 00:00 0 
| 7f97ad193000-7f97ad194000 ---p 00000000 00:00 0 
| 7f97ad194000-7f97ad1d5000 rw-p 00000000 00:00 0 
| 7f97ad1d5000-7f97ad1d6000 ---p 00000000 00:00 0 
| 7f97ad1d6000-7f97ad217000 rw-p 00000000 00:00 0 
| 7f97ad217000-7f97ad218000 ---p 00000000 00:00 0 
| 7f97ad218000-7f97ad259000 rw-p 00000000 00:00 0 
| 7f97ad259000-7f97ad25a000 ---p 00000000 00:00 0 
| 7f97ad25a000-7f97ad29b000 rw-p 00000000 00:00 0 
| 7f97ad29b000-7f97ad29c000 ---p 00000000 00:00 0 
| 7f97ad29c000-7f97ad2dd000 rw-p 00000000 00:00 0 
| 7f97ad2dd000-7f97ad2de000 ---p 00000000 00:00 0 
| 7f97ad2de000-7f97ad31f000 rw-p 00000000 00:00 0 
| 7f97ad31f000-7f97ad320000 ---p 00000000 00:00 0 
| 7f97ad320000-7f97ad361000 rw-p 00000000 00:00 0 
| 7f97ad361000-7f97ad362000 ---p 00000000 00:00 0 
| 7f97ad362000-7f97ad3a3000 rw-p 00000000 00:00 0 
| 7f97ad3a3000-7f97ad3a4000 ---p 00000000 00:00 0 
| 7f97ad3a4000-7f97ad3e5000 rw-p 00000000 00:00 0 
| 7f97ad3e5000-7f97ad3e6000 ---p 00000000 00:00 0 
| 7f97ad3e6000-7f97ad427000 rw-p 00000000 00:00 0 
| 7f97ad427000-7f97ad428000 ---p 00000000 00:00 0 
| 7f97ad428000-7f97ad469000 rw-p 00000000 00:00 0 
| 7f97ad469000-7f97ad46a000 ---p 00000000 00:00 0 
| 7f97ad46a000-7f97ad4ab000 rw-p 00000000 00:00 0 
| 7f97ad4ab000-7f97ad4ac000 ---p 00000000 00:00 0 
| 7f97ad4ac000-7f97ad4ed000 rw-p 00000000 00:00 0 
| 7f97ad4ed000-7f97ad4ee000 ---p 00000000 00:00 0 
| 7f97ad4ee000-7f97ad52f000 rw-p 00000000 00:00 0 
| 7f97ad52f000-7f97ad530000 ---p 00000000 00:00 0 
| 7f97ad530000-7f97add80000 rw-p 00000000 00:00 0 
| 7f97add82000-7f97add84000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add84000-7f97add8b000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add8b000-7f97add8c000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add8c000-7f97add8d000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add8d000-7f97add8e000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add8e000-7f97add8f000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f97add8f000-7f97c7200000 rw-p 00000000 00:00 0 
| 7f97c7200000-7f97c7228000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c7228000-7f97c73bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c73bd000-7f97c7415000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c7415000-7f97c7416000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c7416000-7f97c741a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c741a000-7f97c741c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f97c741c000-7f97c7429000 rw-p 00000000 00:00 0 
| 7f97c742e000-7f97c7432000 r--p 00000000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f97c7432000-7f97c743a000 r-xp 00004000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f97c743a000-7f97c743d000 r--p 0000c000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f97c743d000-7f97c743e000 r--p 0000e000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f97c743e000-7f97c743f000 rw-p 0000f000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f97c743f000-7f97c7545000 rw-p 00000000 00:00 0 
| 7f97c7545000-7f97c7548000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f97c7548000-7f97c755f000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f97c755f000-7f97c7563000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f97c7563000-7f97c7564000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f97c7564000-7f97c7565000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f97c7565000-7f97c7573000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f97c7573000-7f97c75ef000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f97c75ef000-7f97c764a000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f97c764a000-7f97c764b000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f97c764b000-7f97c764c000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f97c764c000-7f97c764e000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c764e000-7f97c7662000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c7662000-7f97c767b000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c767b000-7f97c767c000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c767c000-7f97c767d000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c767d000-7f97c767e000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f97c767e000-7f97c7686000 rw-p 00000000 00:00 0 
| 7f97c7686000-7f97c7690000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f97c7690000-7f97c76ef000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f97c76ef000-7f97c7706000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f97c7706000-7f97c7707000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f97c7707000-7f97c7708000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f97c7708000-7f97c770a000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c770a000-7f97c771b000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c771b000-7f97c7721000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c7721000-7f97c7722000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c7722000-7f97c7723000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c7723000-7f97c7724000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f97c772a000-7f97c772b000 r--p 00000000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f97c772b000-7f97c772d000 r-xp 00001000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f97c772d000-7f97c772e000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f97c772e000-7f97c772f000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f97c772f000-7f97c7730000 rw-p 00004000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f97c7730000-7f97c7731000 r--p 00000000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f97c7731000-7f97c7732000 r-xp 00001000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f97c7732000-7f97c7733000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f97c7733000-7f97c7734000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f97c7734000-7f97c7735000 rw-p 00003000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f97c7735000-7f97c7736000 r--p 00000000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f97c7736000-7f97c7737000 r-xp 00001000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f97c7737000-7f97c7738000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f97c7738000-7f97c7739000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f97c7739000-7f97c773a000 rw-p 00003000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f97c773a000-7f97c773c000 rw-p 00000000 00:00 0 
| 7f97c773c000-7f97c773e000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f97c773e000-7f97c7768000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f97c7768000-7f97c7773000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f97c7774000-7f97c7776000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f97c7776000-7f97c7778000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffce0f2f000-7ffce172e000 rw-p 00000000 00:00 0                          [stack]
| 7ffce1787000-7ffce178b000 r--p 00000000 00:00 0                          [vvar]
| 7ffce178b000-7ffce178d000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  9) Failure:
TestYJIT#test_send_polymorphic_method_name [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1704]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 10) Failure:
TestYJIT#test_yjit_enable_stats_true [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:85]:
pid 3856320 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000559f55e206a5
| ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0034 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0012 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0012 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0028 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0028 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0028 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0028 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0028 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0028 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0028 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0028 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0028 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0028 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0028 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0028 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0028 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0028 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0028 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0028 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0028 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0028 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0028 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0028 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0028 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0028 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0028 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0028 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0028 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0028 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0028 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0028 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0028 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0036 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 E:0026d0 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000dc0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:9:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x0000559f55e206a5 RBP: 0x0000559f53336c60 RSP: 0x00007ffc6cdb50a0
|  RAX: 0x00007fd0693fd8c3 RBX: 0x00007fd069300ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007fd04e2cd6b8
|   R8: 0x0000000000000014  R9: 0x00007fd04edb5b20 R10: 0x00007fd04e2cd6b8
|  R11: 0x0000000000000004 R12: 0x0000559f53336c00 R13: 0x0000000000000000
|  R14: 0x0000559f53336c60 R15: 0x00007fd0693fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x559f51badbc1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x559f51d6052c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1065
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4d) [0x559f51af69cd] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7fd069442520) [0x7fd069442520]
| [0x559f55e206a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 559f51942000-559f51985000 r--p 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 559f51985000-559f51dca000 r-xp 00043000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 559f51dca000-559f51f62000 r--p 00488000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 559f51f63000-559f51f7a000 r--p 00620000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 559f51f7a000-559f51f7b000 rw-p 00637000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 559f51f7b000-559f51f90000 rw-p 00000000 00:00 0 
| 559f53333000-559f53d60000 rw-p 00000000 00:00 0                          [heap]
| 559f53e1f000-559f55e1f000 r-xp 00000000 00:00 0 
| 559f55e1f000-559f57e1f000 rw-p 00000000 00:00 0 
| 559f57fd0000-559f58023000 r-xp 00000000 00:00 0 
| 559f58023000-559f5afd0000 ---p 00000000 00:00 0 
| 7fd04a40b000-7fd04aa00000 rw-p 00000000 00:00 0 
| 7fd04b000000-7fd04b21f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd04b282000-7fd04b400000 rw-p 00000000 00:00 0 
| 7fd04b400000-7fd04e1df000 r--s 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7fd04e2c0000-7fd04e680000 rw-p 00000000 00:00 0 
| 7fd04e690000-7fd04e6d0000 rw-p 00000000 00:00 0 
| 7fd04e6e0000-7fd04e7f0000 rw-p 00000000 00:00 0 
| 7fd04e800000-7fd04ec00000 rw-p 00000000 00:00 0 
| 7fd04ec10000-7fd04ed20000 rw-p 00000000 00:00 0 
| 7fd04ed2f000-7fd04ed33000 r--p 00000000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fd04ed33000-7fd04ed3b000 r-xp 00004000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fd04ed3b000-7fd04ed3e000 r--p 0000c000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fd04ed3e000-7fd04ed3f000 r--p 0000e000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fd04ed3f000-7fd04ed40000 rw-p 0000f000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fd04ed40000-7fd04edd0000 rw-p 00000000 00:00 0 
| 7fd04eddf000-7fd04ede0000 ---p 00000000 00:00 0 
| 7fd04ede0000-7fd04ee21000 rw-p 00000000 00:00 0 
| 7fd04ee21000-7fd04ee22000 ---p 00000000 00:00 0 
| 7fd04ee22000-7fd04ee63000 rw-p 00000000 00:00 0 
| 7fd04ee63000-7fd04ee64000 ---p 00000000 00:00 0 
| 7fd04ee64000-7fd04eea5000 rw-p 00000000 00:00 0 
| 7fd04eea5000-7fd04eea6000 ---p 00000000 00:00 0 
| 7fd04eea6000-7fd04eee7000 rw-p 00000000 00:00 0 
| 7fd04eee7000-7fd04eee8000 ---p 00000000 00:00 0 
| 7fd04eee8000-7fd04ef29000 rw-p 00000000 00:00 0 
| 7fd04ef29000-7fd04ef2a000 ---p 00000000 00:00 0 
| 7fd04ef2a000-7fd04ef6b000 rw-p 00000000 00:00 0 
| 7fd04ef6b000-7fd04ef6c000 ---p 00000000 00:00 0 
| 7fd04ef6c000-7fd04efad000 rw-p 00000000 00:00 0 
| 7fd04efad000-7fd04efae000 ---p 00000000 00:00 0 
| 7fd04efae000-7fd04efef000 rw-p 00000000 00:00 0 
| 7fd04efef000-7fd04eff0000 ---p 00000000 00:00 0 
| 7fd04eff0000-7fd04f031000 rw-p 00000000 00:00 0 
| 7fd04f031000-7fd04f032000 ---p 00000000 00:00 0 
| 7fd04f032000-7fd04f073000 rw-p 00000000 00:00 0 
| 7fd04f073000-7fd04f074000 ---p 00000000 00:00 0 
| 7fd04f074000-7fd04f0b5000 rw-p 00000000 00:00 0 
| 7fd04f0b5000-7fd04f0b6000 ---p 00000000 00:00 0 
| 7fd04f0b6000-7fd04f0f7000 rw-p 00000000 00:00 0 
| 7fd04f0f7000-7fd04f0f8000 ---p 00000000 00:00 0 
| 7fd04f0f8000-7fd04f139000 rw-p 00000000 00:00 0 
| 7fd04f139000-7fd04f13a000 ---p 00000000 00:00 0 
| 7fd04f13a000-7fd04f17b000 rw-p 00000000 00:00 0 
| 7fd04f17b000-7fd04f17c000 ---p 00000000 00:00 0 
| 7fd04f17c000-7fd04f1bd000 rw-p 00000000 00:00 0 
| 7fd04f1bd000-7fd04f1be000 ---p 00000000 00:00 0 
| 7fd04f1be000-7fd04f1ff000 rw-p 00000000 00:00 0 
| 7fd04f1ff000-7fd04f200000 ---p 00000000 00:00 0 
| 7fd04f200000-7fd04f241000 rw-p 00000000 00:00 0 
| 7fd04f241000-7fd04f242000 ---p 00000000 00:00 0 
| 7fd04f242000-7fd04f283000 rw-p 00000000 00:00 0 
| 7fd04f283000-7fd04f284000 ---p 00000000 00:00 0 
| 7fd04f284000-7fd04f2c5000 rw-p 00000000 00:00 0 
| 7fd04f2c5000-7fd04f2c6000 ---p 00000000 00:00 0 
| 7fd04f2c6000-7fd04f307000 rw-p 00000000 00:00 0 
| 7fd04f307000-7fd04f308000 ---p 00000000 00:00 0 
| 7fd04f308000-7fd04f349000 rw-p 00000000 00:00 0 
| 7fd04f349000-7fd04f34a000 ---p 00000000 00:00 0 
| 7fd04f34a000-7fd04f38b000 rw-p 00000000 00:00 0 
| 7fd04f38b000-7fd04f38c000 ---p 00000000 00:00 0 
| 7fd04f38c000-7fd04f3cd000 rw-p 00000000 00:00 0 
| 7fd04f3cd000-7fd04f3ce000 ---p 00000000 00:00 0 
| 7fd04f3ce000-7fd04f40f000 rw-p 00000000 00:00 0 
| 7fd04f40f000-7fd04f410000 ---p 00000000 00:00 0 
| 7fd04f410000-7fd04f451000 rw-p 00000000 00:00 0 
| 7fd04f451000-7fd04f452000 ---p 00000000 00:00 0 
| 7fd04f452000-7fd04f493000 rw-p 00000000 00:00 0 
| 7fd04f493000-7fd04f494000 ---p 00000000 00:00 0 
| 7fd04f494000-7fd04f4d5000 rw-p 00000000 00:00 0 
| 7fd04f4d5000-7fd04f4d6000 ---p 00000000 00:00 0 
| 7fd04f4d6000-7fd04f517000 rw-p 00000000 00:00 0 
| 7fd04f517000-7fd04f518000 ---p 00000000 00:00 0 
| 7fd04f518000-7fd04f559000 rw-p 00000000 00:00 0 
| 7fd04f559000-7fd04f55a000 ---p 00000000 00:00 0 
| 7fd04f55a000-7fd04f59b000 rw-p 00000000 00:00 0 
| 7fd04f59b000-7fd04f59c000 ---p 00000000 00:00 0 
| 7fd04f59c000-7fd04f5dd000 rw-p 00000000 00:00 0 
| 7fd04f5dd000-7fd04f5de000 ---p 00000000 00:00 0 
| 7fd04f5de000-7fd04f61f000 rw-p 00000000 00:00 0 
| 7fd04f61f000-7fd04f620000 ---p 00000000 00:00 0 
| 7fd04f620000-7fd04fe70000 rw-p 00000000 00:00 0 
| 7fd04fe74000-7fd04fe76000 r--p 00000000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe76000-7fd04fe7b000 r-xp 00002000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe7b000-7fd04fe7c000 r--p 00007000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe7c000-7fd04fe7d000 ---p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe7d000-7fd04fe7e000 r--p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe7e000-7fd04fe7f000 rw-p 00009000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fd04fe7f000-7fd0692f0000 rw-p 00000000 00:00 0 
| 7fd0692f2000-7fd0692f4000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692f4000-7fd0692fb000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692fb000-7fd0692fc000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692fc000-7fd0692fd000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692fd000-7fd0692fe000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692fe000-7fd0692ff000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fd0692ff000-7fd069400000 rw-p 00000000 00:00 0 
| 7fd069400000-7fd069428000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd069428000-7fd0695bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd0695bd000-7fd069615000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd069615000-7fd069616000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd069616000-7fd06961a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd06961a000-7fd06961c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fd06961c000-7fd069629000 rw-p 00000000 00:00 0 
| 7fd06962d000-7fd069632000 rw-p 00000000 00:00 0 
| 7fd069632000-7fd069635000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fd069635000-7fd06964c000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fd06964c000-7fd069650000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fd069650000-7fd069651000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fd069651000-7fd069652000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fd069652000-7fd069660000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fd069660000-7fd0696dc000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fd0696dc000-7fd069737000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fd069737000-7fd069738000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fd069738000-7fd069739000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fd069739000-7fd06973b000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd06973b000-7fd06974f000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd06974f000-7fd069768000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd069768000-7fd069769000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd069769000-7fd06976a000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd06976a000-7fd06976b000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fd06976b000-7fd069773000 rw-p 00000000 00:00 0 
| 7fd069773000-7fd06977d000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fd06977d000-7fd0697dc000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fd0697dc000-7fd0697f3000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fd0697f3000-7fd0697f4000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fd0697f4000-7fd0697f5000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fd0697f5000-7fd0697f7000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd0697f7000-7fd069808000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd069808000-7fd06980e000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd06980e000-7fd06980f000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd06980f000-7fd069810000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd069810000-7fd069811000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fd069817000-7fd069818000 r--p 00000000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fd069818000-7fd06981a000 r-xp 00001000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fd06981a000-7fd06981b000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fd06981b000-7fd06981c000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fd06981c000-7fd06981d000 rw-p 00004000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fd06981d000-7fd06981e000 r--p 00000000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fd06981e000-7fd06981f000 r-xp 00001000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fd06981f000-7fd069820000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fd069820000-7fd069821000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fd069821000-7fd069822000 rw-p 00003000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fd069822000-7fd069823000 r--p 00000000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fd069823000-7fd069824000 r-xp 00001000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fd069824000-7fd069825000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fd069825000-7fd069826000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fd069826000-7fd069827000 rw-p 00003000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fd069827000-7fd069829000 rw-p 00000000 00:00 0 
| 7fd069829000-7fd06982b000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fd06982b000-7fd069855000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fd069855000-7fd069860000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fd069861000-7fd069863000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fd069863000-7fd069865000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc6c5c3000-7ffc6cdc2000 rw-p 00000000 00:00 0                          [stack]
| 7ffc6cdf2000-7ffc6cdf6000 r--p 00000000 00:00 0                          [vvar]
| 7ffc6cdf6000-7ffc6cdf8000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 11) Failure:
TestYJIT#test_kwrest [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1704]:
Expected no use of fallback implementation.
<0> expected but was
<19>.

 12) Failure:
TestYJIT#test_build_large_struct [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1719]:
Expected to compile instructions opt_send_without_block but didn't.
iseq:
== disasm: #<ISeq:block in <main>@-e:2 (2,15)-(12,1)>
0000 putobject                              Object                    (   3)[LiBc]
0002 opt_getconstant_path                   <ic:0 Struct>
0004 putobject                              :a
0006 putobject                              :b
0008 putobject                              :c
0010 putobject                              :d
0012 putobject                              :e
0014 putobject                              :f
0016 putobject                              :g
0018 putobject                              :h
0020 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0022 swap
0023 setconstant                            :Foo
0025 definemethod                           :build_foo, build_foo     (   5)[Li]
0028 putself                                                          (   9)[Li]
0029 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0031 pop
0032 putself                                                          (  10)[Li]
0033 opt_send_without_block                 <calldata!mid:build_foo, argc:0, FCALL|VCALL|ARGS_SIMPLE>
0035 leave                                                            (  12)[Br]

== disasm: #<ISeq:build_foo@-e:5 (5,0)-(7,3)>
0000 opt_getconstant_path                   <ic:0 ::Foo>              (   6)[LiCa]
0002 putobject                              :a
0004 putobject                              :b
0006 putobject                              :c
0008 putobject                              :d
0010 putobject                              :e
0012 putobject                              :f
0014 putobject                              :g
0016 putobject                              :h
0018 opt_send_without_block                 <calldata!mid:new, argc:8, ARGS_SIMPLE>
0020 leave                                                            (   7)[Re]


 13) Failure:
TestYJIT#test_yjit_enable_with_monkey_patch [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:124]:
pid 3856473 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000055e51aa2e6a5
| ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0034 s:0985 e:000984 METHOD <internal:array>:51 [FINISH]
| c:0107 p:---- s:0979 e:000978 CFUNC  :each_with_index
| c:0106 p:0006 s:0975 e:000974 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048
| c:0105 p:0011 s:0970 e:000969 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58
| c:0104 p:0043 s:0965 e:000963 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22
| c:0103 p:0021 s:0957 e:000956 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921
| c:0102 p:0012 s:0953 e:000952 METHOD <internal:kernel>:135
| c:0101 p:0034 s:0949 e:000945 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919
| c:0100 p:0152 s:0940 e:000939 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739
| c:0099 p:1317 s:0921 e:000920 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97
| c:0098 p:0250 s:0910 e:000909 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321
| c:0097 p:0017 s:0895 e:000894 BLOCK  /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150
| c:0096 p:0012 s:0891 e:000890 METHOD <internal:kernel>:135
| c:0095 p:0136 s:0887 e:000885 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149 [FINISH]
| c:0094 p:0028 s:0874 e:000872 METHOD <internal:array>:52
| c:0093 p:0023 s:0867 e:000866 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0092 p:0040 s:0857 e:000856 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0091 p:0028 s:0845 e:000843 METHOD <internal:array>:52
| c:0090 p:0023 s:0838 e:000837 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0089 p:0040 s:0828 e:000827 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0088 p:0028 s:0816 e:000814 METHOD <internal:array>:52
| c:0087 p:0023 s:0809 e:000808 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0086 p:0040 s:0799 e:000798 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0085 p:0028 s:0787 e:000785 METHOD <internal:array>:52
| c:0084 p:0023 s:0780 e:000779 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0083 p:0040 s:0770 e:000769 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0082 p:0028 s:0758 e:000756 METHOD <internal:array>:52
| c:0081 p:0023 s:0751 e:000750 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0080 p:0040 s:0741 e:000740 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0079 p:0028 s:0729 e:000727 METHOD <internal:array>:52
| c:0078 p:0023 s:0722 e:000721 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0077 p:0040 s:0712 e:000711 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0076 p:0028 s:0700 e:000698 METHOD <internal:array>:52
| c:0075 p:0023 s:0693 e:000692 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0074 p:0040 s:0683 e:000682 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0073 p:0028 s:0671 e:000669 METHOD <internal:array>:52
| c:0072 p:0023 s:0664 e:000663 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0071 p:0040 s:0654 e:000653 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0070 p:0028 s:0642 e:000640 METHOD <internal:array>:52
| c:0069 p:0023 s:0635 e:000634 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0068 p:0040 s:0625 e:000624 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0067 p:0028 s:0613 e:000611 METHOD <internal:array>:52
| c:0066 p:0023 s:0606 e:000605 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0065 p:0040 s:0596 e:000595 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0064 p:0028 s:0584 e:000582 METHOD <internal:array>:52
| c:0063 p:0023 s:0577 e:000576 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0062 p:0040 s:0567 e:000566 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0061 p:0028 s:0555 e:000553 METHOD <internal:array>:52
| c:0060 p:0023 s:0548 e:000547 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0059 p:0040 s:0538 e:000537 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0058 p:0028 s:0526 e:000524 METHOD <internal:array>:52
| c:0057 p:0023 s:0519 e:000518 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0056 p:0040 s:0509 e:000508 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0055 p:0028 s:0497 e:000495 METHOD <internal:array>:52
| c:0054 p:0023 s:0490 e:000489 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0053 p:0040 s:0480 e:000479 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0052 p:0028 s:0468 e:000466 METHOD <internal:array>:52
| c:0051 p:0023 s:0461 e:000460 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0050 p:0040 s:0451 e:000450 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0049 p:0028 s:0439 e:000437 METHOD <internal:array>:52
| c:0048 p:0023 s:0432 e:000431 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0047 p:0040 s:0422 e:000421 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0046 p:0028 s:0410 e:000408 METHOD <internal:array>:52
| c:0045 p:0023 s:0403 e:000402 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0044 p:0040 s:0393 e:000392 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0043 p:0028 s:0381 e:000379 METHOD <internal:array>:52
| c:0042 p:0023 s:0374 e:000373 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0041 p:0040 s:0364 e:000363 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0040 p:0028 s:0352 e:000350 METHOD <internal:array>:52
| c:0039 p:0023 s:0345 e:000344 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0038 p:0040 s:0335 e:000334 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0037 p:0028 s:0323 e:000321 METHOD <internal:array>:52
| c:0036 p:0023 s:0316 e:000315 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0035 p:0040 s:0306 e:000305 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0034 p:0028 s:0294 e:000292 METHOD <internal:array>:52
| c:0033 p:0023 s:0287 e:000286 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0032 p:0040 s:0277 e:000276 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0031 p:0028 s:0265 e:000263 METHOD <internal:array>:52
| c:0030 p:0023 s:0258 e:000257 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0029 p:0040 s:0248 e:000247 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0028 p:0028 s:0236 e:000234 METHOD <internal:array>:52
| c:0027 p:0023 s:0229 e:000228 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0026 p:0040 s:0219 e:000218 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0025 p:0028 s:0207 e:000205 METHOD <internal:array>:52
| c:0024 p:0023 s:0200 e:000199 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0023 p:0040 s:0190 e:000189 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0022 p:0028 s:0178 e:000176 METHOD <internal:array>:52
| c:0021 p:0023 s:0171 e:000170 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0020 p:0040 s:0161 e:000160 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0019 p:0028 s:0149 e:000147 METHOD <internal:array>:52
| c:0018 p:0023 s:0142 e:000141 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0017 p:0040 s:0132 e:000131 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0016 p:0028 s:0120 e:000118 METHOD <internal:array>:52
| c:0015 p:0023 s:0113 e:000112 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0014 p:0040 s:0103 e:000102 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0013 p:0028 s:0091 e:000089 METHOD <internal:array>:52
| c:0012 p:0023 s:0084 e:000083 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0011 p:0040 s:0074 e:000073 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0010 p:0028 s:0062 e:000060 METHOD <internal:array>:52
| c:0009 p:0023 s:0055 e:000054 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403
| c:0008 p:0040 s:0045 e:000044 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128 [FINISH]
| c:0007 p:0036 s:0033 e:000032 METHOD <internal:array>:51
| c:0006 p:0012 s:0027 e:000026 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101
| c:0005 p:0006 s:0022 e:000021 METHOD /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18 [FINISH]
| c:0004 p:---- s:0017 e:000016 CFUNC  :const_added
| c:0003 p:0028 s:0014 e:000011 METHOD <internal:yjit>:39
| c:0002 p:0045 s:0006 e:000005 EVAL   -:10 [FINISH]
| c:0001 p:0000 s:0003 E:0022b0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:10:in '<main>'
| <internal:yjit>:39:in 'enable'
| <internal:yjit>:39:in 'const_added'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb:18:in 'on_constant_state_changed'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb:101:in 'on_constant_state_changed'
| <internal:array>:51:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:128:in 'branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:403:in 'find_block'
| <internal:array>:52:in 'each'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:149:in 'branch_stub_hit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:150:in 'block in branch_stub_hit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb:321:in 'compile_block'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:97:in 'compile'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:1739:in 'invokeblock'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5919:in 'side_exit'
| <internal:kernel>:135:in 'then'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb:5921:in 'block in side_exit'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb:22:in 'write'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:58:in 'assemble'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'resolve_rel32'
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb:1048:in 'each_with_index'
| <internal:array>:51:in 'each'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000055e51aa2e6a5 RBP: 0x000055e517f52c60 RSP: 0x00007ffdef75b260
|  RAX: 0x00007fb233dfd8c3 RBX: 0x00007fb233d00ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007fb218eb1988
|   R8: 0x0000000000000014  R9: 0x00007fb2197f5b20 R10: 0x00007fb218eb1988
|  R11: 0x0000000000000004 R12: 0x000055e517f52c00 R13: 0x0000000000000000
|  R14: 0x000055e517f52c60 R15: 0x00007fb233dfd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55e515fbbbc1] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:820
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_vm_bugreport) /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/vm_dump.c:1151
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_bug_for_fatal_signal+0xfc) [0x55e51616e52c] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/error.c:1065
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(sigsegv+0x4d) [0x55e515f049cd] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7fb233e42520) [0x7fb233e42520]
| [0x55e51aa2e6a5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
|     7 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
|     8 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
|     9 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/closure.rb
|    10 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/function.rb
|    11 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/version.rb
|    12 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle.rb
|    13 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/value.rb
|    14 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/pack.rb
|    15 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/struct.rb
|    16 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/cparser.rb
|    17 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/common/fiddle/import.rb
|    18 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_pointer.rb
|    19 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/c_type.rb
|    20 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/assembler.rb
|    21 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/block.rb
|    22 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/branch_stub.rb
|    23 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/code_block.rb
|    24 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/context.rb
|    25 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/entry_stub.rb
|    26 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/exit_compiler.rb
|    27 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/insn_compiler.rb
|    28 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/instruction.rb
|    29 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/set.rb
|    30 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/invariants.rb
|    31 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/jit_state.rb
|    32 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/type.rb
|    33 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/compiler.rb
|    34 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/hooks.rb
|    35 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/ruby_vm/rjit/stats.rb
|    36 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3/version.rb
|    37 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/open3.rb
|    38 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/timeout.rb
|    39 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/rbconfig.rb
|    40 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/find_executable.rb
|    41 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
|    42 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/envutil.rb
|    43 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/colorize.rb
|    44 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/leakchecker.rb
|    45 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/prettyprint.rb
|    46 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/pp.rb
|    47 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/assertions.rb
|    48 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
|    49 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/core_assertions.rb
|    50 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit/testcase.rb
|    51 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/lib/optparse.rb
|    52 /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 55e515d50000-55e515d93000 r--p 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e515d93000-55e5161d8000 r-xp 00043000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e5161d8000-55e516370000 r--p 00488000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e516371000-55e516388000 r--p 00620000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e516388000-55e516389000 rw-p 00637000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e516389000-55e51639e000 rw-p 00000000 00:00 0 
| 55e517f4f000-55e51897c000 rw-p 00000000 00:00 0                          [heap]
| 55e518a2d000-55e51aa2d000 r-xp 00000000 00:00 0 
| 55e51aa2d000-55e51ca2d000 rw-p 00000000 00:00 0 
| 55e51cbde000-55e51cc1d000 r-xp 00000000 00:00 0 
| 55e51cc1d000-55e51fbde000 ---p 00000000 00:00 0 
| 7fb21500b000-7fb215600000 rw-p 00000000 00:00 0 
| 7fb215c00000-7fb215e1f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb216000000-7fb218ddf000 r--s 00000000 103:02 4374615                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7fb218df0000-7fb218e20000 rw-p 00000000 00:00 0 
| 7fb218e30000-7fb218ec0000 rw-p 00000000 00:00 0 
| 7fb218ed0000-7fb218f90000 rw-p 00000000 00:00 0 
| 7fb218fa0000-7fb219110000 rw-p 00000000 00:00 0 
| 7fb219120000-7fb2191b0000 rw-p 00000000 00:00 0 
| 7fb2191c0000-7fb219200000 rw-p 00000000 00:00 0 
| 7fb219210000-7fb219660000 rw-p 00000000 00:00 0 
| 7fb219670000-7fb219810000 rw-p 00000000 00:00 0 
| 7fb21981f000-7fb219820000 ---p 00000000 00:00 0 
| 7fb219820000-7fb219861000 rw-p 00000000 00:00 0 
| 7fb219861000-7fb219862000 ---p 00000000 00:00 0 
| 7fb219862000-7fb2198a3000 rw-p 00000000 00:00 0 
| 7fb2198a3000-7fb2198a4000 ---p 00000000 00:00 0 
| 7fb2198a4000-7fb2198e5000 rw-p 00000000 00:00 0 
| 7fb2198e5000-7fb2198e6000 ---p 00000000 00:00 0 
| 7fb2198e6000-7fb219927000 rw-p 00000000 00:00 0 
| 7fb219927000-7fb219928000 ---p 00000000 00:00 0 
| 7fb219928000-7fb219969000 rw-p 00000000 00:00 0 
| 7fb219969000-7fb21996a000 ---p 00000000 00:00 0 
| 7fb21996a000-7fb2199ab000 rw-p 00000000 00:00 0 
| 7fb2199ab000-7fb2199ac000 ---p 00000000 00:00 0 
| 7fb2199ac000-7fb2199ed000 rw-p 00000000 00:00 0 
| 7fb2199ed000-7fb2199ee000 ---p 00000000 00:00 0 
| 7fb2199ee000-7fb219a2f000 rw-p 00000000 00:00 0 
| 7fb219a2f000-7fb219a30000 ---p 00000000 00:00 0 
| 7fb219a30000-7fb219a71000 rw-p 00000000 00:00 0 
| 7fb219a71000-7fb219a72000 ---p 00000000 00:00 0 
| 7fb219a72000-7fb219ab3000 rw-p 00000000 00:00 0 
| 7fb219ab3000-7fb219ab4000 ---p 00000000 00:00 0 
| 7fb219ab4000-7fb219af5000 rw-p 00000000 00:00 0 
| 7fb219af5000-7fb219af6000 ---p 00000000 00:00 0 
| 7fb219af6000-7fb219b37000 rw-p 00000000 00:00 0 
| 7fb219b37000-7fb219b38000 ---p 00000000 00:00 0 
| 7fb219b38000-7fb219b79000 rw-p 00000000 00:00 0 
| 7fb219b79000-7fb219b7a000 ---p 00000000 00:00 0 
| 7fb219b7a000-7fb219bbb000 rw-p 00000000 00:00 0 
| 7fb219bbb000-7fb219bbc000 ---p 00000000 00:00 0 
| 7fb219bbc000-7fb219bfd000 rw-p 00000000 00:00 0 
| 7fb219bfd000-7fb219bfe000 ---p 00000000 00:00 0 
| 7fb219bfe000-7fb219c3f000 rw-p 00000000 00:00 0 
| 7fb219c3f000-7fb219c40000 ---p 00000000 00:00 0 
| 7fb219c40000-7fb219c81000 rw-p 00000000 00:00 0 
| 7fb219c81000-7fb219c82000 ---p 00000000 00:00 0 
| 7fb219c82000-7fb219cc3000 rw-p 00000000 00:00 0 
| 7fb219cc3000-7fb219cc4000 ---p 00000000 00:00 0 
| 7fb219cc4000-7fb219d05000 rw-p 00000000 00:00 0 
| 7fb219d05000-7fb219d06000 ---p 00000000 00:00 0 
| 7fb219d06000-7fb219d47000 rw-p 00000000 00:00 0 
| 7fb219d47000-7fb219d48000 ---p 00000000 00:00 0 
| 7fb219d48000-7fb219d89000 rw-p 00000000 00:00 0 
| 7fb219d89000-7fb219d8a000 ---p 00000000 00:00 0 
| 7fb219d8a000-7fb219dcb000 rw-p 00000000 00:00 0 
| 7fb219dcb000-7fb219dcc000 ---p 00000000 00:00 0 
| 7fb219dcc000-7fb219e0d000 rw-p 00000000 00:00 0 
| 7fb219e0d000-7fb219e0e000 ---p 00000000 00:00 0 
| 7fb219e0e000-7fb219e4f000 rw-p 00000000 00:00 0 
| 7fb219e4f000-7fb219e50000 ---p 00000000 00:00 0 
| 7fb219e50000-7fb219e91000 rw-p 00000000 00:00 0 
| 7fb219e91000-7fb219e92000 ---p 00000000 00:00 0 
| 7fb219e92000-7fb219ed3000 rw-p 00000000 00:00 0 
| 7fb219ed3000-7fb219ed4000 ---p 00000000 00:00 0 
| 7fb219ed4000-7fb219f15000 rw-p 00000000 00:00 0 
| 7fb219f15000-7fb219f16000 ---p 00000000 00:00 0 
| 7fb219f16000-7fb219f57000 rw-p 00000000 00:00 0 
| 7fb219f57000-7fb219f58000 ---p 00000000 00:00 0 
| 7fb219f58000-7fb219f99000 rw-p 00000000 00:00 0 
| 7fb219f99000-7fb219f9a000 ---p 00000000 00:00 0 
| 7fb219f9a000-7fb219fdb000 rw-p 00000000 00:00 0 
| 7fb219fdb000-7fb219fdc000 ---p 00000000 00:00 0 
| 7fb219fdc000-7fb21a01d000 rw-p 00000000 00:00 0 
| 7fb21a01d000-7fb21a01e000 ---p 00000000 00:00 0 
| 7fb21a01e000-7fb21a05f000 rw-p 00000000 00:00 0 
| 7fb21a05f000-7fb21a060000 ---p 00000000 00:00 0 
| 7fb21a060000-7fb21a890000 rw-p 00000000 00:00 0 
| 7fb21a891000-7fb21a893000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a893000-7fb21a89a000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a89a000-7fb21a89b000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a89b000-7fb21a89c000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a89c000-7fb21a89d000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a89d000-7fb21a89e000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7fb21a89e000-7fb233e00000 rw-p 00000000 00:00 0 
| 7fb233e00000-7fb233e28000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb233e28000-7fb233fbd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb233fbd000-7fb234015000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb234015000-7fb234016000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb234016000-7fb23401a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb23401a000-7fb23401c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fb23401c000-7fb234029000 rw-p 00000000 00:00 0 
| 7fb23402f000-7fb234033000 r--p 00000000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fb234033000-7fb23403b000 r-xp 00004000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fb23403b000-7fb23403e000 r--p 0000c000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fb23403e000-7fb23403f000 r--p 0000e000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fb23403f000-7fb234040000 rw-p 0000f000 103:02 4374477                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7fb234040000-7fb234070000 rw-p 00000000 00:00 0 
| 7fb234070000-7fb234072000 r--p 00000000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb234072000-7fb234077000 r-xp 00002000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb234077000-7fb234078000 r--p 00007000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb234078000-7fb234079000 ---p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb234079000-7fb23407a000 r--p 00008000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb23407a000-7fb23407b000 rw-p 00009000 103:02 4461089                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7fb23407b000-7fb234080000 rw-p 00000000 00:00 0 
| 7fb234080000-7fb234083000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fb234083000-7fb23409a000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fb23409a000-7fb23409e000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fb23409e000-7fb23409f000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fb23409f000-7fb2340a0000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fb2340a0000-7fb2340ae000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fb2340ae000-7fb23412a000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fb23412a000-7fb234185000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fb234185000-7fb234186000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fb234186000-7fb234187000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fb234187000-7fb234189000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb234189000-7fb23419d000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb23419d000-7fb2341b6000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb2341b6000-7fb2341b7000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb2341b7000-7fb2341b8000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb2341b8000-7fb2341b9000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fb2341b9000-7fb2341c1000 rw-p 00000000 00:00 0 
| 7fb2341c1000-7fb2341cb000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fb2341cb000-7fb23422a000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fb23422a000-7fb234241000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fb234241000-7fb234242000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fb234242000-7fb234243000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fb234243000-7fb234245000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb234245000-7fb234256000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb234256000-7fb23425c000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb23425c000-7fb23425d000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb23425d000-7fb23425e000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb23425e000-7fb23425f000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fb234265000-7fb234266000 r--p 00000000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fb234266000-7fb234268000 r-xp 00001000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fb234268000-7fb234269000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fb234269000-7fb23426a000 r--p 00003000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fb23426a000-7fb23426b000 rw-p 00004000 103:02 4461320                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fb23426b000-7fb23426c000 r--p 00000000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fb23426c000-7fb23426d000 r-xp 00001000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fb23426d000-7fb23426e000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fb23426e000-7fb23426f000 r--p 00002000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fb23426f000-7fb234270000 rw-p 00003000 103:02 4461484                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7fb234270000-7fb234271000 r--p 00000000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fb234271000-7fb234272000 r-xp 00001000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fb234272000-7fb234273000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fb234273000-7fb234274000 r--p 00002000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fb234274000-7fb234275000 rw-p 00003000 103:02 4461408                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7fb234275000-7fb234277000 rw-p 00000000 00:00 0 
| 7fb234277000-7fb234279000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fb234279000-7fb2342a3000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fb2342a3000-7fb2342ae000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fb2342af000-7fb2342b1000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fb2342b1000-7fb2342b3000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffdeef69000-7ffdef768000 rw-p 00000000 00:00 0                          [stack]
| 7ffdef7d8000-7ffdef7dc000 r--p 00000000 00:00 0                          [vvar]
| 7ffdef7dc000-7ffdef7de000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 14) Failure:
TestYJIT#test_odd_calls_to_attr_reader [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:1704]:
Expected no use of fallback implementation.
<0> expected but was
<43>.

 15) Failure:
TestSymbol#test_inspect_under_gc_compact_stress [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_symbol.rb:55]:
<":testing"> expected but was
<":\"\\x00\\x00\\x00\\x00\\x00\\x00\\x00\"">.

Finished tests in 1401.759728s, 17.6093 tests/s, 4585.9821 assertions/s.
24684 tests, 6428445 assertions, 15 failures, 0 errors, 125 skips

ruby -v: ruby 3.4.0dev (2024-02-17T08:27:02Z master df63e5bef6) +RJIT [x86_64-linux]
make: *** [uncommon.mk:945: yes-test-all] エラー 15

なんかまたエラー増えたな。