Created
May 12, 2020 09:00
-
-
Save lumentut/1892e528f72c02fc6a65b3358af55639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):001:0> DB.connect | |
/home/yohanes/Projects/libs/odbc_test/lib/odbc_test.rb:10: [BUG] Segmentation fault at 0x000055a595665f8f | |
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux] | |
-- Control frame information ----------------------------------------------- | |
c:0021 p:---- s:0102 e:000101 CFUNC :fetch_all | |
c:0020 p:0023 s:0098 e:000097 METHOD /home/yohanes/Projects/libs/odbc_test/lib/odbc_test.rb:10 | |
c:0019 p:0010 s:0092 e:000091 EVAL (irb):1 [FINISH] | |
c:0018 p:---- s:0089 e:000088 CFUNC :eval | |
c:0017 p:0021 s:0081 e:000080 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/workspace.rb:85 | |
c:0016 p:0056 s:0073 e:000071 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/context.rb:385 | |
c:0015 p:0020 s:0064 e:000063 BLOCK /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:493 | |
c:0014 p:0025 s:0061 e:000060 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:647 | |
c:0013 p:0008 s:0055 e:000054 BLOCK /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:490 | |
c:0012 p:0100 s:0050 e:000049 BLOCK /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:246 [FINISH] | |
c:0011 p:---- s:0046 e:000045 CFUNC :loop | |
c:0010 p:0006 s:0042 e:000041 BLOCK /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:232 [FINISH] | |
c:0009 p:---- s:0039 e:000038 CFUNC :catch | |
c:0008 p:0012 s:0034 e:000033 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:231 | |
c:0007 p:0034 s:0030 E:0007b8 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:489 | |
c:0006 p:0005 s:0025 e:000024 BLOCK /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:428 [FINISH] | |
c:0005 p:---- s:0022 e:000021 CFUNC :catch | |
c:0004 p:0064 s:0017 E:000438 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:427 | |
c:0003 p:0102 s:0012 e:000011 METHOD /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:383 | |
c:0002 p:0033 s:0006 e:000005 EVAL ./bin/console:14 [FINISH] | |
c:0001 p:0000 s:0003 E:000470 (none) [FINISH] | |
-- Ruby level backtrace information ---------------------------------------- | |
./bin/console:14:in `<main>' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:383:in `start' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:427:in `run' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:427:in `catch' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:428:in `block in run' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:489:in `eval_input' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `each_top_level_statement' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:231:in `catch' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `block in each_top_level_statement' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:232:in `loop' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb:246:in `block (2 levels) in each_top_level_statement' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:490:in `block in eval_input' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:647:in `signal_status' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb:493:in `block (2 levels) in eval_input' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/context.rb:385:in `evaluate' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/workspace.rb:85:in `evaluate' | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/workspace.rb:85:in `eval' | |
(irb):1:in `irb_binding' | |
/home/yohanes/Projects/libs/odbc_test/lib/odbc_test.rb:10:in `connect' | |
/home/yohanes/Projects/libs/odbc_test/lib/odbc_test.rb:10:in `fetch_all' | |
-- Machine register context ------------------------------------------------ | |
RIP: 0x00007f0b089dccf4 RBP: 0x000055a49541d180 RSP: 0x00007fffe7ebe7f8 | |
RAX: 0x00007f09f51e8010 RBX: 0x0000000000000001 RCX: 0x0000000000000005 | |
RDX: 0x00000000ffffffff RDI: 0x00007f09f51e8010 RSI: 0x000055a495665fb0 | |
R8: 0x00000000000000a5 R9: 0x00000000000000b0 R10: 0x000055a494ac2240 | |
R11: 0x000055a495523290 R12: 0x000055a495665fb0 R13: 0x00000000ffffffff | |
R14: 0x000055a495665fb0 R15: 0x000055a4955d8170 EFL: 0x0000000000010206 | |
-- C level backtrace information ------------------------------------------- | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_bugreport+0x769) [0x7f0b08eb7269] vm_dump.c:715 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_bug_context+0xe7) [0x7f0b08cfac07] error.c:609 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(sigsegv+0x42) [0x7f0b08e1e472] signal.c:998 | |
/lib/x86_64-linux-gnu/libc.so.6(0x7f0b0888cf20) [0x7f0b0888cf20] | |
[0x7f0b089dccf4] | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(memcpy+0xb) [0x7f0b08e30aed] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(str_new0) string.c:766 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_tainted_str_new+0x9) [0x7f0b08e36b79] string.c:904 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so(do_fetch+0x563) [0x7f0b04831253] odbc.c:7341 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so(stmt_fetch_many+0x28) [0x7f0b04835088] odbc.c:7451 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so(stmt_fetch_all) odbc.c:7603 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f0b08e9642a] vm_insnhelper.c:1908 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f0b08ea97a3] vm_insnhelper.c:2400 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_exec_core+0x152) [0x7f0b08e9fe82] insns.def:765 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f0b08ea683f] vm.c:1885 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_f_eval+0x164) [0x7f0b08eaa874] vm_eval.c:1352 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f0b08e9642a] vm_insnhelper.c:1908 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f0b08ea97a3] vm_insnhelper.c:2400 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_exec_core+0x152) [0x7f0b08e9fe82] insns.def:765 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f0b08ea683f] vm.c:1885 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(invoke_block+0x145) [0x7f0b08ead591] vm.c:1021 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(invoke_iseq_block_from_c) vm.c:1092 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(invoke_block_from_c_bh) vm.c:1110 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_yield) vm.c:1155 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_yield_0) vm_eval.c:978 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(loop_i) vm_eval.c:1057 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_rescue2+0xe2) [0x7f0b08d04f02] eval.c:935 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f0b08e9642a] vm_insnhelper.c:1908 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f0b08ea97a3] vm_insnhelper.c:2400 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_exec_core+0x214) [0x7f0b08e9ff44] insns.def:750 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f0b08ea683f] vm.c:1885 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(catch_i+0x2b7) [0x7f0b08eadea7] vm.c:1021 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_catch_protect+0xb1) [0x7f0b08e9a431] vm_eval.c:1982 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_catch_obj+0x2c) [0x7f0b08e9a57c] vm_eval.c:2008 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f0b08e9642a] vm_insnhelper.c:1908 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f0b08ea97a3] vm_insnhelper.c:2400 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_exec_core+0x214) [0x7f0b08e9ff44] insns.def:750 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_exec+0xaf) [0x7f0b08ea683f] vm.c:1885 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(catch_i+0x2b7) [0x7f0b08eadea7] vm.c:1021 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_catch_protect+0xb1) [0x7f0b08e9a431] vm_eval.c:1982 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_catch_obj+0x2c) [0x7f0b08e9a57c] vm_eval.c:2008 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_cfp_consistent_p+0x0) [0x7f0b08e9642a] vm_insnhelper.c:1908 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc_with_frame) vm_insnhelper.c:1910 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_cfunc) vm_insnhelper.c:1924 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_call_method+0xe3) [0x7f0b08ea97a3] vm_insnhelper.c:2400 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(vm_exec_core+0x214) [0x7f0b08e9ff44] insns.def:750 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(rb_vm_exec+0x6cf) [0x7f0b08ea6e5f] vm.c:1894 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(ruby_exec_internal+0xd6) [0x7f0b08d019a6] eval.c:262 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(ruby_exec_node+0x1d) [0x7f0b08d03e1d] eval.c:326 | |
/home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6(ruby_run_node+0x2e) [0x7f0b08d07dae] eval.c:318 | |
/home/yohanes/.rbenv/versions/2.6.5/bin/ruby(main+0x5b) [0x55a493f8c96b] ./main.c:42 | |
-- Other runtime information ----------------------------------------------- | |
* Loaded script: console | |
* Loaded features: | |
0 enumerator.so | |
1 thread.rb | |
2 rational.so | |
3 complex.so | |
4 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so | |
5 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so | |
6 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/rbconfig.rb | |
7 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/compatibility.rb | |
8 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/defaults.rb | |
9 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/deprecate.rb | |
10 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/errors.rb | |
11 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/version.rb | |
12 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/requirement.rb | |
13 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/platform.rb | |
14 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/basic_specification.rb | |
15 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/stub_specification.rb | |
16 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/util.rb | |
17 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/text.rb | |
18 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/user_interaction.rb | |
19 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/specification_policy.rb | |
20 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/util/list.rb | |
21 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/specification.rb | |
22 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/exceptions.rb | |
23 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/bundler_version_finder.rb | |
24 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/dependency.rb | |
25 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_gem.rb | |
26 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/monitor.rb | |
27 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb | |
28 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_warn.rb | |
29 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems.rb | |
30 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/path_support.rb | |
31 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb | |
32 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb | |
33 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb | |
34 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb | |
35 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb | |
36 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/delegate.rb | |
37 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | |
38 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | |
39 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb | |
40 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb | |
41 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb | |
42 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb | |
43 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb | |
44 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb | |
45 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/pathname.so | |
46 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/pathname.rb | |
47 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/version.rb | |
48 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/constants.rb | |
49 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/rubygems_integration.rb | |
50 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/current_ruby.rb | |
51 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/shared_helpers.rb | |
52 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/ext/builder.rb | |
53 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/fileutils/lib/fileutils.rb | |
54 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendored_fileutils.rb | |
55 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/errors.rb | |
56 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/environment_preserver.rb | |
57 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/plugin/api.rb | |
58 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/plugin.rb | |
59 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/git.rb | |
60 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/installed.rb | |
61 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/specific_file.rb | |
62 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/local.rb | |
63 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/lock.rb | |
64 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source/vendor.rb | |
65 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/source.rb | |
66 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/gem_helpers.rb | |
67 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/match_platform.rb | |
68 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/rubygems_ext.rb | |
69 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/build_metadata.rb | |
70 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler.rb | |
71 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/ui.rb | |
72 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/set.rb | |
73 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/command.rb | |
74 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb | |
75 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/error.rb | |
76 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/invocation.rb | |
77 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/nested_context.rb | |
78 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/parser/argument.rb | |
79 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/parser/arguments.rb | |
80 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/parser/option.rb | |
81 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/parser/options.rb | |
82 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/parser.rb | |
83 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/shell.rb | |
84 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/line_editor/basic.rb | |
85 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/line_editor/readline.rb | |
86 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/line_editor.rb | |
87 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/util.rb | |
88 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/base.rb | |
89 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor.rb | |
90 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendored_thor.rb | |
91 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/ui/shell.rb | |
92 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/shell/basic.rb | |
93 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/thor/lib/thor/shell/color.rb | |
94 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/ui/rg_proxy.rb | |
95 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/settings.rb | |
96 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/yaml_serializer.rb | |
97 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/feature_flag.rb | |
98 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source.rb | |
99 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source/path.rb | |
100 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source/git.rb | |
101 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source/rubygems.rb | |
102 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/lockfile_parser.rb | |
103 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/definition.rb | |
104 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/dependency.rb | |
105 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/ruby_dsl.rb | |
106 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/dsl.rb | |
107 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source_list.rb | |
108 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source/metadata.rb | |
109 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/version.rb | |
110 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/rfc2396_parser.rb | |
111 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/rfc3986_parser.rb | |
112 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/common.rb | |
113 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/generic.rb | |
114 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/file.rb | |
115 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/ftp.rb | |
116 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/http.rb | |
117 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/https.rb | |
118 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/ldap.rb | |
119 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/ldaps.rb | |
120 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri/mailto.rb | |
121 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/uri/lib/uri.rb | |
122 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendored_uri.rb | |
123 /home/yohanes/Projects/libs/odbc_test/lib/odbc_test/version.rb | |
124 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/index.rb | |
125 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/source/gemspec.rb | |
126 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/lazy_specification.rb | |
127 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/tsort.rb | |
128 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/spec_set.rb | |
129 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/rubygems/util/licenses.rb | |
130 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/rfc2396_parser.rb | |
131 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/rfc3986_parser.rb | |
132 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/common.rb | |
133 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/generic.rb | |
134 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/file.rb | |
135 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/ftp.rb | |
136 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/http.rb | |
137 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/https.rb | |
138 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/ldap.rb | |
139 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/ldaps.rb | |
140 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri/mailto.rb | |
141 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/uri.rb | |
142 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/remote_specification.rb | |
143 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/compatibility.rb | |
144 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb | |
145 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb | |
146 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/errors.rb | |
147 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb | |
148 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb | |
149 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb | |
150 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb | |
151 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb | |
152 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb | |
153 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb | |
154 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb | |
155 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb | |
156 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb | |
157 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/state.rb | |
158 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb | |
159 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb | |
160 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolution.rb | |
161 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/resolver.rb | |
162 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb | |
163 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendor/molinillo/lib/molinillo.rb | |
164 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/vendored_molinillo.rb | |
165 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/resolver/spec_group.rb | |
166 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/resolver.rb | |
167 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/runtime.rb | |
168 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/dep_proxy.rb | |
169 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/stub_specification.rb | |
170 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/endpoint_specification.rb | |
171 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/ruby_version.rb | |
172 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/site_ruby/2.6.0/bundler/setup.rb | |
173 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/date_core.so | |
174 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/date.rb | |
175 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so | |
176 /home/yohanes/Projects/libs/odbc_test/lib/odbc_test.rb | |
177 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/e2mmap.rb | |
178 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/init.rb | |
179 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/workspace.rb | |
180 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/inspector.rb | |
181 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/src_encoding.rb | |
182 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/magic-file.rb | |
183 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/readline.so | |
184 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/input-method.rb | |
185 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/output-method.rb | |
186 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/context.rb | |
187 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/extend-command.rb | |
188 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/notifier.rb | |
189 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/slex.rb | |
190 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-token.rb | |
191 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/ruby-lex.rb | |
192 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/locale.rb | |
193 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb/version.rb | |
194 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/irb.rb | |
* Process memory map: | |
55a493f8c000-55a493f8d000 r-xp 00000000 08:09 10224631 /home/yohanes/.rbenv/versions/2.6.5/bin/ruby | |
55a49418c000-55a49418d000 r--p 00000000 08:09 10224631 /home/yohanes/.rbenv/versions/2.6.5/bin/ruby | |
55a49418d000-55a49418e000 rw-p 00001000 08:09 10224631 /home/yohanes/.rbenv/versions/2.6.5/bin/ruby | |
55a494ac0000-55a4956b3000 rw-p 00000000 00:00 0 [heap] | |
7f09f318a000-7f09f40ac000 r--s 00000000 08:08 133300 /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.27.so | |
7f09f40ac000-7f09f429c000 r--s 00000000 08:08 1185591 /lib/x86_64-linux-gnu/libc-2.27.so | |
7f09f429c000-7f09f49d4000 rw-p 00000000 00:00 0 | |
7f09f49d4000-7f09f51c0000 r--s 00000000 08:09 10097722 /home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6.5 | |
7f09f51c0000-7f09f51e8000 r--s 00000000 08:09 10224631 /home/yohanes/.rbenv/versions/2.6.5/bin/ruby | |
7f09f51e8000-7f0af5229000 rw-p 00000000 00:00 0 | |
7f0af5229000-7f0af524e000 r-xp 00000000 08:08 1185749 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
7f0af524e000-7f0af544e000 ---p 00025000 08:08 1185749 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
7f0af544e000-7f0af5452000 r--p 00025000 08:08 1185749 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
7f0af5452000-7f0af5453000 rw-p 00029000 08:08 1185749 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
7f0af5453000-7f0af5494000 r-xp 00000000 08:08 1185729 /lib/x86_64-linux-gnu/libreadline.so.7.0 | |
7f0af5494000-7f0af5693000 ---p 00041000 08:08 1185729 /lib/x86_64-linux-gnu/libreadline.so.7.0 | |
7f0af5693000-7f0af5695000 r--p 00040000 08:08 1185729 /lib/x86_64-linux-gnu/libreadline.so.7.0 | |
7f0af5695000-7f0af569b000 rw-p 00042000 08:08 1185729 /lib/x86_64-linux-gnu/libreadline.so.7.0 | |
7f0af569b000-7f0af569c000 rw-p 00000000 00:00 0 | |
7f0af569c000-7f0af56a4000 r-xp 00000000 08:09 10225789 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/readline.so | |
7f0af56a4000-7f0af58a3000 ---p 00008000 08:09 10225789 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/readline.so | |
7f0af58a3000-7f0af58a4000 r--p 00007000 08:09 10225789 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/readline.so | |
7f0af58a4000-7f0af58a5000 rw-p 00008000 08:09 10225789 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/readline.so | |
7f0af58a5000-7f0af58e5000 rw-p 00000000 00:00 0 | |
7f0af58e5000-7f0af5b09000 r-xp 00000000 08:08 1188442 /opt/ibm/db2/V11.5/lib64/gskit_db2/C/icc/icclib/libicclib084.so | |
7f0af5b09000-7f0af5c08000 ---p 00224000 08:08 1188442 /opt/ibm/db2/V11.5/lib64/gskit_db2/C/icc/icclib/libicclib084.so | |
7f0af5c08000-7f0af5c39000 rw-p 00223000 08:08 1188442 /opt/ibm/db2/V11.5/lib64/gskit_db2/C/icc/icclib/libicclib084.so | |
7f0af5c39000-7f0af5c46000 rw-p 00000000 00:00 0 | |
7f0af5c46000-7f0af5c97000 r-xp 00000000 08:08 1188430 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8iccs_64.so | |
7f0af5c97000-7f0af5d97000 ---p 00051000 08:08 1188430 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8iccs_64.so | |
7f0af5d97000-7f0af5da7000 rw-p 00051000 08:08 1188430 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8iccs_64.so | |
7f0af5da7000-7f0af5daa000 rw-p 00000000 00:00 0 | |
7f0af5daa000-7f0af6077000 r-xp 00000000 08:08 1188451 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8ssl_64.so | |
7f0af6077000-7f0af6176000 ---p 002cd000 08:08 1188451 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8ssl_64.so | |
7f0af6176000-7f0af618f000 rw-p 002cc000 08:08 1188451 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8ssl_64.so | |
7f0af618f000-7f0af6192000 rw-p 00000000 00:00 0 | |
7f0af6192000-7f0af6543000 r-xp 00000000 08:08 1188428 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8cms_64.so | |
7f0af6543000-7f0af6642000 ---p 003b1000 08:08 1188428 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8cms_64.so | |
7f0af6642000-7f0af6671000 rw-p 003b0000 08:08 1188428 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8cms_64.so | |
7f0af6671000-7f0af667e000 r-xp 00000000 08:08 1187362 /opt/ibm/db2/V11.5/security64/plugin/IBM/client/IBMOSauthclient.so | |
7f0af667e000-7f0af687e000 ---p 0000d000 08:08 1187362 /opt/ibm/db2/V11.5/security64/plugin/IBM/client/IBMOSauthclient.so | |
7f0af687e000-7f0af687f000 r--p 0000d000 08:08 1187362 /opt/ibm/db2/V11.5/security64/plugin/IBM/client/IBMOSauthclient.so | |
7f0af687f000-7f0af6880000 rw-p 0000e000 08:08 1187362 /opt/ibm/db2/V11.5/security64/plugin/IBM/client/IBMOSauthclient.so | |
7f0af6880000-7f0af832f000 r-xp 00000000 08:08 131429 /usr/lib/x86_64-linux-gnu/libicudata.so.65.1 | |
7f0af832f000-7f0af852e000 ---p 01aaf000 08:08 131429 /usr/lib/x86_64-linux-gnu/libicudata.so.65.1 | |
7f0af852e000-7f0af852f000 r--p 01aae000 08:08 131429 /usr/lib/x86_64-linux-gnu/libicudata.so.65.1 | |
7f0af852f000-7f0af8530000 rw-p 01aaf000 08:08 131429 /usr/lib/x86_64-linux-gnu/libicudata.so.65.1 | |
7f0af8530000-7f0af8534000 r-xp 00000000 08:08 1185594 /lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 | |
7f0af8534000-7f0af8733000 ---p 00004000 08:08 1185594 /lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 | |
7f0af8733000-7f0af8734000 r--p 00003000 08:08 1185594 /lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 | |
7f0af8734000-7f0af8735000 rw-p 00004000 08:08 1185594 /lib/x86_64-linux-gnu/libcap-ng.so.0.0.0 | |
7f0af8735000-7f0af8759000 r-xp 00000000 08:08 1185651 /lib/x86_64-linux-gnu/liblzma.so.5.2.2 | |
7f0af8759000-7f0af8959000 ---p 00024000 08:08 1185651 /lib/x86_64-linux-gnu/liblzma.so.5.2.2 | |
7f0af8959000-7f0af895a000 r--p 00024000 08:08 1185651 /lib/x86_64-linux-gnu/liblzma.so.5.2.2 | |
7f0af895a000-7f0af895b000 rw-p 00025000 08:08 1185651 /lib/x86_64-linux-gnu/liblzma.so.5.2.2 | |
7f0af895b000-7f0afb78a000 r-xp 00000000 08:08 1187150 /opt/ibm/db2/V11.5/lib64/libdb2.so.1 | |
7f0afb78a000-7f0afb98a000 ---p 02e2f000 08:08 1187150 /opt/ibm/db2/V11.5/lib64/libdb2.so.1 | |
7f0afb98a000-7f0afb9fc000 r--p 02e2f000 08:08 1187150 /opt/ibm/db2/V11.5/lib64/libdb2.so.1 | |
7f0afb9fc000-7f0afbd09000 rw-p 02ea1000 08:08 1187150 /opt/ibm/db2/V11.5/lib64/libdb2.so.1 | |
7f0afbd09000-7f0afc000000 rw-p 00000000 00:00 0 | |
7f0afc000000-7f0afc021000 rw-p 00000000 00:00 0 | |
7f0afc021000-7f0b00000000 ---p 00000000 00:00 0 | |
7f0b00020000-7f0b00021000 r-xp 00000000 08:08 1188435 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8sys_64.so | |
7f0b00021000-7f0b00121000 ---p 00001000 08:08 1188435 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8sys_64.so | |
7f0b00121000-7f0b00122000 rw-p 00001000 08:08 1188435 /opt/ibm/db2/V11.5/lib64/gskit_db2/libgsk8sys_64.so | |
7f0b00122000-7f0b001e2000 rw-p 00000000 00:00 0 | |
7f0b001e2000-7f0b003a4000 r-xp 00000000 08:08 154691 /usr/lib/x86_64-linux-gnu/libicuuc.so.65.1 | |
7f0b003a4000-7f0b005a4000 ---p 001c2000 08:08 154691 /usr/lib/x86_64-linux-gnu/libicuuc.so.65.1 | |
7f0b005a4000-7f0b005b6000 r--p 001c2000 08:08 154691 /usr/lib/x86_64-linux-gnu/libicuuc.so.65.1 | |
7f0b005b6000-7f0b005b7000 rw-p 001d4000 08:08 154691 /usr/lib/x86_64-linux-gnu/libicuuc.so.65.1 | |
7f0b005b7000-7f0b005b9000 rw-p 00000000 00:00 0 | |
7f0b005b9000-7f0b005d6000 r-xp 00000000 08:08 1185581 /lib/x86_64-linux-gnu/libaudit.so.1.0.0 | |
7f0b005d6000-7f0b007d6000 ---p 0001d000 08:08 1185581 /lib/x86_64-linux-gnu/libaudit.so.1.0.0 | |
7f0b007d6000-7f0b007d7000 r--p 0001d000 08:08 1185581 /lib/x86_64-linux-gnu/libaudit.so.1.0.0 | |
7f0b007d7000-7f0b007d8000 rw-p 0001e000 08:08 1185581 /lib/x86_64-linux-gnu/libaudit.so.1.0.0 | |
7f0b007d8000-7f0b007e2000 rw-p 00000000 00:00 0 | |
7f0b007e2000-7f0b007f9000 r-xp 00000000 08:08 1181591 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
7f0b007f9000-7f0b009f8000 ---p 00017000 08:08 1181591 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
7f0b009f8000-7f0b009f9000 r--p 00016000 08:08 1181591 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
7f0b009f9000-7f0b009fa000 rw-p 00017000 08:08 1181591 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
7f0b009fa000-7f0b00b73000 r-xp 00000000 08:08 162434 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 | |
7f0b00b73000-7f0b00d73000 ---p 00179000 08:08 162434 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 | |
7f0b00d73000-7f0b00d7d000 r--p 00179000 08:08 162434 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 | |
7f0b00d7d000-7f0b00d7f000 rw-p 00183000 08:08 162434 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25 | |
7f0b00d7f000-7f0b00d83000 rw-p 00000000 00:00 0 | |
7f0b00d83000-7f0b00d9e000 r-xp 00000000 08:08 1187112 /opt/ibm/db2/V11.5/lib64/libdb2trcapi.so.1 | |
7f0b00d9e000-7f0b00f9d000 ---p 0001b000 08:08 1187112 /opt/ibm/db2/V11.5/lib64/libdb2trcapi.so.1 | |
7f0b00f9d000-7f0b00f9e000 r--p 0001a000 08:08 1187112 /opt/ibm/db2/V11.5/lib64/libdb2trcapi.so.1 | |
7f0b00f9e000-7f0b00f9f000 rw-p 0001b000 08:08 1187112 /opt/ibm/db2/V11.5/lib64/libdb2trcapi.so.1 | |
7f0b00f9f000-7f0b0102c000 r-xp 00000000 08:08 1187174 /opt/ibm/db2/V11.5/lib64/libdb2sdbin.so.1 | |
7f0b0102c000-7f0b0122b000 ---p 0008d000 08:08 1187174 /opt/ibm/db2/V11.5/lib64/libdb2sdbin.so.1 | |
7f0b0122b000-7f0b0122c000 r--p 0008c000 08:08 1187174 /opt/ibm/db2/V11.5/lib64/libdb2sdbin.so.1 | |
7f0b0122c000-7f0b01242000 rw-p 0008d000 08:08 1187174 /opt/ibm/db2/V11.5/lib64/libdb2sdbin.so.1 | |
7f0b01242000-7f0b012d8000 r-xp 00000000 08:08 1187119 /opt/ibm/db2/V11.5/lib64/libdb2osse_db2.so.1 | |
7f0b012d8000-7f0b014d8000 ---p 00096000 08:08 1187119 /opt/ibm/db2/V11.5/lib64/libdb2osse_db2.so.1 | |
7f0b014d8000-7f0b014d9000 r--p 00096000 08:08 1187119 /opt/ibm/db2/V11.5/lib64/libdb2osse_db2.so.1 | |
7f0b014d9000-7f0b014da000 rw-p 00097000 08:08 1187119 /opt/ibm/db2/V11.5/lib64/libdb2osse_db2.so.1 | |
7f0b014da000-7f0b014db000 rw-p 00000000 00:00 0 | |
7f0b014db000-7f0b019f8000 r-xp 00000000 08:08 1187163 /opt/ibm/db2/V11.5/lib64/libdb2osse.so.1 | |
7f0b019f8000-7f0b01bf8000 ---p 0051d000 08:08 1187163 /opt/ibm/db2/V11.5/lib64/libdb2osse.so.1 | |
7f0b01bf8000-7f0b01c06000 r--p 0051d000 08:08 1187163 /opt/ibm/db2/V11.5/lib64/libdb2osse.so.1 | |
7f0b01c06000-7f0b01cbb000 rw-p 0052b000 08:08 1187163 /opt/ibm/db2/V11.5/lib64/libdb2osse.so.1 | |
7f0b01cbb000-7f0b01cbe000 rw-p 00000000 00:00 0 | |
7f0b01cbe000-7f0b01cda000 r-xp 00000000 08:08 1187162 /opt/ibm/db2/V11.5/lib64/libdb2locale.so.1 | |
7f0b01cda000-7f0b01ed9000 ---p 0001c000 08:08 1187162 /opt/ibm/db2/V11.5/lib64/libdb2locale.so.1 | |
7f0b01ed9000-7f0b01ee4000 r--p 0001b000 08:08 1187162 /opt/ibm/db2/V11.5/lib64/libdb2locale.so.1 | |
7f0b01ee4000-7f0b01ee5000 rw-p 00026000 08:08 1187162 /opt/ibm/db2/V11.5/lib64/libdb2locale.so.1 | |
7f0b01ee5000-7f0b01eed000 r-xp 00000000 08:08 1187144 /opt/ibm/db2/V11.5/lib64/libdb2install.so.1 | |
7f0b01eed000-7f0b020ec000 ---p 00008000 08:08 1187144 /opt/ibm/db2/V11.5/lib64/libdb2install.so.1 | |
7f0b020ec000-7f0b020ed000 r--p 00007000 08:08 1187144 /opt/ibm/db2/V11.5/lib64/libdb2install.so.1 | |
7f0b020ed000-7f0b020ee000 rw-p 00008000 08:08 1187144 /opt/ibm/db2/V11.5/lib64/libdb2install.so.1 | |
7f0b020ee000-7f0b020f0000 rw-p 00000000 00:00 0 | |
7f0b020f0000-7f0b02137000 r-xp 00000000 08:08 1187172 /opt/ibm/db2/V11.5/lib64/libdb2genreg.so.1 | |
7f0b02137000-7f0b02336000 ---p 00047000 08:08 1187172 /opt/ibm/db2/V11.5/lib64/libdb2genreg.so.1 | |
7f0b02336000-7f0b02337000 r--p 00046000 08:08 1187172 /opt/ibm/db2/V11.5/lib64/libdb2genreg.so.1 | |
7f0b02337000-7f0b02338000 rw-p 00047000 08:08 1187172 /opt/ibm/db2/V11.5/lib64/libdb2genreg.so.1 | |
7f0b02338000-7f0b02b06000 r-xp 00000000 08:08 1187156 /opt/ibm/db2/V11.5/lib64/libdb2g11n.so.1 | |
7f0b02b06000-7f0b02d05000 ---p 007ce000 08:08 1187156 /opt/ibm/db2/V11.5/lib64/libdb2g11n.so.1 | |
7f0b02d05000-7f0b02d0b000 r--p 007cd000 08:08 1187156 /opt/ibm/db2/V11.5/lib64/libdb2g11n.so.1 | |
7f0b02d0b000-7f0b02d1f000 rw-p 007d3000 08:08 1187156 /opt/ibm/db2/V11.5/lib64/libdb2g11n.so.1 | |
7f0b02d1f000-7f0b02d20000 rw-p 00000000 00:00 0 | |
7f0b02d20000-7f0b02d4a000 r-xp 00000000 08:08 1187111 /opt/ibm/db2/V11.5/lib64/libdb2dascmn.so.1 | |
7f0b02d4a000-7f0b02f49000 ---p 0002a000 08:08 1187111 /opt/ibm/db2/V11.5/lib64/libdb2dascmn.so.1 | |
7f0b02f49000-7f0b02f4a000 r--p 00029000 08:08 1187111 /opt/ibm/db2/V11.5/lib64/libdb2dascmn.so.1 | |
7f0b02f4a000-7f0b02f4b000 rw-p 0002a000 08:08 1187111 /opt/ibm/db2/V11.5/lib64/libdb2dascmn.so.1 | |
7f0b02f4b000-7f0b02f4e000 rw-p 00000000 00:00 0 | |
7f0b02f4e000-7f0b03101000 r-xp 00000000 08:08 136637 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10 | |
7f0b03101000-7f0b03300000 ---p 001b3000 08:08 136637 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10 | |
7f0b03300000-7f0b03309000 r--p 001b2000 08:08 136637 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10 | |
7f0b03309000-7f0b0330a000 rw-p 001bb000 08:08 136637 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10 | |
7f0b0330a000-7f0b0330c000 rw-p 00000000 00:00 0 | |
7f0b0330c000-7f0b03319000 r-xp 00000000 08:08 1185700 /lib/x86_64-linux-gnu/libpam.so.0.83.1 | |
7f0b03319000-7f0b03518000 ---p 0000d000 08:08 1185700 /lib/x86_64-linux-gnu/libpam.so.0.83.1 | |
7f0b03518000-7f0b03519000 r--p 0000c000 08:08 1185700 /lib/x86_64-linux-gnu/libpam.so.0.83.1 | |
7f0b03519000-7f0b0351a000 rw-p 0000d000 08:08 1185700 /lib/x86_64-linux-gnu/libpam.so.0.83.1 | |
7f0b0351a000-7f0b03525000 r-xp 00000000 08:08 1185681 /lib/x86_64-linux-gnu/libnss_files-2.27.so | |
7f0b03525000-7f0b03724000 ---p 0000b000 08:08 1185681 /lib/x86_64-linux-gnu/libnss_files-2.27.so | |
7f0b03724000-7f0b03725000 r--p 0000a000 08:08 1185681 /lib/x86_64-linux-gnu/libnss_files-2.27.so | |
7f0b03725000-7f0b03726000 rw-p 0000b000 08:08 1185681 /lib/x86_64-linux-gnu/libnss_files-2.27.so | |
7f0b03726000-7f0b0372c000 rw-p 00000000 00:00 0 | |
7f0b0372c000-7f0b03743000 r-xp 00000000 08:08 1185675 /lib/x86_64-linux-gnu/libnsl-2.27.so | |
7f0b03743000-7f0b03942000 ---p 00017000 08:08 1185675 /lib/x86_64-linux-gnu/libnsl-2.27.so | |
7f0b03942000-7f0b03943000 r--p 00016000 08:08 1185675 /lib/x86_64-linux-gnu/libnsl-2.27.so | |
7f0b03943000-7f0b03944000 rw-p 00017000 08:08 1185675 /lib/x86_64-linux-gnu/libnsl-2.27.so | |
7f0b03944000-7f0b03946000 rw-p 00000000 00:00 0 | |
7f0b03946000-7f0b03951000 r-xp 00000000 08:08 1185692 /lib/x86_64-linux-gnu/libnss_nis-2.27.so | |
7f0b03951000-7f0b03b50000 ---p 0000b000 08:08 1185692 /lib/x86_64-linux-gnu/libnss_nis-2.27.so | |
7f0b03b50000-7f0b03b51000 r--p 0000a000 08:08 1185692 /lib/x86_64-linux-gnu/libnss_nis-2.27.so | |
7f0b03b51000-7f0b03b52000 rw-p 0000b000 08:08 1185692 /lib/x86_64-linux-gnu/libnss_nis-2.27.so | |
7f0b03b52000-7f0b03b5a000 r-xp 00000000 08:08 1185677 /lib/x86_64-linux-gnu/libnss_compat-2.27.so | |
7f0b03b5a000-7f0b03d5a000 ---p 00008000 08:08 1185677 /lib/x86_64-linux-gnu/libnss_compat-2.27.so | |
7f0b03d5a000-7f0b03d5b000 r--p 00008000 08:08 1185677 /lib/x86_64-linux-gnu/libnss_compat-2.27.so | |
7f0b03d5b000-7f0b03d5c000 rw-p 00009000 08:08 1185677 /lib/x86_64-linux-gnu/libnss_compat-2.27.so | |
7f0b03d5c000-7f0b03d5d000 ---p 00000000 00:00 0 | |
7f0b03d5d000-7f0b03f5e000 rw-p 00000000 00:00 0 | |
7f0b03f5e000-7f0b03f92000 r-xp 00000000 08:09 10225816 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/date_core.so | |
7f0b03f92000-7f0b04191000 ---p 00034000 08:09 10225816 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/date_core.so | |
7f0b04191000-7f0b04192000 r--p 00033000 08:09 10225816 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/date_core.so | |
7f0b04192000-7f0b04193000 rw-p 00034000 08:09 10225816 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/date_core.so | |
7f0b04193000-7f0b04194000 rw-p 00000000 00:00 0 | |
7f0b04194000-7f0b0419d000 r-xp 00000000 08:08 142379 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 | |
7f0b0419d000-7f0b0439c000 ---p 00009000 08:08 142379 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 | |
7f0b0439c000-7f0b0439d000 r--p 00008000 08:08 142379 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 | |
7f0b0439d000-7f0b0439e000 rw-p 00009000 08:08 142379 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1 | |
7f0b0439e000-7f0b04400000 r-xp 00000000 08:08 155029 /usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0 | |
7f0b04400000-7f0b045ff000 ---p 00062000 08:08 155029 /usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0 | |
7f0b045ff000-7f0b04600000 r--p 00061000 08:08 155029 /usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0 | |
7f0b04600000-7f0b04607000 rw-p 00062000 08:08 155029 /usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0 | |
7f0b04607000-7f0b0460b000 rw-p 00000000 00:00 0 | |
7f0b0460b000-7f0b0461c000 r-xp 00000000 08:08 155042 /usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0 | |
7f0b0461c000-7f0b0481b000 ---p 00011000 08:08 155042 /usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0 | |
7f0b0481b000-7f0b0481c000 r--p 00010000 08:08 155042 /usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0 | |
7f0b0481c000-7f0b0481d000 rw-p 00011000 08:08 155042 /usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0 | |
7f0b0481d000-7f0b04820000 rw-p 00000000 00:00 0 | |
7f0b04820000-7f0b04842000 r-xp 00000000 08:09 12060078 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so | |
7f0b04842000-7f0b04a42000 ---p 00022000 08:09 12060078 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so | |
7f0b04a42000-7f0b04a46000 r--p 00022000 08:09 12060078 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so | |
7f0b04a46000-7f0b04a47000 rw-p 00026000 08:09 12060078 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/ruby-odbc-0.99999/lib/odbc.so | |
7f0b04a47000-7f0b04a4f000 r-xp 00000000 08:09 10225815 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/pathname.so | |
7f0b04a4f000-7f0b04c4e000 ---p 00008000 08:09 10225815 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/pathname.so | |
7f0b04c4e000-7f0b04c4f000 r--p 00007000 08:09 10225815 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/pathname.so | |
7f0b04c4f000-7f0b04c50000 rw-p 00008000 08:09 10225815 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/pathname.so | |
7f0b04c50000-7f0b04c52000 r-xp 00000000 08:09 10225760 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so | |
7f0b04c52000-7f0b04e52000 ---p 00002000 08:09 10225760 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so | |
7f0b04e52000-7f0b04e53000 r--p 00002000 08:09 10225760 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so | |
7f0b04e53000-7f0b04e54000 rw-p 00003000 08:09 10225760 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/trans/transdb.so | |
7f0b04e54000-7f0b04e56000 r-xp 00000000 08:09 10225730 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so | |
7f0b04e56000-7f0b05055000 ---p 00002000 08:09 10225730 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so | |
7f0b05055000-7f0b05056000 r--p 00001000 08:09 10225730 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so | |
7f0b05056000-7f0b05057000 rw-p 00002000 08:09 10225730 /home/yohanes/.rbenv/versions/2.6.5/lib/ruby/2.6.0/x86_64-linux/enc/encdb.so | |
7f0b05057000-7f0b07060000 rw-p 00000000 00:00 0 | |
7f0b07060000-7f0b07a30000 r--p 00000000 08:08 137923 /usr/lib/locale/locale-archive | |
7f0b07a30000-7f0b07bcd000 r-xp 00000000 08:08 1185654 /lib/x86_64-linux-gnu/libm-2.27.so | |
7f0b07bcd000-7f0b07dcc000 ---p 0019d000 08:08 1185654 /lib/x86_64-linux-gnu/libm-2.27.so | |
7f0b07dcc000-7f0b07dcd000 r--p 0019c000 08:08 1185654 /lib/x86_64-linux-gnu/libm-2.27.so | |
7f0b07dcd000-7f0b07dce000 rw-p 0019d000 08:08 1185654 /lib/x86_64-linux-gnu/libm-2.27.so | |
7f0b07dce000-7f0b07dd7000 r-xp 00000000 08:08 1185601 /lib/x86_64-linux-gnu/libcrypt-2.27.so | |
7f0b07dd7000-7f0b07fd6000 ---p 00009000 08:08 1185601 /lib/x86_64-linux-gnu/libcrypt-2.27.so | |
7f0b07fd6000-7f0b07fd7000 r--p 00008000 08:08 1185601 /lib/x86_64-linux-gnu/libcrypt-2.27.so | |
7f0b07fd7000-7f0b07fd8000 rw-p 00009000 08:08 1185601 /lib/x86_64-linux-gnu/libcrypt-2.27.so | |
7f0b07fd8000-7f0b08006000 rw-p 00000000 00:00 0 | |
7f0b08006000-7f0b08009000 r-xp 00000000 08:08 1185614 /lib/x86_64-linux-gnu/libdl-2.27.so | |
7f0b08009000-7f0b08208000 ---p 00003000 08:08 1185614 /lib/x86_64-linux-gnu/libdl-2.27.so | |
7f0b08208000-7f0b08209000 r--p 00002000 08:08 1185614 /lib/x86_64-linux-gnu/libdl-2.27.so | |
7f0b08209000-7f0b0820a000 rw-p 00003000 08:08 1185614 /lib/x86_64-linux-gnu/libdl-2.27.so | |
7f0b0820a000-7f0b08211000 r-xp 00000000 08:08 1185732 /lib/x86_64-linux-gnu/librt-2.27.so | |
7f0b08211000-7f0b08410000 ---p 00007000 08:08 1185732 /lib/x86_64-linux-gnu/librt-2.27.so | |
7f0b08410000-7f0b08411000 r--p 00006000 08:08 1185732 /lib/x86_64-linux-gnu/librt-2.27.so | |
7f0b08411000-7f0b08412000 rw-p 00007000 08:08 1185732 /lib/x86_64-linux-gnu/librt-2.27.so | |
7f0b08412000-7f0b0842c000 r-xp 00000000 08:08 1185724 /lib/x86_64-linux-gnu/libpthread-2.27.so | |
7f0b0842c000-7f0b0862b000 ---p 0001a000 08:08 1185724 /lib/x86_64-linux-gnu/libpthread-2.27.so | |
7f0b0862b000-7f0b0862c000 r--p 00019000 08:08 1185724 /lib/x86_64-linux-gnu/libpthread-2.27.so | |
7f0b0862c000-7f0b0862d000 rw-p 0001a000 08:08 1185724 /lib/x86_64-linux-gnu/libpthread-2.27.so | |
7f0b0862d000-7f0b08631000 rw-p 00000000 00:00 0 | |
7f0b08631000-7f0b0864d000 r-xp 00000000 08:08 1185763 /lib/x86_64-linux-gnu/libz.so.1.2.11 | |
7f0b0864d000-7f0b0884c000 ---p 0001c000 08:08 1185763 /lib/x86_64-linux-gnu/libz.so.1.2.11 | |
7f0b0884c000-7f0b0884d000 r--p 0001b000 08:08 1185763 /lib/x86_64-linux-gnu/libz.so.1.2.11 | |
7f0b0884d000-7f0b0884e000 rw-p 0001c000 08:08 1185763 /lib/x86_64-linux-gnu/libz.so.1.2.11 | |
7f0b0884e000-7f0b08a35000 r-xp 00000000 08:08 1185591 /lib/x86_64-linux-gnu/libc-2.27.so | |
7f0b08a35000-7f0b08c35000 ---p 001e7000 08:08 1185591 /lib/x86_64-linux-gnu/libc-2.27.so | |
7f0b08c35000-7f0b08c39000 r--p 001e7000 08:08 1185591 /lib/x86_64-linux-gnu/libc-2.27.so | |
7f0b08c39000-7f0b08c3b000 rw-p 001eb000 08:08 1185591 /lib/x86_64-linux-gnu/libc-2.27.so | |
7f0b08c3b000-7f0b08c3f000 rw-p 00000000 00:00 0 | |
7f0b08c3f000-7f0b08fa9000 r-xp 00000000 08:09 10097722 /home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6.5 | |
7f0b08fa9000-7f0b091a8000 ---p 0036a000 08:09 10097722 /home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6.5 | |
7f0b091a8000-7f0b091ae000 r--p 00369000 08:09 10097722 /home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6.5 | |
7f0b091ae000-7f0b091b1000 rw-p 0036f000 08:09 10097722 /home/yohanes/.rbenv/versions/2.6.5/lib/libruby.so.2.6.5 | |
7f0b091b1000-7f0b091c2000 rw-p 00000000 00:00 0 | |
7f0b091c2000-7f0b091e9000 r-xp 00000000 08:08 1185563 /lib/x86_64-linux-gnu/ld-2.27.so | |
7f0b091f3000-7f0b09213000 rw-s 00000000 00:01 688172 /SYSV00000000 (deleted) | |
7f0b09213000-7f0b093ca000 rw-p 00000000 00:00 0 | |
7f0b093e0000-7f0b093e7000 r--s 00000000 08:08 267796 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache | |
7f0b093e7000-7f0b093e9000 rw-p 00000000 00:00 0 | |
7f0b093e9000-7f0b093ea000 r--p 00027000 08:08 1185563 /lib/x86_64-linux-gnu/ld-2.27.so | |
7f0b093ea000-7f0b093eb000 rw-p 00028000 08:08 1185563 /lib/x86_64-linux-gnu/ld-2.27.so | |
7f0b093eb000-7f0b093ec000 rw-p 00000000 00:00 0 | |
7fffe76c4000-7fffe7ec3000 rw-p 00000000 00:00 0 [stack] | |
7fffe7fb5000-7fffe7fb8000 r--p 00000000 00:00 0 [vvar] | |
7fffe7fb8000-7fffe7fb9000 r-xp 00000000 00:00 0 [vdso] | |
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: https://www.ruby-lang.org/bugreport.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment