Actions
Bug #21445
open[BUG] push_mark_stack() called for broken object raised since cd9f447be247478d2eb3da985295735cce20cb23
Status:
Open
Assignee:
-
Target version:
-
ruby -v:
ruby 3.5.0dev (2025-06-17T13:28:05Z master cd9f447be2) +PRISM [x86_64-linux]
Description
Rails CI against Ruby master branch fails
https://buildkite.com/rails/rails-nightly/builds/2398#019784d7-fbc2-4ff4-aee7-6e74eb560369
According to git bisect, this issue is triggered by cd9f447be247478d2eb3da985295735cce20cb23 .
Here are steps to reproduce, the push_mark_stack()
changes some time.
Steps to reproduce¶
git clone https://github.com/rails/rails/
cd rails/activerecord
rm Gemfile.lock
bundle instal
ARCONN=mysql2 bin/test
Expected behavior¶
It should pass.
Actual behavior¶
It raises the "[BUG] push_mark_stack() called for broken object".
$ ARCONN=mysql2 bin/test
Source locally installed gems is ignoring #<Bundler::StubSpecification name=psych version=5.2.6 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=prism version=1.4.0 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=json version=2.12.2 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=io-console version=0.8.0 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=date version=3.4.1 platform=ruby> because it is missing extensions
Using mysql2
Run options: --seed 23050
# Running:
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S............................S..............................................................................................................................................................................................S..........S.S......S..SS......................................................................................................................................................................................................................................................................................................S................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S........S...........S.........SS.SS....SS................................................................................................................................................................/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb:99: [BUG] push_mark_stack() called for broken object
ruby 3.5.0dev (2025-06-17T13:28:05Z master cd9f447be2) +PRISM [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0029 p:---- s:0146 e:000145 IFUNC
c:0028 p:---- s:0143 e:000142 CFUNC :each
c:0027 p:---- s:0140 e:000139 CFUNC :flat_map
c:0026 p:0034 s:0136 e:000135 METHOD /home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb:99
c:0025 p:0012 s:0131 e:000130 METHOD /home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:196
c:0024 p:0139 s:0127 E:000768 METHOD /home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:149
c:0023 p:0003 s:0122 e:000121 METHOD /home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:10
c:0022 p:0005 s:0118 e:000117 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:91 [FINISH]
c:0021 p:---- s:0114 e:000113 CFUNC :each
c:0020 p:0005 s:0110 e:000109 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:90
c:0019 p:0002 s:0107 e:000106 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:190
c:0018 p:0004 s:0102 e:000101 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:89
c:0017 p:0008 s:0099 e:000098 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:368
c:0016 p:0004 s:0094 e:000093 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:88
c:0015 p:0019 s:0090 e:000089 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:1208
c:0014 p:0019 s:0083 e:000081 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:447
c:0013 p:0021 s:0075 e:000074 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:434 [FINISH]
c:0012 p:---- s:0071 e:000070 CFUNC :each
c:0011 p:0005 s:0067 e:000066 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:430
c:0010 p:0022 s:0064 e:000063 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:472
c:0009 p:0014 s:0056 e:000055 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:459
c:0008 p:0130 s:0050 E:000db8 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:429
c:0007 p:0029 s:0039 e:000038 METHOD /home/yahonda/src/github.com/rails/rails/railties/lib/rails/test_unit/line_filtering.rb:10
c:0006 p:0008 s:0033 e:000032 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:332 [FINISH]
c:0005 p:---- s:0029 e:000028 CFUNC :map
c:0004 p:0025 s:0025 e:000024 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:332
c:0003 p:0174 s:0016 e:000015 METHOD /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:288
c:0002 p:0044 s:0008 E:001240 BLOCK /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:86 [FINISH]
c:0001 p:0000 s:0003 E:0002b0 DUMMY [FINISH]
-- Ruby level backtrace information ----------------------------------------
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:86:in 'block in autorun'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:288:in 'run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:332:in '__run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:332:in 'map'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:332:in 'block in __run'
/home/yahonda/src/github.com/rails/rails/railties/lib/rails/test_unit/line_filtering.rb:10:in 'run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:429:in 'run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:459:in 'with_info_handler'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:472:in 'on_signal'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:430:in 'block in run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:430:in 'each'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:434:in 'block (2 levels) in run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:447:in 'run_one_method'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:1208:in 'run_one_method'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:88:in 'run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest.rb:368:in 'time_it'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:89:in 'block in run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:190:in 'capture_exceptions'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:90:in 'block (2 levels) in run'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:90:in 'each'
/home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/minitest-5.25.5/lib/minitest/test.rb:91:in 'block (3 levels) in run'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:10:in 'before_setup'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:149:in 'setup_fixtures'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/test_fixtures.rb:196:in 'setup_transactional_fixtures'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb:99:in 'connection_pool_list'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb:99:in 'flat_map'
/home/yahonda/src/github.com/rails/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_handler.rb:99:in 'each'
-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 12
-- C level backtrace information -------------------------------------------
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_print_backtrace+0x8) [0x6165c016c8aa] /home/yahonda/src/github.com/ruby/ruby/vm_dump.c:843
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_bugreport) /home/yahonda/src/github.com/ruby/ruby/vm_dump.c:1175
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_bug_without_die_internal+0x5f) [0x6165bfd241dd] /home/yahonda/src/github.com/ruby/ruby/error.c:1097
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_bug) /home/yahonda/src/github.com/ruby/ruby/error.c:1115
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(push_mark_stack+0x37) [0x6165bfd1670c] gc/default/default.c:4249
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_grey) gc/default/default.c:4361
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_mark+0xc8) [0x6165bfd4c818] gc/default/default.c:4389
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_gc_impl_mark) gc/default/default.c:4435
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_mark_internal) /home/yahonda/src/github.com/ruby/ruby/gc.c:2602
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_mark_internal) /home/yahonda/src/github.com/ruby/ruby/gc.c:2600
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(mark_cc_entry_i) /home/yahonda/src/github.com/ruby/ruby/gc.c:2831
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_id_table_foreach_values+0x4d) [0x6165bfeaad5d] /home/yahonda/src/github.com/ruby/ruby/id_table.c:303
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(mark_cc_tbl+0x18) [0x6165bfd48f99] /home/yahonda/src/github.com/ruby/ruby/gc.c:2846
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(mark_cc_tbl) /home/yahonda/src/github.com/ruby/ruby/gc.c:2838
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_mark_classext_module) /home/yahonda/src/github.com/ruby/ruby/gc.c:3097
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_class_classext_foreach+0x54) [0x6165c007c0f4] /home/yahonda/src/github.com/ruby/ruby/class.c:398
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_gc_mark_children+0xab) [0x6165bfd495eb] /home/yahonda/src/github.com/ruby/ruby/gc.c:3171
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_marks_wb_unprotected_objects_plane+0x26) [0x6165bfd53676] gc/default/default.c:4563
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rgengc_rememberset_mark_plane) gc/default/default.c:5241
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rgengc_rememberset_mark) gc/default/default.c:5907
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_marks_start) gc/default/default.c:5731
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_marks) gc/default/default.c:5751
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(gc_start) gc/default/default.c:6425
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_multi_ractor_p+0x0) [0x6165bfd54266] gc/default/default.c:6307
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_lock_leave) ./vm_sync.h:101
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_gc_vm_unlock) /home/yahonda/src/github.com/ruby/ruby/gc.c:144
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(garbage_collect) gc/default/default.c:6309
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(garbage_collect_with_gvl+0x8a) [0x6165bfd55e1a] gc/default/default.c:6707
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(objspace_malloc_fixup+0xf) [0x6165bfd57f7c] gc/default/default.c:8047
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ruby_xmalloc2) gc/default/default.c:8144
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ruby_nonempty_memcpy+0x0) [0x6165c004e357] /home/yahonda/src/github.com/ruby/ruby/array.c:351
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rbimpl_size_mul_overflow) /home/yahonda/src/github.com/ruby/ruby/array.c:406
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rbimpl_size_mul_or_raise) ./include/ruby/internal/memory.h:639
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ary_resize_capa) /home/yahonda/src/github.com/ruby/ruby/array.c:406
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ary_double_capa+0x49) [0x6165c0052deb] /home/yahonda/src/github.com/ruby/ruby/array.c:461
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ary_ensure_room_for_push) /home/yahonda/src/github.com/ruby/ruby/array.c:620
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_splice+0xd1) [0x6165c0056081] /home/yahonda/src/github.com/ruby/ruby/array.c:2233
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(ary_append+0x38) [0x6165c005eb2b] /home/yahonda/src/github.com/ruby/ruby/array.c:5037
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_concat) /home/yahonda/src/github.com/ruby/ruby/array.c:5080
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(flat_map_i+0x33) [0x6165c010d513] /home/yahonda/src/github.com/ruby/ruby/enum.c:684
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_pop_frame+0x0) [0x6165bff0b106] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5140
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield_with_cfunc) /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5141
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield_with_cref+0x56) [0x6165bff11e6c] /home/yahonda/src/github.com/ruby/ruby/vm.c:1706
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield) /home/yahonda/src/github.com/ruby/ruby/vm.c:1714
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield_0) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1362
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1378
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_TEST_RAW+0x0) [0x6165c004ef0c] /home/yahonda/src/github.com/ruby/ruby/array.c:2646
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_ANY_RAW) ./include/ruby/internal/fl_type.h:516
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_array_len) ./include/ruby/internal/core/rarray.h:259
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_each) /home/yahonda/src/github.com/ruby/ruby/array.c:2645
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call0_cfunc_with_frame+0x107) [0x6165bff123df] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:164
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call0_cfunc) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:178
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call0_body) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:229
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call0_cc+0xf2) [0x6165bff13142] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:101
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_call0+0x19a) [0x6165bff143da] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:572
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(iterate_method+0x50) [0x6165bff14e40] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:891
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_iterate0+0xcc) [0x6165bff063ac] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1488
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_block_call_kw+0x5c) [0x6165bff0686a] /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1520
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_block_call) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1555
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(enum_flat_map+0x39) [0x6165c0110349] /home/yahonda/src/github.com/ruby/ruby/enum.c:716
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call_cfunc_with_frame_+0x101) [0x6165bfefaed1] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:3776
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_sendish+0x103) [0x6165bff03703] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5982
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_exec_core+0x22c9) [0x6165bff1e4a9] /home/yahonda/src/github.com/ruby/ruby/insns.def:851
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_exec+0x24f) [0x6165bff0d59f] /home/yahonda/src/github.com/ruby/ruby/vm.c:2625
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield_with_cref+0x56) [0x6165bff11e6c] /home/yahonda/src/github.com/ruby/ruby/vm.c:1706
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield) /home/yahonda/src/github.com/ruby/ruby/vm.c:1714
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield_0) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1362
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1378
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_TEST_RAW+0x0) [0x6165c004ef0c] /home/yahonda/src/github.com/ruby/ruby/array.c:2646
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_ANY_RAW) ./include/ruby/internal/fl_type.h:516
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_array_len) ./include/ruby/internal/core/rarray.h:259
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_each) /home/yahonda/src/github.com/ruby/ruby/array.c:2645
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call_cfunc_with_frame_+0x101) [0x6165bfefaed1] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:3776
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_sendish+0x103) [0x6165bff03703] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5982
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_exec_core+0x22c9) [0x6165bff1e4a9] /home/yahonda/src/github.com/ruby/ruby/insns.def:851
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_exec+0x24f) [0x6165bff0d59f] /home/yahonda/src/github.com/ruby/ruby/vm.c:2625
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield_with_cref+0x56) [0x6165bff11e6c] /home/yahonda/src/github.com/ruby/ruby/vm.c:1706
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield) /home/yahonda/src/github.com/ruby/ruby/vm.c:1714
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield_0) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1362
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1378
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_TEST_RAW+0x0) [0x6165c004ef0c] /home/yahonda/src/github.com/ruby/ruby/array.c:2646
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_ANY_RAW) ./include/ruby/internal/fl_type.h:516
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_array_len) ./include/ruby/internal/core/rarray.h:259
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_each) /home/yahonda/src/github.com/ruby/ruby/array.c:2645
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call_cfunc_with_frame_+0x101) [0x6165bfefaed1] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:3776
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_sendish+0x103) [0x6165bff03703] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5982
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_exec_core+0x22c9) [0x6165bff1e4a9] /home/yahonda/src/github.com/ruby/ruby/insns.def:851
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_exec+0x24f) [0x6165bff0d59f] /home/yahonda/src/github.com/ruby/ruby/vm.c:2625
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield_with_cref+0x56) [0x6165bff11e6c] /home/yahonda/src/github.com/ruby/ruby/vm.c:1706
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_yield) /home/yahonda/src/github.com/ruby/ruby/vm.c:1714
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield_0) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1362
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_yield) /home/yahonda/src/github.com/ruby/ruby/vm_eval.c:1378
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_TEST_RAW+0x0) [0x6165c005566e] /home/yahonda/src/github.com/ruby/ruby/array.c:3655
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(RB_FL_ANY_RAW) ./include/ruby/internal/fl_type.h:516
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_array_len) ./include/ruby/internal/core/rarray.h:259
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_push) /home/yahonda/src/github.com/ruby/ruby/array.c:1385
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ary_collect) /home/yahonda/src/github.com/ruby/ruby/array.c:3655
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_call_cfunc_with_frame_+0x101) [0x6165bfefaed1] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:3776
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_sendish+0x103) [0x6165bff03703] /home/yahonda/src/github.com/ruby/ruby/vm_insnhelper.c:5982
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(vm_exec_core+0x22c9) [0x6165bff1e4a9] /home/yahonda/src/github.com/ruby/ruby/insns.def:851
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_exec+0x24f) [0x6165bff0d59f] /home/yahonda/src/github.com/ruby/ruby/vm.c:2625
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_vm_invoke_proc+0x66) [0x6165bff10ac6] /home/yahonda/src/github.com/ruby/ruby/vm.c:1800
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_proc_call_kw+0x34) [0x6165bfdeb659] /home/yahonda/src/github.com/ruby/ruby/proc.c:997
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_proc_call) /home/yahonda/src/github.com/ruby/ruby/proc.c:1007
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(exec_end_procs_chain+0x44) [0x6165bfd2ac6d] /home/yahonda/src/github.com/ruby/ruby/eval_jump.c:105
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ec_exec_end_proc) /home/yahonda/src/github.com/ruby/ruby/eval_jump.c:121
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ec_teardown+0xcc) [0x6165bfd2ae5c] /home/yahonda/src/github.com/ruby/ruby/eval.c:155
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_ec_cleanup+0x143) [0x6165bfd2b033] /home/yahonda/src/github.com/ruby/ruby/eval.c:207
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(rb_main+0x21) [0x6165bfd260d4] ./main.c:42
/home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby(main) ./main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x78) [0x7e561b82a338] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7e561b82a3fb] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x6165bfd26115]
-- Other runtime information -----------------------------------------------
* Process memory map:
6165bfcd7000-6165bfd15000 r--p 00000000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
6165bfd15000-6165c01ea000 r-xp 0003e000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
6165c01ea000-6165c037d000 r--p 00513000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
6165c037d000-6165c0393000 r--p 006a5000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
6165c0393000-6165c0395000 rw-p 006bb000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
6165c0395000-6165c03a9000 rw-p 00000000 00:00 0
6165e52ad000-6165f3ab6000 rw-p 00000000 00:00 0 [heap]
7e5596000000-7e5596215000 r--s 00000000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e5596400000-7e55991f9000 r--s 00000000 103:02 56758859 /home/yahonda/.local/share/mise/installs/ruby/trunk/bin/ruby
7e5599380000-7e559f220000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e559f22f000-7e559fa30000 rw-p 00000000 00:00 0
7e559fa30000-7e559fbf0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e559fc00000-7e55a0000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55a0000000-7e55a0021000 rw-p 00000000 00:00 0
7e55a0021000-7e55a4000000 ---p 00000000 00:00 0
7e55a4010000-7e55a7ef0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55a7eff000-7e55a7f00000 ---p 00000000 00:00 0
7e55a7f00000-7e55a8000000 rw-p 00000000 00:00 0
7e55a8000000-7e55a8021000 rw-p 00000000 00:00 0
7e55a8021000-7e55ac000000 ---p 00000000 00:00 0
7e55ac000000-7e55ac042000 rw-p 00000000 00:00 0
7e55ac042000-7e55b0000000 ---p 00000000 00:00 0
7e55b0000000-7e55b0021000 rw-p 00000000 00:00 0
7e55b0021000-7e55b4000000 ---p 00000000 00:00 0
7e55b4000000-7e55b403d000 rw-p 00000000 00:00 0
7e55b403d000-7e55b8000000 ---p 00000000 00:00 0
7e55b8000000-7e55b8021000 rw-p 00000000 00:00 0
7e55b8021000-7e55bc000000 ---p 00000000 00:00 0
7e55bc000000-7e55bc021000 rw-p 00000000 00:00 0
7e55bc021000-7e55c0000000 ---p 00000000 00:00 0
7e55c0000000-7e55c003d000 rw-p 00000000 00:00 0
7e55c003d000-7e55c4000000 ---p 00000000 00:00 0
7e55c4000000-7e55c4021000 rw-p 00000000 00:00 0
7e55c4021000-7e55c8000000 ---p 00000000 00:00 0
7e55c8000000-7e55c8021000 rw-p 00000000 00:00 0
7e55c8021000-7e55cc000000 ---p 00000000 00:00 0
7e55cc000000-7e55cc028000 rw-p 00000000 00:00 0
7e55cc028000-7e55d0000000 ---p 00000000 00:00 0
7e55d0000000-7e55d0021000 rw-p 00000000 00:00 0
7e55d0021000-7e55d4000000 ---p 00000000 00:00 0
7e55d4000000-7e55d4021000 rw-p 00000000 00:00 0
7e55d4021000-7e55d8000000 ---p 00000000 00:00 0
7e55d8000000-7e55d8021000 rw-p 00000000 00:00 0
7e55d8021000-7e55dc000000 ---p 00000000 00:00 0
7e55dc000000-7e55dc021000 rw-p 00000000 00:00 0
7e55dc021000-7e55e0000000 ---p 00000000 00:00 0
7e55e0000000-7e55e0021000 rw-p 00000000 00:00 0
7e55e0021000-7e55e4000000 ---p 00000000 00:00 0
7e55e4000000-7e55e4021000 rw-p 00000000 00:00 0
7e55e4021000-7e55e8000000 ---p 00000000 00:00 0
7e55e8000000-7e55e8021000 rw-p 00000000 00:00 0
7e55e8021000-7e55ec000000 ---p 00000000 00:00 0
7e55ec000000-7e55ec021000 rw-p 00000000 00:00 0
7e55ec021000-7e55f0000000 ---p 00000000 00:00 0
7e55f0000000-7e55f0021000 rw-p 00000000 00:00 0
7e55f0021000-7e55f4000000 ---p 00000000 00:00 0
7e55f4010000-7e55f40a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f40ab000-7e55f40ac000 ---p 00000000 00:00 0
7e55f40ac000-7e55f41ac000 rw-p 00000000 00:00 0
7e55f41ac000-7e55f41ad000 ---p 00000000 00:00 0
7e55f41ad000-7e55f42ad000 rw-p 00000000 00:00 0
7e55f42ad000-7e55f42ae000 ---p 00000000 00:00 0
7e55f42ae000-7e55f43ae000 rw-p 00000000 00:00 0
7e55f43ae000-7e55f43af000 ---p 00000000 00:00 0
7e55f43af000-7e55f44af000 rw-p 00000000 00:00 0
7e55f44af000-7e55f44b0000 ---p 00000000 00:00 0
7e55f44b0000-7e55f45b0000 rw-p 00000000 00:00 0
7e55f45b0000-7e55f4710000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f471e000-7e55f472b000 r--p 00000000 103:02 57697826 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/sqlite3-2.7.0/lib/sqlite3/sqlite3_native.so
7e55f472b000-7e55f4835000 r-xp 0000d000 103:02 57697826 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/sqlite3-2.7.0/lib/sqlite3/sqlite3_native.so
7e55f4835000-7e55f4868000 r--p 00117000 103:02 57697826 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/sqlite3-2.7.0/lib/sqlite3/sqlite3_native.so
7e55f4868000-7e55f486b000 r--p 00149000 103:02 57697826 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/sqlite3-2.7.0/lib/sqlite3/sqlite3_native.so
7e55f486b000-7e55f4870000 rw-p 0014c000 103:02 57697826 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/sqlite3-2.7.0/lib/sqlite3/sqlite3_native.so
7e55f4870000-7e55f4a40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f4a4f000-7e55f4a52000 r--p 00000000 103:02 56759098 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/single_byte.so
7e55f4a52000-7e55f4a53000 r-xp 00003000 103:02 56759098 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/single_byte.so
7e55f4a53000-7e55f4a67000 r--p 00004000 103:02 56759098 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/single_byte.so
7e55f4a67000-7e55f4a6c000 r--p 00018000 103:02 56759098 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/single_byte.so
7e55f4a6c000-7e55f4a6d000 rw-p 0001d000 103:02 56759098 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/single_byte.so
7e55f4a6d000-7e55f4a6e000 ---p 00000000 00:00 0
7e55f4a6e000-7e55f4b6e000 rw-p 00000000 00:00 0
7e55f4b6e000-7e55f4b6f000 ---p 00000000 00:00 0
7e55f4b6f000-7e55f4c6f000 rw-p 00000000 00:00 0
7e55f4c6f000-7e55f4c70000 ---p 00000000 00:00 0
7e55f4c70000-7e55f4d70000 rw-p 00000000 00:00 0
7e55f4d70000-7e55f5440000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f544f000-7e55f5450000 ---p 00000000 00:00 0
7e55f5450000-7e55f5550000 rw-p 00000000 00:00 0
7e55f5550000-7e55f5830000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f583e000-7e55f583f000 ---p 00000000 00:00 0
7e55f583f000-7e55f593f000 rw-p 00000000 00:00 0
7e55f593f000-7e55f5940000 ---p 00000000 00:00 0
7e55f5940000-7e55f5a40000 rw-p 00000000 00:00 0
7e55f5a40000-7e55f6a60000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f6a68000-7e55f6a69000 ---p 00000000 00:00 0
7e55f6a69000-7e55f6b69000 rw-p 00000000 00:00 0
7e55f6b69000-7e55f6b6a000 ---p 00000000 00:00 0
7e55f6b6a000-7e55f6c6a000 rw-p 00000000 00:00 0
7e55f6c6a000-7e55f6c6b000 ---p 00000000 00:00 0
7e55f6c6b000-7e55f6d6b000 rw-p 00000000 00:00 0
7e55f6d6b000-7e55f6d6c000 ---p 00000000 00:00 0
7e55f6d6c000-7e55f6e6c000 rw-p 00000000 00:00 0
7e55f6e6c000-7e55f6e6d000 ---p 00000000 00:00 0
7e55f6e6d000-7e55f6f6d000 rw-p 00000000 00:00 0
7e55f6f6d000-7e55f6f6e000 ---p 00000000 00:00 0
7e55f6f6e000-7e55f706e000 rw-p 00000000 00:00 0
7e55f706e000-7e55f706f000 ---p 00000000 00:00 0
7e55f706f000-7e55f716f000 rw-p 00000000 00:00 0
7e55f716f000-7e55f7170000 ---p 00000000 00:00 0
7e55f7170000-7e55f7270000 rw-p 00000000 00:00 0
7e55f7270000-7e55f7600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f7a10000-7e55f7a30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f7a40000-7e55f7df0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f7e00000-7e55f8000000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55f8000000-7e55f8021000 rw-p 00000000 00:00 0
7e55f8021000-7e55fc000000 ---p 00000000 00:00 0
7e55fc010000-7e55fc700000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fc70f000-7e55fc890000 rw-p 00000000 00:00 0
7e55fc890000-7e55fcf80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fcf8f000-7e55fd110000 rw-p 00000000 00:00 0
7e55fd110000-7e55fd400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fd400000-7e55fd4a2000 r--p 00000000 103:02 3698288 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.34
7e55fd4a2000-7e55fd5ef000 r-xp 000a2000 103:02 3698288 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.34
7e55fd5ef000-7e55fd677000 r--p 001ef000 103:02 3698288 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.34
7e55fd677000-7e55fd686000 r--p 00276000 103:02 3698288 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.34
7e55fd686000-7e55fd689000 rw-p 00285000 103:02 3698288 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.34
7e55fd689000-7e55fd68d000 rw-p 00000000 00:00 0
7e55fd6a0000-7e55fd6f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fd6ff000-7e55fd700000 ---p 00000000 00:00 0
7e55fd700000-7e55fd800000 rw-p 00000000 00:00 0
7e55fd800000-7e55fd827000 r--p 00000000 103:02 3695274 /usr/lib/x86_64-linux-gnu/libmysqlclient.so.24.1.0
7e55fd827000-7e55fd92c000 r-xp 00027000 103:02 3695274 /usr/lib/x86_64-linux-gnu/libmysqlclient.so.24.1.0
7e55fd92c000-7e55fdc0c000 r--p 0012c000 103:02 3695274 /usr/lib/x86_64-linux-gnu/libmysqlclient.so.24.1.0
7e55fdc0c000-7e55fdc13000 r--p 0040c000 103:02 3695274 /usr/lib/x86_64-linux-gnu/libmysqlclient.so.24.1.0
7e55fdc13000-7e55fdf02000 rw-p 00413000 103:02 3695274 /usr/lib/x86_64-linux-gnu/libmysqlclient.so.24.1.0
7e55fdf02000-7e55fdf03000 rw-p 00000000 00:00 0
7e55fdf09000-7e55fdf0c000 r--p 00000000 103:02 57694611 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/msgpack-1.8.0/lib/msgpack/msgpack.so
7e55fdf0c000-7e55fdf1a000 r-xp 00003000 103:02 57694611 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/msgpack-1.8.0/lib/msgpack/msgpack.so
7e55fdf1a000-7e55fdf1e000 r--p 00011000 103:02 57694611 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/msgpack-1.8.0/lib/msgpack/msgpack.so
7e55fdf1e000-7e55fdf1f000 r--p 00014000 103:02 57694611 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/msgpack-1.8.0/lib/msgpack/msgpack.so
7e55fdf1f000-7e55fdf20000 rw-p 00015000 103:02 57694611 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/msgpack-1.8.0/lib/msgpack/msgpack.so
7e55fdf20000-7e55fe0f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fe100000-7e55fe110000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fe110000-7e55fe3c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fe3cd000-7e55fe3d0000 r--p 00000000 103:02 3698225 /usr/lib/x86_64-linux-gnu/libresolv.so.2
7e55fe3d0000-7e55fe3da000 r-xp 00003000 103:02 3698225 /usr/lib/x86_64-linux-gnu/libresolv.so.2
7e55fe3da000-7e55fe3dc000 r--p 0000d000 103:02 3698225 /usr/lib/x86_64-linux-gnu/libresolv.so.2
7e55fe3dc000-7e55fe3dd000 r--p 0000f000 103:02 3698225 /usr/lib/x86_64-linux-gnu/libresolv.so.2
7e55fe3dd000-7e55fe3de000 rw-p 00010000 103:02 3698225 /usr/lib/x86_64-linux-gnu/libresolv.so.2
7e55fe3de000-7e55fe3e0000 rw-p 00000000 00:00 0
7e55fe3e0000-7e55fe400000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fe400000-7e55fe4c6000 r--p 00000000 103:02 3697762 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7e55fe4c6000-7e55fe861000 r-xp 000c6000 103:02 3697762 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7e55fe861000-7e55fe96b000 r--p 00461000 103:02 3697762 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7e55fe96b000-7e55fe9d1000 r--p 0056b000 103:02 3697762 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7e55fe9d1000-7e55fe9d4000 rw-p 005d1000 103:02 3697762 /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7e55fe9d4000-7e55fe9d7000 rw-p 00000000 00:00 0
7e55fe9d8000-7e55fe9de000 r--p 00000000 103:02 57695976 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/mysql2-0.5.6/lib/mysql2/mysql2.so
7e55fe9de000-7e55fe9ea000 r-xp 00006000 103:02 57695976 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/mysql2-0.5.6/lib/mysql2/mysql2.so
7e55fe9ea000-7e55fe9ed000 r--p 00012000 103:02 57695976 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/mysql2-0.5.6/lib/mysql2/mysql2.so
7e55fe9ed000-7e55fe9ef000 r--p 00015000 103:02 57695976 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/mysql2-0.5.6/lib/mysql2/mysql2.so
7e55fe9ef000-7e55fe9f0000 rw-p 00017000 103:02 57695976 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/mysql2-0.5.6/lib/mysql2/mysql2.so
7e55fe9f0000-7e55fea30000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fea3b000-7e55fea3f000 r--p 00000000 103:02 3698436 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.6
7e55fea3f000-7e55feb1d000 r-xp 00004000 103:02 3698436 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.6
7e55feb1d000-7e55feb2a000 r--p 000e2000 103:02 3698436 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.6
7e55feb2a000-7e55feb2b000 r--p 000ef000 103:02 3698436 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.6
7e55feb2b000-7e55feb2c000 rw-p 000f0000 103:02 3698436 /usr/lib/x86_64-linux-gnu/libzstd.so.1.5.6
7e55feb2c000-7e55feb4d000 r--p 00000000 103:02 3698282 /usr/lib/x86_64-linux-gnu/libssl.so.3
7e55feb4d000-7e55febff000 r-xp 00021000 103:02 3698282 /usr/lib/x86_64-linux-gnu/libssl.so.3
7e55febff000-7e55fec2a000 r--p 000d3000 103:02 3698282 /usr/lib/x86_64-linux-gnu/libssl.so.3
7e55fec2a000-7e55fec34000 r--p 000fd000 103:02 3698282 /usr/lib/x86_64-linux-gnu/libssl.so.3
7e55fec34000-7e55fec38000 rw-p 00107000 103:02 3698282 /usr/lib/x86_64-linux-gnu/libssl.so.3
7e55fec38000-7e55fec4c000 r--p 00000000 103:02 56759045 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/openssl.so
7e55fec4c000-7e55fec84000 r-xp 00014000 103:02 56759045 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/openssl.so
7e55fec84000-7e55fec96000 r--p 0004c000 103:02 56759045 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/openssl.so
7e55fec96000-7e55fec98000 r--p 0005d000 103:02 56759045 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/openssl.so
7e55fec98000-7e55fec9a000 rw-p 0005f000 103:02 56759045 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/openssl.so
7e55fec9a000-7e55fec9b000 rw-p 00000000 00:00 0
7e55fecb0000-7e55fed50000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fed5c000-7e55fed5f000 r--p 00000000 103:02 56759059 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/zlib.so
7e55fed5f000-7e55fed6b000 r-xp 00003000 103:02 56759059 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/zlib.so
7e55fed6b000-7e55fed6e000 r--p 0000f000 103:02 56759059 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/zlib.so
7e55fed6e000-7e55fed6f000 r--p 00011000 103:02 56759059 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/zlib.so
7e55fed6f000-7e55fed70000 rw-p 00012000 103:02 56759059 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/zlib.so
7e55fed70000-7e55feed0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55feee0000-7e55fefe0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55fefe8000-7e55fefef000 r--p 00000000 103:02 56758878 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/socket.so
7e55fefef000-7e55ff016000 r-xp 00007000 103:02 56758878 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/socket.so
7e55ff016000-7e55ff01e000 r--p 0002e000 103:02 56758878 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/socket.so
7e55ff01e000-7e55ff01f000 r--p 00035000 103:02 56758878 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/socket.so
7e55ff01f000-7e55ff020000 rw-p 00036000 103:02 56758878 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/socket.so
7e55ff020000-7e55ff060000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff06b000-7e55ff06d000 r--p 00000000 103:02 3698433 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7e55ff06d000-7e55ff088000 r-xp 00002000 103:02 3698433 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7e55ff088000-7e55ff08c000 r--p 0001d000 103:02 3698433 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7e55ff08c000-7e55ff08d000 r--p 00020000 103:02 3698433 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7e55ff08d000-7e55ff08e000 rw-p 00021000 103:02 3698433 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
7e55ff0a0000-7e55ff130000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff140000-7e55ff2c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff2d0000-7e55ff430000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff435000-7e55ff436000 r--p 00000000 103:02 56759074 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/iso_8859_1.so
7e55ff436000-7e55ff437000 r-xp 00001000 103:02 56759074 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/iso_8859_1.so
7e55ff437000-7e55ff438000 r--p 00002000 103:02 56759074 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/iso_8859_1.so
7e55ff438000-7e55ff439000 r--p 00002000 103:02 56759074 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/iso_8859_1.so
7e55ff439000-7e55ff43a000 rw-p 00003000 103:02 56759074 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/iso_8859_1.so
7e55ff43a000-7e55ff43b000 r--p 00000000 103:02 56759131 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest/sha1.so
7e55ff43b000-7e55ff43d000 r-xp 00001000 103:02 56759131 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest/sha1.so
7e55ff43d000-7e55ff43e000 r--p 00003000 103:02 56759131 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest/sha1.so
7e55ff43e000-7e55ff43f000 r--p 00003000 103:02 56759131 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest/sha1.so
7e55ff43f000-7e55ff440000 rw-p 00004000 103:02 56759131 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest/sha1.so
7e55ff440000-7e55ff5a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff5a0000-7e55ff5a2000 r--p 00000000 103:02 56759040 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/console.so
7e55ff5a2000-7e55ff5a7000 r-xp 00002000 103:02 56759040 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/console.so
7e55ff5a7000-7e55ff5a8000 r--p 00007000 103:02 56759040 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/console.so
7e55ff5a8000-7e55ff5a9000 r--p 00008000 103:02 56759040 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/console.so
7e55ff5a9000-7e55ff5aa000 rw-p 00009000 103:02 56759040 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/console.so
7e55ff5aa000-7e55ff5ab000 r--p 00000000 103:02 57692380 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/bcrypt-3.1.20/lib/bcrypt_ext.so
7e55ff5ab000-7e55ff5af000 r-xp 00001000 103:02 57692380 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/bcrypt-3.1.20/lib/bcrypt_ext.so
7e55ff5af000-7e55ff5b1000 r--p 00005000 103:02 57692380 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/bcrypt-3.1.20/lib/bcrypt_ext.so
7e55ff5b1000-7e55ff5b2000 r--p 00006000 103:02 57692380 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/bcrypt-3.1.20/lib/bcrypt_ext.so
7e55ff5b2000-7e55ff5b3000 rw-p 00007000 103:02 57692380 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/bcrypt-3.1.20/lib/bcrypt_ext.so
7e55ff5b3000-7e55ff5b4000 r--p 00000000 103:02 56759126 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16be.so
7e55ff5b4000-7e55ff5b5000 r-xp 00001000 103:02 56759126 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16be.so
7e55ff5b5000-7e55ff5b6000 r--p 00002000 103:02 56759126 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16be.so
7e55ff5b6000-7e55ff5b7000 r--p 00002000 103:02 56759126 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16be.so
7e55ff5b7000-7e55ff5b8000 rw-p 00003000 103:02 56759126 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16be.so
7e55ff5b8000-7e55ff5b9000 r--p 00000000 103:02 56759117 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16le.so
7e55ff5b9000-7e55ff5ba000 r-xp 00001000 103:02 56759117 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16le.so
7e55ff5ba000-7e55ff5bb000 r--p 00002000 103:02 56759117 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16le.so
7e55ff5bb000-7e55ff5bc000 r--p 00002000 103:02 56759117 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16le.so
7e55ff5bc000-7e55ff5bd000 rw-p 00003000 103:02 56759117 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/utf_16le.so
7e55ff5bd000-7e55ff5c0000 r--p 00000000 103:02 57688489 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/extensions/x86_64-linux/3.5.0+2-static/bigdecimal-3.2.2/bigdecimal.so
7e55ff5c0000-7e55ff5da000 r-xp 00003000 103:02 57688489 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/extensions/x86_64-linux/3.5.0+2-static/bigdecimal-3.2.2/bigdecimal.so
7e55ff5da000-7e55ff5de000 r--p 0001d000 103:02 57688489 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/extensions/x86_64-linux/3.5.0+2-static/bigdecimal-3.2.2/bigdecimal.so
7e55ff5de000-7e55ff5df000 r--p 00020000 103:02 57688489 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/extensions/x86_64-linux/3.5.0+2-static/bigdecimal-3.2.2/bigdecimal.so
7e55ff5df000-7e55ff5e0000 rw-p 00021000 103:02 57688489 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/extensions/x86_64-linux/3.5.0+2-static/bigdecimal-3.2.2/bigdecimal.so
7e55ff5e0000-7e55ff660000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff660000-7e55ff662000 r--p 00000000 103:02 56759057 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/generator.so
7e55ff662000-7e55ff66b000 r-xp 00002000 103:02 56759057 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/generator.so
7e55ff66b000-7e55ff66e000 r--p 0000b000 103:02 56759057 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/generator.so
7e55ff66e000-7e55ff66f000 r--p 0000d000 103:02 56759057 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/generator.so
7e55ff66f000-7e55ff670000 rw-p 0000e000 103:02 56759057 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/generator.so
7e55ff670000-7e55ff674000 r--p 00000000 103:02 56759054 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/date_core.so
7e55ff674000-7e55ff6a5000 r-xp 00004000 103:02 56759054 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/date_core.so
7e55ff6a5000-7e55ff6ad000 r--p 00035000 103:02 56759054 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/date_core.so
7e55ff6ad000-7e55ff6ae000 r--p 0003c000 103:02 56759054 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/date_core.so
7e55ff6ae000-7e55ff6af000 rw-p 0003d000 103:02 56759054 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/date_core.so
7e55ff6af000-7e55ff6b0000 rw-p 00000000 00:00 0
7e55ff6b0000-7e55ff710000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff712000-7e55ff714000 r--p 00000000 103:02 56759058 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/parser.so
7e55ff714000-7e55ff718000 r-xp 00002000 103:02 56759058 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/parser.so
7e55ff718000-7e55ff719000 r--p 00006000 103:02 56759058 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/parser.so
7e55ff719000-7e55ff71a000 r--p 00007000 103:02 56759058 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/parser.so
7e55ff71a000-7e55ff71b000 rw-p 00008000 103:02 56759058 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/json/ext/parser.so
7e55ff71b000-7e55ff71c000 r--p 00000000 103:02 56759041 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/nonblock.so
7e55ff71c000-7e55ff71d000 r-xp 00001000 103:02 56759041 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/nonblock.so
7e55ff71d000-7e55ff71e000 r--p 00002000 103:02 56759041 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/nonblock.so
7e55ff71e000-7e55ff71f000 r--p 00002000 103:02 56759041 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/nonblock.so
7e55ff71f000-7e55ff720000 rw-p 00003000 103:02 56759041 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/nonblock.so
7e55ff720000-7e55ff730000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff730000-7e55ff740000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff744000-7e55ff745000 r--p 00000000 103:02 56759043 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/erb/escape.so
7e55ff745000-7e55ff746000 r-xp 00001000 103:02 56759043 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/erb/escape.so
7e55ff746000-7e55ff747000 r--p 00002000 103:02 56759043 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/erb/escape.so
7e55ff747000-7e55ff748000 r--p 00002000 103:02 56759043 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/erb/escape.so
7e55ff748000-7e55ff749000 rw-p 00003000 103:02 56759043 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/erb/escape.so
7e55ff749000-7e55ff74b000 r--p 00000000 103:02 56759047 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest.so
7e55ff74b000-7e55ff74d000 r-xp 00002000 103:02 56759047 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest.so
7e55ff74d000-7e55ff74e000 r--p 00004000 103:02 56759047 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest.so
7e55ff74e000-7e55ff74f000 r--p 00004000 103:02 56759047 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest.so
7e55ff74f000-7e55ff750000 rw-p 00005000 103:02 56759047 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/digest.so
7e55ff750000-7e55ff760000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff760000-7e55ff870000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff871000-7e55ff872000 r--p 00000000 103:02 56759039 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/wait.so
7e55ff872000-7e55ff873000 r-xp 00001000 103:02 56759039 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/wait.so
7e55ff873000-7e55ff874000 r--p 00002000 103:02 56759039 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/wait.so
7e55ff874000-7e55ff875000 r--p 00002000 103:02 56759039 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/wait.so
7e55ff875000-7e55ff876000 rw-p 00003000 103:02 56759039 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/io/wait.so
7e55ff876000-7e55ff879000 r--p 00000000 103:02 56759046 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/psych.so
7e55ff879000-7e55ff87d000 r-xp 00003000 103:02 56759046 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/psych.so
7e55ff87d000-7e55ff87e000 r--p 00007000 103:02 56759046 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/psych.so
7e55ff87e000-7e55ff87f000 r--p 00008000 103:02 56759046 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/psych.so
7e55ff87f000-7e55ff880000 rw-p 00009000 103:02 56759046 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/psych.so
7e55ff880000-7e55ff940000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e55ff944000-7e55ff946000 r--p 00000000 103:02 56759060 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/strscan.so
7e55ff946000-7e55ff94b000 r-xp 00002000 103:02 56759060 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/strscan.so
7e55ff94b000-7e55ff94d000 r--p 00007000 103:02 56759060 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/strscan.so
7e55ff94d000-7e55ff94e000 r--p 00008000 103:02 56759060 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/strscan.so
7e55ff94e000-7e55ff94f000 rw-p 00009000 103:02 56759060 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/strscan.so
7e55ff94f000-7e55ff950000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ff950000-7e55ff9f1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ff9f1000-7e55ff9f2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ff9f2000-7e55ffa93000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffa93000-7e55ffa94000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffa94000-7e55ffb35000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffb35000-7e55ffb36000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffb36000-7e55ffbd7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffbd7000-7e55ffbd8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffbd8000-7e55ffc79000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffc79000-7e55ffc7a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffc7a000-7e55ffd1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffd1b000-7e55ffd1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffd1c000-7e55ffdbd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffdbd000-7e55ffdbe000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffdbe000-7e55ffe5f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffe5f000-7e55ffe60000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55ffe60000-7e55fff01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55fff01000-7e55fff02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55fff02000-7e55fffa3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55fffa3000-7e55fffa4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e55fffa4000-7e5600045000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600045000-7e5600046000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600046000-7e56000e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56000e7000-7e56000e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56000e8000-7e5600189000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600189000-7e560018a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560018a000-7e560022b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560022b000-7e560022c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560022c000-7e56002cd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56002cd000-7e56002ce000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56002ce000-7e560036f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560036f000-7e5600370000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600370000-7e5600411000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600411000-7e5600412000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600412000-7e56004b3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56004b3000-7e56004b4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56004b4000-7e5600555000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600555000-7e5600556000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600556000-7e56005f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56005f7000-7e56005f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56005f8000-7e5600699000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600699000-7e560069a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560069a000-7e560073b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560073b000-7e560073c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560073c000-7e56007dd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56007dd000-7e56007de000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56007de000-7e560087f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e560087f000-7e5600880000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600880000-7e5600921000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600921000-7e5600922000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600922000-7e56009c3000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56009c3000-7e56009c4000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e56009c4000-7e5600a65000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600a65000-7e5600a66000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600a66000-7e5600b07000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600b07000-7e5600b08000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600b08000-7e5600ba9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600ba9000-7e5600baa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600baa000-7e5600c4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600c4b000-7e5600c4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600c4c000-7e5600ced000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600ced000-7e5600cee000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600cee000-7e5600d8f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
7e5600d8f000-7e5600d90000 ---p 00000000 00:00 0
7e5600d90000-7e5601590000 rw-p 00000000 00:00 0
7e5601590000-7e5601600000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e5601600000-7e5619600000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]
7e5619600000-7e561aa00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]
7e561aa00000-7e561b7f1000 r--p 00000000 103:02 3680467 /usr/lib/locale/locale-archive
7e561b7f4000-7e561b7f7000 r--p 00000000 103:02 57691973 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/stringio-3.1.7/lib/stringio.so
7e561b7f7000-7e561b7fc000 r-xp 00003000 103:02 57691973 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/stringio-3.1.7/lib/stringio.so
7e561b7fc000-7e561b7fe000 r--p 00008000 103:02 57691973 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/stringio-3.1.7/lib/stringio.so
7e561b7fe000-7e561b7ff000 r--p 00009000 103:02 57691973 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/stringio-3.1.7/lib/stringio.so
7e561b7ff000-7e561b800000 rw-p 0000a000 103:02 57691973 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/gems/3.5.0+2/gems/stringio-3.1.7/lib/stringio.so
7e561b800000-7e561b828000 r--p 00000000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e561b828000-7e561b9be000 r-xp 00028000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e561b9be000-7e561ba0d000 r--p 001be000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e561ba0d000-7e561ba11000 r--p 0020c000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e561ba11000-7e561ba13000 rw-p 00210000 103:02 3697728 /usr/lib/x86_64-linux-gnu/libc.so.6
7e561ba13000-7e561ba20000 rw-p 00000000 00:00 0
7e561ba21000-7e561ba23000 r--p 00000000 103:02 56759136 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/etc.so
7e561ba23000-7e561ba26000 r-xp 00002000 103:02 56759136 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/etc.so
7e561ba26000-7e561ba28000 r--p 00005000 103:02 56759136 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/etc.so
7e561ba28000-7e561ba29000 r--p 00006000 103:02 56759136 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/etc.so
7e561ba29000-7e561ba2a000 rw-p 00007000 103:02 56759136 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/etc.so
7e561ba2a000-7e561ba2b000 r--p 00000000 103:02 56759064 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/cgi/escape.so
7e561ba2b000-7e561ba2d000 r-xp 00001000 103:02 56759064 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/cgi/escape.so
7e561ba2d000-7e561ba2e000 r--p 00003000 103:02 56759064 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/cgi/escape.so
7e561ba2e000-7e561ba2f000 r--p 00003000 103:02 56759064 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/cgi/escape.so
7e561ba2f000-7e561ba30000 rw-p 00004000 103:02 56759064 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/cgi/escape.so
7e561ba30000-7e561ba40000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e561ba40000-7e561ba70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
7e561ba72000-7e561ba74000 r--p 00000000 103:02 56759062 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/pathname.so
7e561ba74000-7e561ba7a000 r-xp 00002000 103:02 56759062 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/pathname.so
7e561ba7a000-7e561ba7c000 r--p 00008000 103:02 56759062 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/pathname.so
7e561ba7c000-7e561ba7d000 r--p 00009000 103:02 56759062 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/pathname.so
7e561ba7d000-7e561ba7e000 rw-p 0000a000 103:02 56759062 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/pathname.so
7e561ba7e000-7e561bb84000 rw-p 00000000 00:00 0
7e561bb84000-7e561bb88000 r--p 00000000 103:02 3697870 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e561bb88000-7e561bbab000 r-xp 00004000 103:02 3697870 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e561bbab000-7e561bbaf000 r--p 00027000 103:02 3697870 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e561bbaf000-7e561bbb0000 r--p 0002a000 103:02 3697870 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e561bbb0000-7e561bbb1000 rw-p 0002b000 103:02 3697870 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7e561bbb1000-7e561bbc2000 r--p 00000000 103:02 3698051 /usr/lib/x86_64-linux-gnu/libm.so.6
7e561bbc2000-7e561bc48000 r-xp 00011000 103:02 3698051 /usr/lib/x86_64-linux-gnu/libm.so.6
7e561bc48000-7e561bca6000 r--p 00097000 103:02 3698051 /usr/lib/x86_64-linux-gnu/libm.so.6
7e561bca6000-7e561bca7000 r--p 000f5000 103:02 3698051 /usr/lib/x86_64-linux-gnu/libm.so.6
7e561bca7000-7e561bca8000 rw-p 000f6000 103:02 3698051 /usr/lib/x86_64-linux-gnu/libm.so.6
7e561bca8000-7e561bcaa000 r--p 00000000 103:02 3697761 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7e561bcaa000-7e561bcc4000 r-xp 00002000 103:02 3697761 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7e561bcc4000-7e561bcdd000 r--p 0001c000 103:02 3697761 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7e561bcdd000-7e561bcde000 r--p 00034000 103:02 3697761 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7e561bcde000-7e561bcdf000 rw-p 00035000 103:02 3697761 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7e561bcdf000-7e561bce7000 rw-p 00000000 00:00 0
7e561bce7000-7e561bcea000 r--p 00000000 103:02 3698435 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1
7e561bcea000-7e561bcfd000 r-xp 00003000 103:02 3698435 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1
7e561bcfd000-7e561bd03000 r--p 00016000 103:02 3698435 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1
7e561bd03000-7e561bd04000 r--p 0001c000 103:02 3698435 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1
7e561bd04000-7e561bd05000 rw-p 0001d000 103:02 3698435 /usr/lib/x86_64-linux-gnu/libz.so.1.3.1
7e561bd05000-7e561bd06000 rw-p 00000000 00:00 0
7e561bd06000-7e561bd07000 rw-p 00000000 00:00 0
7e561bd07000-7e561bd08000 r--p 00000000 103:02 56759044 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/monitor.so
7e561bd08000-7e561bd09000 r-xp 00001000 103:02 56759044 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/monitor.so
7e561bd09000-7e561bd0a000 r--p 00002000 103:02 56759044 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/monitor.so
7e561bd0a000-7e561bd0b000 r--p 00002000 103:02 56759044 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/monitor.so
7e561bd0b000-7e561bd0c000 rw-p 00003000 103:02 56759044 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/monitor.so
7e561bd0d000-7e561bd0e000 r--p 00000000 103:02 56759094 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/transdb.so
7e561bd0e000-7e561bd0f000 r-xp 00001000 103:02 56759094 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/transdb.so
7e561bd0f000-7e561bd10000 r--p 00002000 103:02 56759094 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/transdb.so
7e561bd10000-7e561bd11000 r--p 00002000 103:02 56759094 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/transdb.so
7e561bd11000-7e561bd12000 rw-p 00003000 103:02 56759094 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/trans/transdb.so
7e561bd12000-7e561bd13000 r--p 00000000 103:02 56759116 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/encdb.so
7e561bd13000-7e561bd14000 r-xp 00001000 103:02 56759116 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/encdb.so
7e561bd14000-7e561bd15000 r--p 00002000 103:02 56759116 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/encdb.so
7e561bd15000-7e561bd16000 r--p 00002000 103:02 56759116 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/encdb.so
7e561bd16000-7e561bd17000 rw-p 00003000 103:02 56759116 /home/yahonda/.local/share/mise/installs/ruby/trunk/lib/ruby/3.5.0+2/x86_64-linux/enc/encdb.so
7e561bd17000-7e561bd19000 rw-p 00000000 00:00 0
7e561bd19000-7e561bd1b000 r--p 00000000 00:00 0 [vvar]
7e561bd1b000-7e561bd1d000 r--p 00000000 00:00 0 [vvar_vclock]
7e561bd1d000-7e561bd1f000 r-xp 00000000 00:00 0 [vdso]
7e561bd1f000-7e561bd20000 r--p 00000000 103:02 3697455 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e561bd20000-7e561bd4e000 r-xp 00001000 103:02 3697455 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e561bd4e000-7e561bd59000 r--p 0002f000 103:02 3697455 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e561bd59000-7e561bd5b000 r--p 0003a000 103:02 3697455 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e561bd5b000-7e561bd5c000 rw-p 0003c000 103:02 3697455 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7e561bd5c000-7e561bd5d000 rw-p 00000000 00:00 0
7ffc5a17a000-7ffc5a19c000 rw-p 00000000 00:00 0 [stack]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
Aborted (core dumped)
$
Actions
Like0
Like0