虚無庵

徒然なるままに

今日の ruby build 2024-02-20

今日のビルド

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

  Files:        909

  Classes:     1177 ( 273 undocumented)
  Modules:      209 (  63 undocumented)
  Constants:   2454 ( 609 undocumented)
  Attributes:  1232 ( 224 undocumented)
  Methods:    12095 (1946 undocumented)

  Total:      17167 (3115 undocumented)
   81.85% documented

  Elapsed: 33.1s

今日のテスト

make test-all を実行。

Finished tests in 900.558795s, 27.4219 tests/s, 6926.3495 assertions/s.
24695 tests, 6237585 assertions, 0 failures, 0 errors, 121 skips

ruby -v: ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) [x86_64-linux]

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

7cb8fd780011a43eebf33a5aa6da1262a5c52307 までを pull ってきてビルド。

compiling ruby_parser.c
ruby_parser.c:650:21: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  650 |     .compile_warn = rb_compile_warn,
      |                     ^~~~~~~~~~~~~~~
ruby_parser.c:651:24: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  651 |     .compile_warning = rb_compile_warning,
      |                        ^~~~~~~~~~~~~~~~~~
ruby_parser.c:652:12: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  652 |     .bug = rb_bug,
      |            ^~~~~~
ruby_parser.c:653:14: warning: initialization left-hand side might be a candidate for a format attribute [-Wsuggest-attribute=format]
  653 |     .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
Segmentation fault (core dumped)
make: *** [uncommon.mk:665: rdoc] エラー 139

なんやて!?ちょっとエラーが多すぎてコピペできねぇな。

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

make test-all を実行。

double free or corruption (!prev)
make: *** [uncommon.mk:945: yes-test-all] 中止 (コアダンプしました)

ですよね。

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

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

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

make test-all を実行。

Finished tests in 944.435129s, 26.1479 tests/s, 6605.1344 assertions/s.
24695 tests, 6238121 assertions, 0 failures, 0 errors, 121 skips

ruby -v: ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) [x86_64-linux]

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

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

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

make test-all を実行。

  1) 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>.

  2) 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 1130198 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000055e23e7eb6a5
| ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 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:0014 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:0014 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0033 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:001360 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: 0x000055e23e7eb6a5 RBP: 0x000055e23bce3c60 RSP: 0x00007ffc744b0760
|  RAX: 0x00007f6c3d1fd8c3 RBX: 0x00007f6c3d100ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f6c221ba5b8
|   R8: 0x0000000000000014  R9: 0x00007f6c22c65c60 R10: 0x00007f6c221ba5b8
|  R11: 0x0000000000000003 R12: 0x000055e23bce3c00 R13: 0x0000000000000000
|  R14: 0x000055e23bce3c60 R15: 0x00007f6c3d1fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55e23a178e61] /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) [0x55e23a32ba0c] /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) [0x55e23a0c1c6d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f6c3d242520) [0x7f6c3d242520]
| [0x55e23e7eb6a5]
| 
| -- 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:
| 
| 55e239f0c000-55e239f50000 r--p 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e239f50000-55e23a395000 r-xp 00044000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e23a395000-55e23a52d000 r--p 00489000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e23a52d000-55e23a545000 r--p 00620000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e23a545000-55e23a546000 rw-p 00638000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55e23a546000-55e23a55b000 rw-p 00000000 00:00 0 
| 55e23bce0000-55e23c6ed000 rw-p 00000000 00:00 0                          [heap]
| 55e23c7ea000-55e23e7ea000 r-xp 00000000 00:00 0 
| 55e23e7ea000-55e2407ea000 rw-p 00000000 00:00 0 
| 55e24099b000-55e2409da000 r-xp 00000000 00:00 0 
| 55e2409da000-55e24399b000 ---p 00000000 00:00 0 
| 7f6c1e20b000-7f6c1e800000 rw-p 00000000 00:00 0 
| 7f6c1ee00000-7f6c1f01f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c1f200000-7f6c21fe1000 r--s 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f6c22032000-7f6c22840000 rw-p 00000000 00:00 0 
| 7f6c22850000-7f6c22890000 rw-p 00000000 00:00 0 
| 7f6c228a0000-7f6c22ad0000 rw-p 00000000 00:00 0 
| 7f6c22ae0000-7f6c22c80000 rw-p 00000000 00:00 0 
| 7f6c22c8f000-7f6c22c90000 ---p 00000000 00:00 0 
| 7f6c22c90000-7f6c22cd1000 rw-p 00000000 00:00 0 
| 7f6c22cd1000-7f6c22cd2000 ---p 00000000 00:00 0 
| 7f6c22cd2000-7f6c22d13000 rw-p 00000000 00:00 0 
| 7f6c22d13000-7f6c22d14000 ---p 00000000 00:00 0 
| 7f6c22d14000-7f6c22d55000 rw-p 00000000 00:00 0 
| 7f6c22d55000-7f6c22d56000 ---p 00000000 00:00 0 
| 7f6c22d56000-7f6c22d97000 rw-p 00000000 00:00 0 
| 7f6c22d97000-7f6c22d98000 ---p 00000000 00:00 0 
| 7f6c22d98000-7f6c22dd9000 rw-p 00000000 00:00 0 
| 7f6c22dd9000-7f6c22dda000 ---p 00000000 00:00 0 
| 7f6c22dda000-7f6c22e1b000 rw-p 00000000 00:00 0 
| 7f6c22e1b000-7f6c22e1c000 ---p 00000000 00:00 0 
| 7f6c22e1c000-7f6c22e5d000 rw-p 00000000 00:00 0 
| 7f6c22e5d000-7f6c22e5e000 ---p 00000000 00:00 0 
| 7f6c22e5e000-7f6c22e9f000 rw-p 00000000 00:00 0 
| 7f6c22e9f000-7f6c22ea0000 ---p 00000000 00:00 0 
| 7f6c22ea0000-7f6c22ee1000 rw-p 00000000 00:00 0 
| 7f6c22ee1000-7f6c22ee2000 ---p 00000000 00:00 0 
| 7f6c22ee2000-7f6c22f23000 rw-p 00000000 00:00 0 
| 7f6c22f23000-7f6c22f24000 ---p 00000000 00:00 0 
| 7f6c22f24000-7f6c22f65000 rw-p 00000000 00:00 0 
| 7f6c22f65000-7f6c22f66000 ---p 00000000 00:00 0 
| 7f6c22f66000-7f6c22fa7000 rw-p 00000000 00:00 0 
| 7f6c22fa7000-7f6c22fa8000 ---p 00000000 00:00 0 
| 7f6c22fa8000-7f6c22fe9000 rw-p 00000000 00:00 0 
| 7f6c22fe9000-7f6c22fea000 ---p 00000000 00:00 0 
| 7f6c22fea000-7f6c2302b000 rw-p 00000000 00:00 0 
| 7f6c2302b000-7f6c2302c000 ---p 00000000 00:00 0 
| 7f6c2302c000-7f6c2306d000 rw-p 00000000 00:00 0 
| 7f6c2306d000-7f6c2306e000 ---p 00000000 00:00 0 
| 7f6c2306e000-7f6c230af000 rw-p 00000000 00:00 0 
| 7f6c230af000-7f6c230b0000 ---p 00000000 00:00 0 
| 7f6c230b0000-7f6c230f1000 rw-p 00000000 00:00 0 
| 7f6c230f1000-7f6c230f2000 ---p 00000000 00:00 0 
| 7f6c230f2000-7f6c23133000 rw-p 00000000 00:00 0 
| 7f6c23133000-7f6c23134000 ---p 00000000 00:00 0 
| 7f6c23134000-7f6c23175000 rw-p 00000000 00:00 0 
| 7f6c23175000-7f6c23176000 ---p 00000000 00:00 0 
| 7f6c23176000-7f6c231b7000 rw-p 00000000 00:00 0 
| 7f6c231b7000-7f6c231b8000 ---p 00000000 00:00 0 
| 7f6c231b8000-7f6c231f9000 rw-p 00000000 00:00 0 
| 7f6c231f9000-7f6c231fa000 ---p 00000000 00:00 0 
| 7f6c231fa000-7f6c2323b000 rw-p 00000000 00:00 0 
| 7f6c2323b000-7f6c2323c000 ---p 00000000 00:00 0 
| 7f6c2323c000-7f6c2327d000 rw-p 00000000 00:00 0 
| 7f6c2327d000-7f6c2327e000 ---p 00000000 00:00 0 
| 7f6c2327e000-7f6c232bf000 rw-p 00000000 00:00 0 
| 7f6c232bf000-7f6c232c0000 ---p 00000000 00:00 0 
| 7f6c232c0000-7f6c23301000 rw-p 00000000 00:00 0 
| 7f6c23301000-7f6c23302000 ---p 00000000 00:00 0 
| 7f6c23302000-7f6c23343000 rw-p 00000000 00:00 0 
| 7f6c23343000-7f6c23344000 ---p 00000000 00:00 0 
| 7f6c23344000-7f6c23385000 rw-p 00000000 00:00 0 
| 7f6c23385000-7f6c23386000 ---p 00000000 00:00 0 
| 7f6c23386000-7f6c233c7000 rw-p 00000000 00:00 0 
| 7f6c233c7000-7f6c233c8000 ---p 00000000 00:00 0 
| 7f6c233c8000-7f6c23409000 rw-p 00000000 00:00 0 
| 7f6c23409000-7f6c2340a000 ---p 00000000 00:00 0 
| 7f6c2340a000-7f6c2344b000 rw-p 00000000 00:00 0 
| 7f6c2344b000-7f6c2344c000 ---p 00000000 00:00 0 
| 7f6c2344c000-7f6c2348d000 rw-p 00000000 00:00 0 
| 7f6c2348d000-7f6c2348e000 ---p 00000000 00:00 0 
| 7f6c2348e000-7f6c234cf000 rw-p 00000000 00:00 0 
| 7f6c234cf000-7f6c234d0000 ---p 00000000 00:00 0 
| 7f6c234d0000-7f6c23cf0000 rw-p 00000000 00:00 0 
| 7f6c23cff000-7f6c3d200000 rw-p 00000000 00:00 0 
| 7f6c3d200000-7f6c3d228000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d228000-7f6c3d3bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d3bd000-7f6c3d415000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d415000-7f6c3d416000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d416000-7f6c3d41a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d41a000-7f6c3d41c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f6c3d41c000-7f6c3d429000 rw-p 00000000 00:00 0 
| 7f6c3d42f000-7f6c3d433000 r--p 00000000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f6c3d433000-7f6c3d43b000 r-xp 00004000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f6c3d43b000-7f6c3d43e000 r--p 0000c000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f6c3d43e000-7f6c3d43f000 r--p 0000e000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f6c3d43f000-7f6c3d440000 rw-p 0000f000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f6c3d440000-7f6c3d470000 rw-p 00000000 00:00 0 
| 7f6c3d474000-7f6c3d476000 r--p 00000000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d476000-7f6c3d47b000 r-xp 00002000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d47b000-7f6c3d47c000 r--p 00007000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d47c000-7f6c3d47d000 ---p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d47d000-7f6c3d47e000 r--p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d47e000-7f6c3d47f000 rw-p 00009000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f6c3d47f000-7f6c3d4f0000 rw-p 00000000 00:00 0 
| 7f6c3d4f0000-7f6c3d4f2000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4f2000-7f6c3d4f9000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4f9000-7f6c3d4fa000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4fa000-7f6c3d4fb000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4fb000-7f6c3d4fc000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4fc000-7f6c3d4fd000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f6c3d4fd000-7f6c3d502000 rw-p 00000000 00:00 0 
| 7f6c3d502000-7f6c3d505000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f6c3d505000-7f6c3d51c000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f6c3d51c000-7f6c3d520000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f6c3d520000-7f6c3d521000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f6c3d521000-7f6c3d522000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f6c3d522000-7f6c3d530000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f6c3d530000-7f6c3d5ac000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f6c3d5ac000-7f6c3d607000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f6c3d607000-7f6c3d608000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f6c3d608000-7f6c3d609000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f6c3d609000-7f6c3d60b000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d60b000-7f6c3d61f000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d61f000-7f6c3d638000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d638000-7f6c3d639000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d639000-7f6c3d63a000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d63a000-7f6c3d63b000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f6c3d63b000-7f6c3d643000 rw-p 00000000 00:00 0 
| 7f6c3d643000-7f6c3d64d000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f6c3d64d000-7f6c3d6ac000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f6c3d6ac000-7f6c3d6c3000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f6c3d6c3000-7f6c3d6c4000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f6c3d6c4000-7f6c3d6c5000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f6c3d6c5000-7f6c3d6c7000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6c7000-7f6c3d6d8000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6d8000-7f6c3d6de000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6de000-7f6c3d6df000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6df000-7f6c3d6e0000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6e0000-7f6c3d6e1000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f6c3d6e7000-7f6c3d6e8000 r--p 00000000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f6c3d6e8000-7f6c3d6ea000 r-xp 00001000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f6c3d6ea000-7f6c3d6eb000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f6c3d6eb000-7f6c3d6ec000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f6c3d6ec000-7f6c3d6ed000 rw-p 00004000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f6c3d6ed000-7f6c3d6ee000 r--p 00000000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f6c3d6ee000-7f6c3d6ef000 r-xp 00001000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f6c3d6ef000-7f6c3d6f0000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f6c3d6f0000-7f6c3d6f1000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f6c3d6f1000-7f6c3d6f2000 rw-p 00003000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f6c3d6f2000-7f6c3d6f3000 r--p 00000000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f6c3d6f3000-7f6c3d6f4000 r-xp 00001000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f6c3d6f4000-7f6c3d6f5000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f6c3d6f5000-7f6c3d6f6000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f6c3d6f6000-7f6c3d6f7000 rw-p 00003000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f6c3d6f7000-7f6c3d6f9000 rw-p 00000000 00:00 0 
| 7f6c3d6f9000-7f6c3d6fb000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f6c3d6fb000-7f6c3d725000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f6c3d725000-7f6c3d730000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f6c3d731000-7f6c3d733000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f6c3d733000-7f6c3d735000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc73cbe000-7ffc744bd000 rw-p 00000000 00:00 0                          [stack]
| 7ffc745a5000-7ffc745a9000 r--p 00000000 00:00 0                          [vvar]
| 7ffc745a9000-7ffc745ab000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  3) 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]


  4) 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>.

  5) 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 1131226 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x0000557779f106a5
| ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 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:0014 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:0014 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0033 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:001630 METHOD <internal:yjit>:39
| c:0002 p:0054 s:0006 e:000005 EVAL   -:9 [FINISH]
| c:0001 p:0000 s:0003 E:000790 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: 0x0000557779f106a5 RBP: 0x000055777733bc60 RSP: 0x00007fffee7478c0
|  RAX: 0x00007f859c7fa8c3 RBX: 0x00007f859c6fded8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f8581888368
|   R8: 0x0000000000000014  R9: 0x00007f85821b5c38 R10: 0x00007f8581888368
|  R11: 0x0000000000000003 R12: 0x000055777733bc00 R13: 0x0000000000000000
|  R14: 0x000055777733bc60 R15: 0x00007f859c7fa870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55777589de61] /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) [0x557775a50a0c] /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) [0x5577757e6c6d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f859c842520) [0x7f859c842520]
| [0x557779f106a5]
| 
| -- 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:
| 
| 557775631000-557775675000 r--p 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 557775675000-557775aba000 r-xp 00044000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 557775aba000-557775c52000 r--p 00489000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 557775c52000-557775c6a000 r--p 00620000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 557775c6a000-557775c6b000 rw-p 00638000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 557775c6b000-557775c80000 rw-p 00000000 00:00 0 
| 557777338000-557777d45000 rw-p 00000000 00:00 0                          [heap]
| 557777f0f000-557779f0f000 r-xp 00000000 00:00 0 
| 557779f0f000-55777bf0f000 rw-p 00000000 00:00 0 
| 55777c0c0000-55777c113000 r-xp 00000000 00:00 0 
| 55777c113000-55777f0c0000 ---p 00000000 00:00 0 
| 7f857d80b000-7f857de00000 rw-p 00000000 00:00 0 
| 7f857e400000-7f857e61f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f857e800000-7f85815e1000 r--s 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f85817a0000-7f85817c0000 rw-p 00000000 00:00 0 
| 7f85817d0000-7f8581860000 rw-p 00000000 00:00 0 
| 7f8581870000-7f85818e0000 rw-p 00000000 00:00 0 
| 7f85818f0000-7f8581d90000 rw-p 00000000 00:00 0 
| 7f8581da0000-7f8581e30000 rw-p 00000000 00:00 0 
| 7f8581e40000-7f8581e80000 rw-p 00000000 00:00 0 
| 7f8581e90000-7f8582000000 rw-p 00000000 00:00 0 
| 7f8582010000-7f8582120000 rw-p 00000000 00:00 0 
| 7f858212f000-7f8582133000 r--p 00000000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f8582133000-7f858213b000 r-xp 00004000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f858213b000-7f858213e000 r--p 0000c000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f858213e000-7f858213f000 r--p 0000e000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f858213f000-7f8582140000 rw-p 0000f000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f8582140000-7f85821d0000 rw-p 00000000 00:00 0 
| 7f85821df000-7f85821e0000 ---p 00000000 00:00 0 
| 7f85821e0000-7f8582221000 rw-p 00000000 00:00 0 
| 7f8582221000-7f8582222000 ---p 00000000 00:00 0 
| 7f8582222000-7f8582263000 rw-p 00000000 00:00 0 
| 7f8582263000-7f8582264000 ---p 00000000 00:00 0 
| 7f8582264000-7f85822a5000 rw-p 00000000 00:00 0 
| 7f85822a5000-7f85822a6000 ---p 00000000 00:00 0 
| 7f85822a6000-7f85822e7000 rw-p 00000000 00:00 0 
| 7f85822e7000-7f85822e8000 ---p 00000000 00:00 0 
| 7f85822e8000-7f8582329000 rw-p 00000000 00:00 0 
| 7f8582329000-7f858232a000 ---p 00000000 00:00 0 
| 7f858232a000-7f858236b000 rw-p 00000000 00:00 0 
| 7f858236b000-7f858236c000 ---p 00000000 00:00 0 
| 7f858236c000-7f85823ad000 rw-p 00000000 00:00 0 
| 7f85823ad000-7f85823ae000 ---p 00000000 00:00 0 
| 7f85823ae000-7f85823ef000 rw-p 00000000 00:00 0 
| 7f85823ef000-7f85823f0000 ---p 00000000 00:00 0 
| 7f85823f0000-7f8582431000 rw-p 00000000 00:00 0 
| 7f8582431000-7f8582432000 ---p 00000000 00:00 0 
| 7f8582432000-7f8582473000 rw-p 00000000 00:00 0 
| 7f8582473000-7f8582474000 ---p 00000000 00:00 0 
| 7f8582474000-7f85824b5000 rw-p 00000000 00:00 0 
| 7f85824b5000-7f85824b6000 ---p 00000000 00:00 0 
| 7f85824b6000-7f85824f7000 rw-p 00000000 00:00 0 
| 7f85824f7000-7f85824f8000 ---p 00000000 00:00 0 
| 7f85824f8000-7f8582539000 rw-p 00000000 00:00 0 
| 7f8582539000-7f858253a000 ---p 00000000 00:00 0 
| 7f858253a000-7f858257b000 rw-p 00000000 00:00 0 
| 7f858257b000-7f858257c000 ---p 00000000 00:00 0 
| 7f858257c000-7f85825bd000 rw-p 00000000 00:00 0 
| 7f85825bd000-7f85825be000 ---p 00000000 00:00 0 
| 7f85825be000-7f85825ff000 rw-p 00000000 00:00 0 
| 7f85825ff000-7f8582600000 ---p 00000000 00:00 0 
| 7f8582600000-7f8582641000 rw-p 00000000 00:00 0 
| 7f8582641000-7f8582642000 ---p 00000000 00:00 0 
| 7f8582642000-7f8582683000 rw-p 00000000 00:00 0 
| 7f8582683000-7f8582684000 ---p 00000000 00:00 0 
| 7f8582684000-7f85826c5000 rw-p 00000000 00:00 0 
| 7f85826c5000-7f85826c6000 ---p 00000000 00:00 0 
| 7f85826c6000-7f8582707000 rw-p 00000000 00:00 0 
| 7f8582707000-7f8582708000 ---p 00000000 00:00 0 
| 7f8582708000-7f8582749000 rw-p 00000000 00:00 0 
| 7f8582749000-7f858274a000 ---p 00000000 00:00 0 
| 7f858274a000-7f858278b000 rw-p 00000000 00:00 0 
| 7f858278b000-7f858278c000 ---p 00000000 00:00 0 
| 7f858278c000-7f85827cd000 rw-p 00000000 00:00 0 
| 7f85827cd000-7f85827ce000 ---p 00000000 00:00 0 
| 7f85827ce000-7f858280f000 rw-p 00000000 00:00 0 
| 7f858280f000-7f8582810000 ---p 00000000 00:00 0 
| 7f8582810000-7f8582851000 rw-p 00000000 00:00 0 
| 7f8582851000-7f8582852000 ---p 00000000 00:00 0 
| 7f8582852000-7f8582893000 rw-p 00000000 00:00 0 
| 7f8582893000-7f8582894000 ---p 00000000 00:00 0 
| 7f8582894000-7f85828d5000 rw-p 00000000 00:00 0 
| 7f85828d5000-7f85828d6000 ---p 00000000 00:00 0 
| 7f85828d6000-7f8582917000 rw-p 00000000 00:00 0 
| 7f8582917000-7f8582918000 ---p 00000000 00:00 0 
| 7f8582918000-7f8582959000 rw-p 00000000 00:00 0 
| 7f8582959000-7f858295a000 ---p 00000000 00:00 0 
| 7f858295a000-7f858299b000 rw-p 00000000 00:00 0 
| 7f858299b000-7f858299c000 ---p 00000000 00:00 0 
| 7f858299c000-7f85829dd000 rw-p 00000000 00:00 0 
| 7f85829dd000-7f85829de000 ---p 00000000 00:00 0 
| 7f85829de000-7f8582a1f000 rw-p 00000000 00:00 0 
| 7f8582a1f000-7f8582a20000 ---p 00000000 00:00 0 
| 7f8582a20000-7f8583270000 rw-p 00000000 00:00 0 
| 7f8583272000-7f8583274000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f8583274000-7f858327b000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f858327b000-7f858327c000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f858327c000-7f858327d000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f858327d000-7f858327e000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f858327e000-7f858327f000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f858327f000-7f859c6f0000 rw-p 00000000 00:00 0 
| 7f859c6f1000-7f859c6f3000 r--p 00000000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6f3000-7f859c6f8000 r-xp 00002000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6f8000-7f859c6f9000 r--p 00007000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6f9000-7f859c6fa000 ---p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6fa000-7f859c6fb000 r--p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6fb000-7f859c6fc000 rw-p 00009000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f859c6fc000-7f859c800000 rw-p 00000000 00:00 0 
| 7f859c800000-7f859c828000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859c828000-7f859c9bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859c9bd000-7f859ca15000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859ca15000-7f859ca16000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859ca16000-7f859ca1a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859ca1a000-7f859ca1c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f859ca1c000-7f859ca29000 rw-p 00000000 00:00 0 
| 7f859ca2b000-7f859ca2d000 rw-p 00000000 00:00 0 
| 7f859ca2d000-7f859ca30000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f859ca30000-7f859ca47000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f859ca47000-7f859ca4b000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f859ca4b000-7f859ca4c000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f859ca4c000-7f859ca4d000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f859ca4d000-7f859ca5b000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f859ca5b000-7f859cad7000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f859cad7000-7f859cb32000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f859cb32000-7f859cb33000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f859cb33000-7f859cb34000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f859cb34000-7f859cb36000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb36000-7f859cb4a000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb4a000-7f859cb63000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb63000-7f859cb64000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb64000-7f859cb65000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb65000-7f859cb66000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f859cb66000-7f859cb6e000 rw-p 00000000 00:00 0 
| 7f859cb6e000-7f859cb78000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f859cb78000-7f859cbd7000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f859cbd7000-7f859cbee000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f859cbee000-7f859cbef000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f859cbef000-7f859cbf0000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f859cbf0000-7f859cbf2000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cbf2000-7f859cc03000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cc03000-7f859cc09000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cc09000-7f859cc0a000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cc0a000-7f859cc0b000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cc0b000-7f859cc0c000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f859cc12000-7f859cc13000 r--p 00000000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f859cc13000-7f859cc15000 r-xp 00001000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f859cc15000-7f859cc16000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f859cc16000-7f859cc17000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f859cc17000-7f859cc18000 rw-p 00004000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f859cc18000-7f859cc19000 r--p 00000000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f859cc19000-7f859cc1a000 r-xp 00001000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f859cc1a000-7f859cc1b000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f859cc1b000-7f859cc1c000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f859cc1c000-7f859cc1d000 rw-p 00003000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f859cc1d000-7f859cc1e000 r--p 00000000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f859cc1e000-7f859cc1f000 r-xp 00001000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f859cc1f000-7f859cc20000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f859cc20000-7f859cc21000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f859cc21000-7f859cc22000 rw-p 00003000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f859cc22000-7f859cc24000 rw-p 00000000 00:00 0 
| 7f859cc24000-7f859cc26000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f859cc26000-7f859cc50000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f859cc50000-7f859cc5b000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f859cc5c000-7f859cc5e000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f859cc5e000-7f859cc60000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fffedf56000-7fffee755000 rw-p 00000000 00:00 0                          [stack]
| 7fffee7bb000-7fffee7bf000 r--p 00000000 00:00 0                          [vvar]
| 7fffee7bf000-7fffee7c1000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  6) 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>.

  7) 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>.

  8) Failure:
TestYJIT#test_yjit_enable [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_yjit.rb:59]:
pid 1131295 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000055b46ea186a5
| ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 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:0014 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:0014 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0033 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:0025b0 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: 0x000055b46ea186a5 RBP: 0x000055b46be83c60 RSP: 0x00007ffc41fb3070
|  RAX: 0x00007f37245fd8c3 RBX: 0x00007f3724500ed8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f3709688458
|   R8: 0x0000000000000014  R9: 0x00007f3709fb5c38 R10: 0x00007f3709688458
|  R11: 0x0000000000000003 R12: 0x000055b46be83c00 R13: 0x0000000000000000
|  R14: 0x000055b46be83c60 R15: 0x00007f37245fd870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55b469ba5e61] /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) [0x55b469d58a0c] /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) [0x55b469aeec6d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f3724642520) [0x7f3724642520]
| [0x55b46ea186a5]
| 
| -- 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:
| 
| 55b469939000-55b46997d000 r--p 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55b46997d000-55b469dc2000 r-xp 00044000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55b469dc2000-55b469f5a000 r--p 00489000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55b469f5a000-55b469f72000 r--p 00620000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55b469f72000-55b469f73000 rw-p 00638000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55b469f73000-55b469f88000 rw-p 00000000 00:00 0 
| 55b46be80000-55b46c88d000 rw-p 00000000 00:00 0                          [heap]
| 55b46ca17000-55b46ea17000 r-xp 00000000 00:00 0 
| 55b46ea17000-55b470a17000 rw-p 00000000 00:00 0 
| 55b470bc8000-55b470c07000 r-xp 00000000 00:00 0 
| 55b470c07000-55b473bc8000 ---p 00000000 00:00 0 
| 7f370560b000-7f3705c00000 rw-p 00000000 00:00 0 
| 7f3706200000-7f370641f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f3706600000-7f37093e1000 r--s 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f37095a0000-7f37095c0000 rw-p 00000000 00:00 0 
| 7f37095d0000-7f3709660000 rw-p 00000000 00:00 0 
| 7f3709670000-7f37096e0000 rw-p 00000000 00:00 0 
| 7f37096f0000-7f3709b90000 rw-p 00000000 00:00 0 
| 7f3709ba0000-7f3709c30000 rw-p 00000000 00:00 0 
| 7f3709c40000-7f3709c80000 rw-p 00000000 00:00 0 
| 7f3709c90000-7f3709e00000 rw-p 00000000 00:00 0 
| 7f3709e10000-7f3709f20000 rw-p 00000000 00:00 0 
| 7f3709f2f000-7f3709f33000 r--p 00000000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f3709f33000-7f3709f3b000 r-xp 00004000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f3709f3b000-7f3709f3e000 r--p 0000c000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f3709f3e000-7f3709f3f000 r--p 0000e000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f3709f3f000-7f3709f40000 rw-p 0000f000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f3709f40000-7f3709fd0000 rw-p 00000000 00:00 0 
| 7f3709fdf000-7f3709fe0000 ---p 00000000 00:00 0 
| 7f3709fe0000-7f370a021000 rw-p 00000000 00:00 0 
| 7f370a021000-7f370a022000 ---p 00000000 00:00 0 
| 7f370a022000-7f370a063000 rw-p 00000000 00:00 0 
| 7f370a063000-7f370a064000 ---p 00000000 00:00 0 
| 7f370a064000-7f370a0a5000 rw-p 00000000 00:00 0 
| 7f370a0a5000-7f370a0a6000 ---p 00000000 00:00 0 
| 7f370a0a6000-7f370a0e7000 rw-p 00000000 00:00 0 
| 7f370a0e7000-7f370a0e8000 ---p 00000000 00:00 0 
| 7f370a0e8000-7f370a129000 rw-p 00000000 00:00 0 
| 7f370a129000-7f370a12a000 ---p 00000000 00:00 0 
| 7f370a12a000-7f370a16b000 rw-p 00000000 00:00 0 
| 7f370a16b000-7f370a16c000 ---p 00000000 00:00 0 
| 7f370a16c000-7f370a1ad000 rw-p 00000000 00:00 0 
| 7f370a1ad000-7f370a1ae000 ---p 00000000 00:00 0 
| 7f370a1ae000-7f370a1ef000 rw-p 00000000 00:00 0 
| 7f370a1ef000-7f370a1f0000 ---p 00000000 00:00 0 
| 7f370a1f0000-7f370a231000 rw-p 00000000 00:00 0 
| 7f370a231000-7f370a232000 ---p 00000000 00:00 0 
| 7f370a232000-7f370a273000 rw-p 00000000 00:00 0 
| 7f370a273000-7f370a274000 ---p 00000000 00:00 0 
| 7f370a274000-7f370a2b5000 rw-p 00000000 00:00 0 
| 7f370a2b5000-7f370a2b6000 ---p 00000000 00:00 0 
| 7f370a2b6000-7f370a2f7000 rw-p 00000000 00:00 0 
| 7f370a2f7000-7f370a2f8000 ---p 00000000 00:00 0 
| 7f370a2f8000-7f370a339000 rw-p 00000000 00:00 0 
| 7f370a339000-7f370a33a000 ---p 00000000 00:00 0 
| 7f370a33a000-7f370a37b000 rw-p 00000000 00:00 0 
| 7f370a37b000-7f370a37c000 ---p 00000000 00:00 0 
| 7f370a37c000-7f370a3bd000 rw-p 00000000 00:00 0 
| 7f370a3bd000-7f370a3be000 ---p 00000000 00:00 0 
| 7f370a3be000-7f370a3ff000 rw-p 00000000 00:00 0 
| 7f370a3ff000-7f370a400000 ---p 00000000 00:00 0 
| 7f370a400000-7f370a441000 rw-p 00000000 00:00 0 
| 7f370a441000-7f370a442000 ---p 00000000 00:00 0 
| 7f370a442000-7f370a483000 rw-p 00000000 00:00 0 
| 7f370a483000-7f370a484000 ---p 00000000 00:00 0 
| 7f370a484000-7f370a4c5000 rw-p 00000000 00:00 0 
| 7f370a4c5000-7f370a4c6000 ---p 00000000 00:00 0 
| 7f370a4c6000-7f370a507000 rw-p 00000000 00:00 0 
| 7f370a507000-7f370a508000 ---p 00000000 00:00 0 
| 7f370a508000-7f370a549000 rw-p 00000000 00:00 0 
| 7f370a549000-7f370a54a000 ---p 00000000 00:00 0 
| 7f370a54a000-7f370a58b000 rw-p 00000000 00:00 0 
| 7f370a58b000-7f370a58c000 ---p 00000000 00:00 0 
| 7f370a58c000-7f370a5cd000 rw-p 00000000 00:00 0 
| 7f370a5cd000-7f370a5ce000 ---p 00000000 00:00 0 
| 7f370a5ce000-7f370a60f000 rw-p 00000000 00:00 0 
| 7f370a60f000-7f370a610000 ---p 00000000 00:00 0 
| 7f370a610000-7f370a651000 rw-p 00000000 00:00 0 
| 7f370a651000-7f370a652000 ---p 00000000 00:00 0 
| 7f370a652000-7f370a693000 rw-p 00000000 00:00 0 
| 7f370a693000-7f370a694000 ---p 00000000 00:00 0 
| 7f370a694000-7f370a6d5000 rw-p 00000000 00:00 0 
| 7f370a6d5000-7f370a6d6000 ---p 00000000 00:00 0 
| 7f370a6d6000-7f370a717000 rw-p 00000000 00:00 0 
| 7f370a717000-7f370a718000 ---p 00000000 00:00 0 
| 7f370a718000-7f370a759000 rw-p 00000000 00:00 0 
| 7f370a759000-7f370a75a000 ---p 00000000 00:00 0 
| 7f370a75a000-7f370a79b000 rw-p 00000000 00:00 0 
| 7f370a79b000-7f370a79c000 ---p 00000000 00:00 0 
| 7f370a79c000-7f370a7dd000 rw-p 00000000 00:00 0 
| 7f370a7dd000-7f370a7de000 ---p 00000000 00:00 0 
| 7f370a7de000-7f370a81f000 rw-p 00000000 00:00 0 
| 7f370a81f000-7f370a820000 ---p 00000000 00:00 0 
| 7f370a820000-7f370b070000 rw-p 00000000 00:00 0 
| 7f370b074000-7f370b076000 r--p 00000000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b076000-7f370b07b000 r-xp 00002000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b07b000-7f370b07c000 r--p 00007000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b07c000-7f370b07d000 ---p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b07d000-7f370b07e000 r--p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b07e000-7f370b07f000 rw-p 00009000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f370b07f000-7f37244f0000 rw-p 00000000 00:00 0 
| 7f37244f2000-7f37244f4000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244f4000-7f37244fb000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244fb000-7f37244fc000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244fc000-7f37244fd000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244fd000-7f37244fe000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244fe000-7f37244ff000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f37244ff000-7f3724600000 rw-p 00000000 00:00 0 
| 7f3724600000-7f3724628000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f3724628000-7f37247bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f37247bd000-7f3724815000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f3724815000-7f3724816000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f3724816000-7f372481a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f372481a000-7f372481c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f372481c000-7f3724829000 rw-p 00000000 00:00 0 
| 7f3724833000-7f3724838000 rw-p 00000000 00:00 0 
| 7f3724838000-7f372483b000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f372483b000-7f3724852000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f3724852000-7f3724856000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f3724856000-7f3724857000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f3724857000-7f3724858000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f3724858000-7f3724866000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f3724866000-7f37248e2000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f37248e2000-7f372493d000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f372493d000-7f372493e000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f372493e000-7f372493f000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f372493f000-7f3724941000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f3724941000-7f3724955000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f3724955000-7f372496e000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f372496e000-7f372496f000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f372496f000-7f3724970000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f3724970000-7f3724971000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f3724971000-7f3724979000 rw-p 00000000 00:00 0 
| 7f3724979000-7f3724983000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f3724983000-7f37249e2000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f37249e2000-7f37249f9000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f37249f9000-7f37249fa000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f37249fa000-7f37249fb000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f37249fb000-7f37249fd000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f37249fd000-7f3724a0e000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f3724a0e000-7f3724a14000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f3724a14000-7f3724a15000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f3724a15000-7f3724a16000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f3724a16000-7f3724a17000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f3724a1d000-7f3724a1e000 r--p 00000000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f3724a1e000-7f3724a20000 r-xp 00001000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f3724a20000-7f3724a21000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f3724a21000-7f3724a22000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f3724a22000-7f3724a23000 rw-p 00004000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f3724a23000-7f3724a24000 r--p 00000000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f3724a24000-7f3724a25000 r-xp 00001000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f3724a25000-7f3724a26000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f3724a26000-7f3724a27000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f3724a27000-7f3724a28000 rw-p 00003000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f3724a28000-7f3724a29000 r--p 00000000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f3724a29000-7f3724a2a000 r-xp 00001000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f3724a2a000-7f3724a2b000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f3724a2b000-7f3724a2c000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f3724a2c000-7f3724a2d000 rw-p 00003000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f3724a2d000-7f3724a2f000 rw-p 00000000 00:00 0 
| 7f3724a2f000-7f3724a31000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f3724a31000-7f3724a5b000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f3724a5b000-7f3724a66000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f3724a67000-7f3724a69000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f3724a69000-7f3724a6b000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc417c1000-7ffc41fc0000 rw-p 00000000 00:00 0                          [stack]
| 7ffc41ff1000-7ffc41ff5000 r--p 00000000 00:00 0                          [vvar]
| 7ffc41ff5000-7ffc41ff7000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


  9) 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]


 10) 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>.

 11) 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 1131641 killed by SIGSEGV (signal 11) (core dumped)
| <internal:array>:51: [BUG] Segmentation fault at 0x000055556e1296a5
| ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) +YJIT [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0108 p:0031 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:0014 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:0014 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0025 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:0033 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:001fb0 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: 0x000055556e1296a5 RBP: 0x000055556b491c60 RSP: 0x00007ffe9b616e80
|  RAX: 0x00007f80599298c3 RBX: 0x00007f805982ced8 RCX: 0x0000000000000003
|  RDX: 0x0000000000000000 RDI: 0x4000000000000001 RSI: 0x00007f803e8db718
|   R8: 0x0000000000000014  R9: 0x00007f803f0c5c30 R10: 0x00007f803e8db718
|  R11: 0x0000000000000003 R12: 0x000055556b491c00 R13: 0x0000000000000000
|  R14: 0x000055556b491c60 R15: 0x00007f8059929870 EFL: 0x0000000000010202
| 
| -- C level backtrace information -------------------------------------------
| /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby(rb_print_backtrace+0x14) [0x55556a6b6e61] /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) [0x55556a869a0c] /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) [0x55556a5ffc6d] /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/signal.c:926
| /lib/x86_64-linux-gnu/libc.so.6(0x7f8059642520) [0x7f8059642520]
| [0x55556e1296a5]
| 
| -- 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:
| 
| 55556a44a000-55556a48e000 r--p 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55556a48e000-55556a8d3000 r-xp 00044000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55556a8d3000-55556aa6b000 r--p 00489000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55556aa6b000-55556aa83000 r--p 00620000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55556aa83000-55556aa84000 rw-p 00638000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 55556aa84000-55556aa99000 rw-p 00000000 00:00 0 
| 55556b48e000-55556c0cd000 rw-p 00000000 00:00 0                          [heap]
| 55556c128000-55556e128000 r-xp 00000000 00:00 0 
| 55556e128000-555570128000 rw-p 00000000 00:00 0 
| 5555702d9000-55557032c000 r-xp 00000000 00:00 0 
| 55557032c000-5555732d9000 ---p 00000000 00:00 0 
| 7f803aa00000-7f803b000000 rw-p 00000000 00:00 0 
| 7f803b600000-7f803b81f000 r--s 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f803b882000-7f803ba00000 rw-p 00000000 00:00 0 
| 7f803ba00000-7f803e7e1000 r--s 00000000 103:02 4374606                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/ruby
| 7f803e8d0000-7f803ec90000 rw-p 00000000 00:00 0 
| 7f803eca0000-7f803ece0000 rw-p 00000000 00:00 0 
| 7f803ecf0000-7f803edf0000 rw-p 00000000 00:00 0 
| 7f803ee00000-7f803ef10000 rw-p 00000000 00:00 0 
| 7f803ef20000-7f803f030000 rw-p 00000000 00:00 0 
| 7f803f03f000-7f803f043000 r--p 00000000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f803f043000-7f803f04b000 r-xp 00004000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f803f04b000-7f803f04e000 r--p 0000c000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f803f04e000-7f803f04f000 r--p 0000e000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f803f04f000-7f803f050000 rw-p 0000f000 103:02 4374467                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/fiddle.so
| 7f803f050000-7f803f0e0000 rw-p 00000000 00:00 0 
| 7f803f0e4000-7f803f0e6000 r--p 00000000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0e6000-7f803f0eb000 r-xp 00002000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0eb000-7f803f0ec000 r--p 00007000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0ec000-7f803f0ed000 ---p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0ed000-7f803f0ee000 r--p 00008000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0ee000-7f803f0ef000 rw-p 00009000 103:02 4461046                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/io/console.so
| 7f803f0ef000-7f803f0f0000 ---p 00000000 00:00 0 
| 7f803f0f0000-7f803f131000 rw-p 00000000 00:00 0 
| 7f803f131000-7f803f132000 ---p 00000000 00:00 0 
| 7f803f132000-7f803f173000 rw-p 00000000 00:00 0 
| 7f803f173000-7f803f174000 ---p 00000000 00:00 0 
| 7f803f174000-7f803f1b5000 rw-p 00000000 00:00 0 
| 7f803f1b5000-7f803f1b6000 ---p 00000000 00:00 0 
| 7f803f1b6000-7f803f1f7000 rw-p 00000000 00:00 0 
| 7f803f1f7000-7f803f1f8000 ---p 00000000 00:00 0 
| 7f803f1f8000-7f803f239000 rw-p 00000000 00:00 0 
| 7f803f239000-7f803f23a000 ---p 00000000 00:00 0 
| 7f803f23a000-7f803f27b000 rw-p 00000000 00:00 0 
| 7f803f27b000-7f803f27c000 ---p 00000000 00:00 0 
| 7f803f27c000-7f803f2bd000 rw-p 00000000 00:00 0 
| 7f803f2bd000-7f803f2be000 ---p 00000000 00:00 0 
| 7f803f2be000-7f803f2ff000 rw-p 00000000 00:00 0 
| 7f803f2ff000-7f803f300000 ---p 00000000 00:00 0 
| 7f803f300000-7f803f341000 rw-p 00000000 00:00 0 
| 7f803f341000-7f803f342000 ---p 00000000 00:00 0 
| 7f803f342000-7f803f383000 rw-p 00000000 00:00 0 
| 7f803f383000-7f803f384000 ---p 00000000 00:00 0 
| 7f803f384000-7f803f3c5000 rw-p 00000000 00:00 0 
| 7f803f3c5000-7f803f3c6000 ---p 00000000 00:00 0 
| 7f803f3c6000-7f803f407000 rw-p 00000000 00:00 0 
| 7f803f407000-7f803f408000 ---p 00000000 00:00 0 
| 7f803f408000-7f803f449000 rw-p 00000000 00:00 0 
| 7f803f449000-7f803f44a000 ---p 00000000 00:00 0 
| 7f803f44a000-7f803f48b000 rw-p 00000000 00:00 0 
| 7f803f48b000-7f803f48c000 ---p 00000000 00:00 0 
| 7f803f48c000-7f803f4cd000 rw-p 00000000 00:00 0 
| 7f803f4cd000-7f803f4ce000 ---p 00000000 00:00 0 
| 7f803f4ce000-7f803f50f000 rw-p 00000000 00:00 0 
| 7f803f50f000-7f803f510000 ---p 00000000 00:00 0 
| 7f803f510000-7f803f551000 rw-p 00000000 00:00 0 
| 7f803f551000-7f803f552000 ---p 00000000 00:00 0 
| 7f803f552000-7f803f593000 rw-p 00000000 00:00 0 
| 7f803f593000-7f803f594000 ---p 00000000 00:00 0 
| 7f803f594000-7f803f5d5000 rw-p 00000000 00:00 0 
| 7f803f5d5000-7f803f5d6000 ---p 00000000 00:00 0 
| 7f803f5d6000-7f803f617000 rw-p 00000000 00:00 0 
| 7f803f617000-7f803f618000 ---p 00000000 00:00 0 
| 7f803f618000-7f803f659000 rw-p 00000000 00:00 0 
| 7f803f659000-7f803f65a000 ---p 00000000 00:00 0 
| 7f803f65a000-7f803f69b000 rw-p 00000000 00:00 0 
| 7f803f69b000-7f803f69c000 ---p 00000000 00:00 0 
| 7f803f69c000-7f803f6dd000 rw-p 00000000 00:00 0 
| 7f803f6dd000-7f803f6de000 ---p 00000000 00:00 0 
| 7f803f6de000-7f803f71f000 rw-p 00000000 00:00 0 
| 7f803f71f000-7f803f720000 ---p 00000000 00:00 0 
| 7f803f720000-7f803f761000 rw-p 00000000 00:00 0 
| 7f803f761000-7f803f762000 ---p 00000000 00:00 0 
| 7f803f762000-7f803f7a3000 rw-p 00000000 00:00 0 
| 7f803f7a3000-7f803f7a4000 ---p 00000000 00:00 0 
| 7f803f7a4000-7f803f7e5000 rw-p 00000000 00:00 0 
| 7f803f7e5000-7f803f7e6000 ---p 00000000 00:00 0 
| 7f803f7e6000-7f803f827000 rw-p 00000000 00:00 0 
| 7f803f827000-7f803f828000 ---p 00000000 00:00 0 
| 7f803f828000-7f803f869000 rw-p 00000000 00:00 0 
| 7f803f869000-7f803f86a000 ---p 00000000 00:00 0 
| 7f803f86a000-7f803f8ab000 rw-p 00000000 00:00 0 
| 7f803f8ab000-7f803f8ac000 ---p 00000000 00:00 0 
| 7f803f8ac000-7f803f8ed000 rw-p 00000000 00:00 0 
| 7f803f8ed000-7f803f8ee000 ---p 00000000 00:00 0 
| 7f803f8ee000-7f803f92f000 rw-p 00000000 00:00 0 
| 7f803f92f000-7f803f930000 ---p 00000000 00:00 0 
| 7f803f930000-7f8040180000 rw-p 00000000 00:00 0 
| 7f8040182000-7f8040184000 r--p 00000000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f8040184000-7f804018b000 r-xp 00002000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f804018b000-7f804018c000 r--p 00009000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f804018c000-7f804018d000 ---p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f804018d000-7f804018e000 r--p 0000a000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f804018e000-7f804018f000 rw-p 0000b000 103:02 2103588                   /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
| 7f804018f000-7f8059600000 rw-p 00000000 00:00 0 
| 7f8059600000-7f8059628000 r--p 00000000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8059628000-7f80597bd000 r-xp 00028000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f80597bd000-7f8059815000 r--p 001bd000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8059815000-7f8059816000 ---p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8059816000-7f805981a000 r--p 00215000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f805981a000-7f805981c000 rw-p 00219000 103:02 2099280                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f805981c000-7f8059829000 rw-p 00000000 00:00 0 
| 7f805982b000-7f8059931000 rw-p 00000000 00:00 0 
| 7f8059931000-7f8059934000 r--p 00000000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8059934000-7f805994b000 r-xp 00003000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f805994b000-7f805994f000 r--p 0001a000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f805994f000-7f8059950000 r--p 0001d000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8059950000-7f8059951000 rw-p 0001e000 103:02 2100975                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8059951000-7f805995f000 r--p 00000000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f805995f000-7f80599db000 r-xp 0000e000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f80599db000-7f8059a36000 r--p 0008a000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8059a36000-7f8059a37000 r--p 000e4000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8059a37000-7f8059a38000 rw-p 000e5000 103:02 2099286                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8059a38000-7f8059a3a000 r--p 00000000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a3a000-7f8059a4e000 r-xp 00002000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a4e000-7f8059a67000 r--p 00016000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a67000-7f8059a68000 ---p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a68000-7f8059a69000 r--p 0002f000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a69000-7f8059a6a000 rw-p 00030000 103:02 2103432                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8059a6a000-7f8059a72000 rw-p 00000000 00:00 0 
| 7f8059a72000-7f8059a7c000 r--p 00000000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8059a7c000-7f8059adb000 r-xp 0000a000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8059adb000-7f8059af2000 r--p 00069000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8059af2000-7f8059af3000 r--p 0007f000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8059af3000-7f8059af4000 rw-p 00080000 103:02 2103712                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8059af4000-7f8059af6000 r--p 00000000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059af6000-7f8059b07000 r-xp 00002000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059b07000-7f8059b0d000 r--p 00013000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059b0d000-7f8059b0e000 ---p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059b0e000-7f8059b0f000 r--p 00019000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059b0f000-7f8059b10000 rw-p 0001a000 103:02 2097340                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f8059b16000-7f8059b17000 r--p 00000000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f8059b17000-7f8059b19000 r-xp 00001000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f8059b19000-7f8059b1a000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f8059b1a000-7f8059b1b000 r--p 00003000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f8059b1b000-7f8059b1c000 rw-p 00004000 103:02 4461257                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f8059b1c000-7f8059b1d000 r--p 00000000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f8059b1d000-7f8059b1e000 r-xp 00001000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f8059b1e000-7f8059b1f000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f8059b1f000-7f8059b20000 r--p 00002000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f8059b20000-7f8059b21000 rw-p 00003000 103:02 4461475                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/trans/transdb.so
| 7f8059b21000-7f8059b22000 r--p 00000000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f8059b22000-7f8059b23000 r-xp 00001000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f8059b23000-7f8059b24000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f8059b24000-7f8059b25000 r--p 00002000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f8059b25000-7f8059b26000 rw-p 00003000 103:02 4461399                   /home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/.ext/x86_64-linux/enc/encdb.so
| 7f8059b26000-7f8059b28000 rw-p 00000000 00:00 0 
| 7f8059b28000-7f8059b2a000 r--p 00000000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8059b2a000-7f8059b54000 r-xp 00002000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8059b54000-7f8059b5f000 r--p 0002c000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8059b60000-7f8059b62000 r--p 00037000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8059b62000-7f8059b64000 rw-p 00039000 103:02 2099272                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffe9ae25000-7ffe9b624000 rw-p 00000000 00:00 0                          [stack]
| 7ffe9b731000-7ffe9b735000 r--p 00000000 00:00 0                          [vvar]
| 7ffe9b735000-7ffe9b737000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


 12) 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\"">.

 13) Failure:
TestGc#test_thrashing_for_young_objects [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_gc.rb:676]:
before_stats: {:count=>27, :time=>72, :marking_time=>43, :sweeping_time=>28, :heap_allocated_pages=>166, :heap_sorted_length=>310, :heap_allocatable_pages=>144, :heap_available_slots=>226049, :heap_live_slots=>204026, :heap_free_slots=>22023, :heap_final_slots=>0, :heap_marked_slots=>129934, :heap_eden_pages=>166, :heap_tomb_pages=>0, :total_allocated_pages=>173, :total_freed_pages=>7, :total_allocated_objects=>1395112, :total_freed_objects=>1191086, :malloc_increase_bytes=>2120, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>22, :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=>129924, :old_objects_limit=>259848, :oldmalloc_increase_bytes=>2120, :oldmalloc_increase_bytes_limit=>16777216}
before_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206314, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>1353755, :total_freed_objects=>1155068}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9824, :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=>0, :total_allocated_objects=>23226, :total_freed_objects=>19879}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8995, :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=>18111, :total_freed_objects=>16063}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :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=>64, :total_freed_objects=>55}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>304, :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=>26, :total_freed_objects=>21}}
after_stats: {:count=>41, :time=>97, :marking_time=>46, :sweeping_time=>51, :heap_allocated_pages=>166, :heap_sorted_length=>310, :heap_allocatable_pages=>144, :heap_available_slots=>226049, :heap_live_slots=>130101, :heap_free_slots=>95948, :heap_final_slots=>0, :heap_marked_slots=>130040, :heap_eden_pages=>166, :heap_tomb_pages=>0, :total_allocated_pages=>173, :total_freed_pages=>7, :total_allocated_objects=>2399447, :total_freed_objects=>2269346, :malloc_increase_bytes=>1912, :malloc_increase_bytes_limit=>16777216, :minor_gc_count=>36, :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=>130027, :old_objects_limit=>259848, :oldmalloc_increase_bytes=>6032, :oldmalloc_increase_bytes_limit=>16777216}
after_stat_heap: {0=>{:slot_size=>40, :heap_allocatable_pages=>0, :heap_eden_pages=>126, :heap_eden_slots=>206314, :heap_tomb_pages=>0, :heap_tomb_slots=>0, :total_allocated_pages=>126, :total_freed_pages=>0, :force_major_gc_count=>2, :force_incremental_marking_finish_count=>0, :total_allocated_objects=>2357800, :total_freed_objects=>2233064}, 1=>{:slot_size=>80, :heap_allocatable_pages=>0, :heap_eden_pages=>12, :heap_eden_slots=>9824, :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=>0, :total_allocated_objects=>23297, :total_freed_objects=>19938}, 2=>{:slot_size=>160, :heap_allocatable_pages=>0, :heap_eden_pages=>22, :heap_eden_slots=>8995, :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=>18324, :total_freed_objects=>16268}, 3=>{:slot_size=>320, :heap_allocatable_pages=>47, :heap_eden_pages=>3, :heap_eden_slots=>612, :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=>64, :total_freed_objects=>55}, 4=>{:slot_size=>640, :heap_allocatable_pages=>97, :heap_eden_pages=>3, :heap_eden_slots=>304, :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=>26, :total_freed_objects=>21}}.
<0> expected but was
<7>.

 14) 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=>17689, :total_freed_objects=>8415}.
Expected 9811 to be >= 10000.

 15) Failure:
TestProcess#test_warmup_frees_pages [/home/jinroq/dev/sandbox/my-ruby-build/build-rjit-ruby-repo/test/ruby/test_process.rb:2780]:
size pool: 0.
<86> expected but was
<85>.

 16) 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>.

Finished tests in 1329.007090s, 18.5815 tests/s, 4826.8591 assertions/s.
24695 tests, 6414930 assertions, 16 failures, 0 errors, 130 skips

ruby -v: ruby 3.4.0dev (2024-02-20T10:19:31Z master 7cb8fd7800) +RJIT [x86_64-linux]
make: *** [uncommon.mk:945: yes-test-all] エラー 16

なんか増えてる。