Bug #12457
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
I saw on GitHub that wxW now says it supports 2.2. wx 2.8 installed from packages on Linux Mint 17.3 (derived from Ubuntu 14.04), but the mere inclusion of the module causes this segfault. Ruby 2.2.5 compiled from source. ```ruby ############### require 'wx' class GUI include Singleton include 'Wx' def start end def shut_down end end ``` ########## ``` *** LOCAL GEMS *** bigdecimal (1.2.6) geometry (6.5) io-console (0.4.3) json (1.8.1) minitest (5.4.3) power_assert (0.2.2) psych (2.0.8) rake (10.4.2) rdoc (4.2.0) stl (0.2) test-unit (3.0.8) wxruby (2.0.0 x86_64-linux) ``` ####################### ``` /usr/local/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /home/din/Projects/UAVA/Code/uava1/unique_aerial_vehicle_art.rb /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so: [BUG] unknown type 0x22 (0x11 given) (snip) ruby 2.2.5p319 (2016-04-26 revision 54774) [x86_64-linux] -- Control frame information ----------------------------------------------- ``` c:0017 p:-17560096011900 s:0078 e:000077 TOP [FINISH] c:0016 p:---- s:0076 e:000075 CFUNC :require c:0015 p:0113 s:0072 e:000071 METHOD /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54 c:0014 p:0007 s:0062 e:000061 TOP /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wx.rb:12 [FINISH] c:0013 p:---- s:0059 e:000058 CFUNC :require c:0012 p:0083 s:0055 e:000054 RESCUE /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128 c:0011 p:0390 s:0052 e:000051 METHOD /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39 c:0010 p:0007 s:0042 e:000041 TOP /home/din/Projects/UAVA/Code/uava1/engine/gui.rb:1 [FINISH] c:0009 p:---- s:0040 e:000039 CFUNC :require c:0008 p:0113 s:0036 e:000035 METHOD /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54 c:0007 p:0023 s:0026 e:000025 TOP /home/din/Projects/UAVA/Code/uava1/engine/engine.rb:8 [FINISH] c:0006 p:---- s:0024 e:000023 CFUNC :require c:0005 p:0113 s:0020 e:000019 METHOD /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54 c:0004 p:0015 s:0010 e:000009 TOP /home/din/Projects/UAVA/Code/uava1/unique_aerial_vehicle_art.rb:7 [FINISH] c:0003 p:---- s:0008 e:000007 CFUNC :load c:0002 p:0031 s:0004 E:001d90 EVAL -e:1 [FINISH] c:0001 p:0000 s:0002 E:001600 TOP [FINISH] -- Ruby level backtrace information ---------------------------------------- -e:1:in `<main>' -e:1:in `load' /home/din/Projects/UAVA/Code/uava1/unique_aerial_vehicle_art.rb:7:in `<top (required)>' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' /home/din/Projects/UAVA/Code/uava1/engine/engine.rb:8:in `<top (required)>' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' /home/din/Projects/UAVA/Code/uava1/engine/gui.rb:1:in `<top (required)>' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39:in `require' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `rescue in require' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in `require' /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wx.rb:12:in `<top (required)>' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' -- C level backtrace information ------------------------------------------- /usr/local/bin/ruby(rb_vm_bugreport+0x51f) [0x7fc43836924f] vm_dump.c:693 /usr/local/bin/ruby(rb_bug+0xca) [0x7fc4383dad6a] error.c:409 /usr/local/bin/ruby(rb_check_type+0x3b) [0x7fc4383dc9db] error.c:573 /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so [0x7fc436084490] /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so [0x7fc436084b0f] /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so(Init_wxruby2+0x31) [0x7fc436085537] /usr/local/bin/ruby(dln_load+0x110) [0x7fc438383e80] dln.c:1357 /usr/local/bin/ruby(rb_vm_call_cfunc+0x115) [0x7fc438366cc5] vm.c:1765 /usr/local/bin/ruby(rb_require_internal+0x5a7) [0x7fc4382168e7] load.c:1019 /usr/local/bin/ruby(rb_f_require+0x13) [0x7fc438216c93] load.c:1063 /usr/local/bin/ruby(vm_call_cfunc+0x11e) [0x7fc43835146e] vm_insnhelper.c:1380 /usr/local/bin/ruby(vm_exec_core+0x20bb) [0x7fc438356acb] insns.def:1070 /usr/local/bin/ruby(vm_exec+0x84) [0x7fc43835a284] vm.c:1440 /usr/local/bin/ruby(rb_iseq_eval+0x1a6) [0x7fc438366606] vm.c:1672 /usr/local/bin/ruby(rb_load_internal0+0x117) [0x7fc438214dd7] load.c:612 /usr/local/bin/ruby(rb_require_internal+0x7e3) [0x7fc438216b23] load.c:642 /usr/local/bin/ruby(rb_f_require+0x13) [0x7fc438216c93] load.c:1063 /usr/local/bin/ruby(vm_call_cfunc+0x11e) [0x7fc43835146e] vm_insnhelper.c:1380 /usr/local/bin/ruby(vm_exec_core+0x20bb) [0x7fc438356acb] insns.def:1070 /usr/local/bin/ruby(vm_exec+0x84) [0x7fc43835a284] vm.c:1440 /usr/local/bin/ruby(rb_iseq_eval+0x1a6) [0x7fc438366606] vm.c:1672 /usr/local/bin/ruby(rb_load_internal0+0x117) [0x7fc438214dd7] load.c:612 /usr/local/bin/ruby(rb_require_internal+0x7e3) [0x7fc438216b23] load.c:642 /usr/local/bin/ruby(rb_f_require+0x13) [0x7fc438216c93] load.c:1063 /usr/local/bin/ruby(vm_call_cfunc+0x11e) [0x7fc43835146e] vm_insnhelper.c:1380 /usr/local/bin/ruby(vm_exec_core+0x20bb) [0x7fc438356acb] insns.def:1070 /usr/local/bin/ruby(vm_exec+0x84) [0x7fc43835a284] vm.c:1440 /usr/local/bin/ruby(rb_iseq_eval+0x1a6) [0x7fc438366606] vm.c:1672 /usr/local/bin/ruby(rb_load_internal0+0x117) [0x7fc438214dd7] load.c:612 /usr/local/bin/ruby(rb_require_internal+0x7e3) [0x7fc438216b23] load.c:642 /usr/local/bin/ruby(rb_f_require+0x13) [0x7fc438216c93] load.c:1063 /usr/local/bin/ruby(vm_call_cfunc+0x11e) [0x7fc43835146e] vm_insnhelper.c:1380 /usr/local/bin/ruby(vm_exec_core+0x20bb) [0x7fc438356acb] insns.def:1070 /usr/local/bin/ruby(vm_exec+0x84) [0x7fc43835a284] vm.c:1440 /usr/local/bin/ruby(rb_iseq_eval+0x1a6) [0x7fc438366606] vm.c:1672 /usr/local/bin/ruby(rb_load_internal0+0x117) [0x7fc438214dd7] load.c:612 /usr/local/bin/ruby(rb_f_load+0x86) [0x7fc438215546] load.c:642 /usr/local/bin/ruby(vm_call_cfunc+0x11e) [0x7fc43835146e] vm_insnhelper.c:1380 /usr/local/bin/ruby(vm_call_method+0x11e) [0x7fc43835fd4e] vm_insnhelper.c:1689 /usr/local/bin/ruby(vm_exec_core+0x20bb) [0x7fc438356acb] insns.def:1070 /usr/local/bin/ruby(vm_exec+0x84) [0x7fc43835a284] vm.c:1440 /usr/local/bin/ruby(rb_iseq_eval_main+0x1f3) [0x7fc438366873] vm.c:1685 /usr/local/bin/ruby(ruby_exec_internal+0xc4) [0x7fc43820f4c4] eval.c:254 /usr/local/bin/ruby(ruby_run_node+0x2d) [0x7fc438212f1d] eval.c:319 /usr/local/bin/ruby(main+0x4b) [0x7fc43820eedb] parse.y:8830 -- Other runtime information ----------------------------------------------- * Loaded script: /home/din/Projects/UAVA/Code/uava1/unique_aerial_vehicle_art.rb * Loaded features: 0 enumerator.so 1 rational.so 2 complex.so 3 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/encdb.so 4 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/trans/transdb.so 5 /usr/local/lib/ruby/2.2.0/unicode_normalize.rb 6 /usr/local/lib/ruby/2.2.0/x86_64-linux/rbconfig.rb 7 thread.rb 8 /usr/local/lib/ruby/2.2.0/x86_64-linux/thread.so 9 /usr/local/lib/ruby/2.2.0/rubygems/compatibility.rb 10 /usr/local/lib/ruby/2.2.0/rubygems/defaults.rb 11 /usr/local/lib/ruby/2.2.0/rubygems/deprecate.rb 12 /usr/local/lib/ruby/2.2.0/rubygems/errors.rb 13 /usr/local/lib/ruby/2.2.0/rubygems/version.rb 14 /usr/local/lib/ruby/2.2.0/rubygems/requirement.rb 15 /usr/local/lib/ruby/2.2.0/rubygems/platform.rb 16 /usr/local/lib/ruby/2.2.0/rubygems/basic_specification.rb 17 /usr/local/lib/ruby/2.2.0/rubygems/stub_specification.rb 18 /usr/local/lib/ruby/2.2.0/rubygems/util/stringio.rb 19 /usr/local/lib/ruby/2.2.0/rubygems/specification.rb 20 /usr/local/lib/ruby/2.2.0/rubygems/exceptions.rb 21 /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb 22 /usr/local/lib/ruby/2.2.0/monitor.rb 23 /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb 24 /usr/local/lib/ruby/2.2.0/rubygems.rb 25 /usr/local/lib/ruby/2.2.0/singleton.rb 26 /usr/local/lib/ruby/2.2.0/rubygems/path_support.rb 27 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/annulus.rb 28 /usr/local/lib/ruby/2.2.0/e2mmap.rb 29 /usr/local/lib/ruby/2.2.0/matrix.rb 30 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/point_iso.rb 31 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/point_one.rb 32 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/point_zero.rb 33 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/point.rb 34 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/cluster_factory.rb 35 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/arc.rb 36 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/circle.rb 37 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/line.rb 38 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/obround.rb 39 /usr/local/lib/ruby/2.2.0/cmath.rb 40 /usr/local/lib/ruby/2.2.0/forwardable.rb 41 /usr/local/lib/ruby/2.2.0/prime.rb 42 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/rational.so 43 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/complex.so 44 /usr/local/lib/ruby/2.2.0/mathn.rb 45 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/edge.rb 46 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/path.rb 47 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/polyline.rb 48 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/polygon.rb 49 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/size_one.rb 50 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/size_zero.rb 51 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/size.rb 52 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/rectangle.rb 53 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/regular_polygon.rb 54 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/rotation.rb 55 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/square.rb 56 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/transformation/composition.rb 57 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/transformation.rb 58 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/triangle.rb 59 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry/vector.rb 60 /usr/local/lib/ruby/gems/2.2.0/gems/geometry-6.5/lib/geometry.rb * Process memory map: 7fc427ba4000-7fc4287b8000 r--s 00000000 fc:01 20321025 /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so 7fc4287b8000-7fc429565000 r--s 00000000 fc:01 18743647 /usr/local/bin/ruby 7fc429565000-7fc429589000 r-xp 00000000 fc:01 18223992 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fc429589000-7fc429788000 ---p 00024000 fc:01 18223992 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fc429788000-7fc42978a000 r--p 00023000 fc:01 18223992 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fc42978a000-7fc42978b000 rw-p 00025000 fc:01 18223992 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1 7fc42978b000-7fc429790000 r-xp 00000000 fc:01 18227283 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fc429790000-7fc42998f000 ---p 00005000 fc:01 18227283 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fc42998f000-7fc429990000 r--p 00004000 fc:01 18227283 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fc429990000-7fc429991000 rw-p 00005000 fc:01 18227283 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 7fc429991000-7fc429993000 r-xp 00000000 fc:01 18227270 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fc429993000-7fc429b93000 ---p 00002000 fc:01 18227270 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fc429b93000-7fc429b94000 r--p 00002000 fc:01 18227270 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fc429b94000-7fc429b95000 rw-p 00003000 fc:01 18227270 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 7fc429b95000-7fc429b9b000 r-xp 00000000 fc:01 18227506 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1 7fc429b9b000-7fc429d9a000 ---p 00006000 fc:01 18227506 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1 7fc429d9a000-7fc429d9b000 r--p 00005000 fc:01 18227506 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1 7fc429d9b000-7fc429d9c000 rw-p 00006000 fc:01 18227506 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1 7fc429d9c000-7fc429def000 r-xp 00000000 fc:01 18227906 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0 7fc429def000-7fc429fef000 ---p 00053000 fc:01 18227906 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0 7fc429fef000-7fc429ff0000 r--p 00053000 fc:01 18227906 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0 7fc429ff0000-7fc429ff1000 rw-p 00054000 fc:01 18227906 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0 7fc429ff1000-7fc42a008000 r-xp 00000000 fc:01 12976304 /lib/x86_64-linux-gnu/libresolv-2.19.so 7fc42a008000-7fc42a208000 ---p 00017000 fc:01 12976304 /lib/x86_64-linux-gnu/libresolv-2.19.so 7fc42a208000-7fc42a209000 r--p 00017000 fc:01 12976304 /lib/x86_64-linux-gnu/libresolv-2.19.so 7fc42a209000-7fc42a20a000 rw-p 00018000 fc:01 12976304 /lib/x86_64-linux-gnu/libresolv-2.19.so 7fc42a20a000-7fc42a20c000 rw-p 00000000 00:00 0 7fc42a20c000-7fc42a22c000 r-xp 00000000 fc:01 12980572 /lib/x86_64-linux-gnu/libselinux.so.1 7fc42a22c000-7fc42a42b000 ---p 00020000 fc:01 12980572 /lib/x86_64-linux-gnu/libselinux.so.1 7fc42a42b000-7fc42a42c000 r--p 0001f000 fc:01 12980572 /lib/x86_64-linux-gnu/libselinux.so.1 7fc42a42c000-7fc42a42d000 rw-p 00020000 fc:01 12980572 /lib/x86_64-linux-gnu/libselinux.so.1 7fc42a42d000-7fc42a42f000 rw-p 00000000 00:00 0 7fc42a42f000-7fc42a436000 r-xp 00000000 fc:01 12976320 /lib/x86_64-linux-gnu/librt-2.19.so 7fc42a436000-7fc42a635000 ---p 00007000 fc:01 12976320 /lib/x86_64-linux-gnu/librt-2.19.so 7fc42a635000-7fc42a636000 r--p 00006000 fc:01 12976320 /lib/x86_64-linux-gnu/librt-2.19.so 7fc42a636000-7fc42a637000 rw-p 00007000 fc:01 12976320 /lib/x86_64-linux-gnu/librt-2.19.so 7fc42a637000-7fc42a63f000 r-xp 00000000 fc:01 18228507 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fc42a63f000-7fc42a83e000 ---p 00008000 fc:01 18228507 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fc42a83e000-7fc42a83f000 r--p 00007000 fc:01 18228507 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fc42a83f000-7fc42a840000 rw-p 00008000 fc:01 18228507 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 7fc42a840000-7fc42a842000 r-xp 00000000 fc:01 18228511 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fc42a842000-7fc42aa41000 ---p 00002000 fc:01 18228511 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fc42aa41000-7fc42aa42000 r--p 00001000 fc:01 18228511 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fc42aa42000-7fc42aa43000 rw-p 00002000 fc:01 18228511 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 7fc42aa43000-7fc42aae3000 r-xp 00000000 fc:01 18223521 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2 7fc42aae3000-7fc42ace3000 ---p 000a0000 fc:01 18223521 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2 7fc42ace3000-7fc42acea000 r--p 000a0000 fc:01 18223521 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2 7fc42acea000-7fc42aceb000 rw-p 000a7000 fc:01 18223521 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2 7fc42aceb000-7fc42ad88000 r-xp 00000000 fc:01 18227666 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1 7fc42ad88000-7fc42af87000 ---p 0009d000 fc:01 18227666 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1 7fc42af87000-7fc42af8d000 r--p 0009c000 fc:01 18227666 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1 7fc42af8d000-7fc42af8e000 rw-p 000a2000 fc:01 18227666 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1 7fc42af8e000-7fc42af99000 r-xp 00000000 fc:01 18227970 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fc42af99000-7fc42b198000 ---p 0000b000 fc:01 18227970 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fc42b198000-7fc42b199000 r--p 0000a000 fc:01 18227970 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fc42b199000-7fc42b19c000 rw-p 0000b000 fc:01 18227970 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fc42b19c000-7fc42b1bd000 r-xp 00000000 fc:01 12980489 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fc42b1bd000-7fc42b3bc000 ---p 00021000 fc:01 12980489 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fc42b3bc000-7fc42b3bd000 r--p 00020000 fc:01 12980489 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fc42b3bd000-7fc42b3be000 rw-p 00021000 fc:01 12980489 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fc42b3be000-7fc42b3c2000 r-xp 00000000 fc:01 12980598 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7fc42b3c2000-7fc42b5c1000 ---p 00004000 fc:01 12980598 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7fc42b5c1000-7fc42b5c2000 r--p 00003000 fc:01 12980598 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7fc42b5c2000-7fc42b5c3000 rw-p 00004000 fc:01 12980598 /lib/x86_64-linux-gnu/libuuid.so.1.3.0 7fc42b5c3000-7fc42b5da000 r-xp 00000000 fc:01 18227124 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 7fc42b5da000-7fc42b7d9000 ---p 00017000 fc:01 18227124 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 7fc42b7d9000-7fc42b7da000 r--p 00016000 fc:01 18227124 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 7fc42b7da000-7fc42b7db000 rw-p 00017000 fc:01 18227124 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 7fc42b7db000-7fc42b7df000 rw-p 00000000 00:00 0 7fc42b7df000-7fc42b93b000 r-xp 00000000 fc:01 18222285 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 7fc42b93b000-7fc42bb3b000 ---p 0015c000 fc:01 18222285 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 7fc42bb3b000-7fc42bb43000 r--p 0015c000 fc:01 18222285 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 7fc42bb43000-7fc42bb45000 rw-p 00164000 fc:01 18222285 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1 7fc42bb45000-7fc42bb46000 rw-p 00000000 00:00 0 7fc42bb46000-7fc42bb52000 r-xp 00000000 fc:01 18223542 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 7fc42bb52000-7fc42bd51000 ---p 0000c000 fc:01 18223542 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 7fc42bd51000-7fc42bd52000 r--p 0000b000 fc:01 18223542 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 7fc42bd52000-7fc42bd53000 rw-p 0000c000 fc:01 18223542 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 7fc42bd53000-7fc42bd54000 r-xp 00000000 fc:01 18228535 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 7fc42bd54000-7fc42bf53000 ---p 00001000 fc:01 18228535 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 7fc42bf53000-7fc42bf54000 r--p 00000000 fc:01 18228535 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 7fc42bf54000-7fc42bf55000 rw-p 00001000 fc:01 18228535 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0 7fc42bf55000-7fc42bf72000 r-xp 00000000 fc:01 18228525 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fc42bf72000-7fc42c172000 ---p 0001d000 fc:01 18228525 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fc42c172000-7fc42c173000 r--p 0001d000 fc:01 18228525 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fc42c173000-7fc42c174000 rw-p 0001e000 fc:01 18228525 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 7fc42c174000-7fc42c179000 r-xp 00000000 fc:01 18228513 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 7fc42c179000-7fc42c378000 ---p 00005000 fc:01 18228513 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 7fc42c378000-7fc42c379000 r--p 00004000 fc:01 18228513 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 7fc42c379000-7fc42c37a000 rw-p 00005000 fc:01 18228513 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 7fc42c37a000-7fc42c37c000 r-xp 00000000 fc:01 18228501 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 7fc42c37c000-7fc42c57b000 ---p 00002000 fc:01 18228501 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 7fc42c57b000-7fc42c57c000 r--p 00001000 fc:01 18228501 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 7fc42c57c000-7fc42c57d000 rw-p 00002000 fc:01 18228501 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 7fc42c57d000-7fc42c57f000 r-xp 00000000 fc:01 18228491 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 7fc42c57f000-7fc42c77e000 ---p 00002000 fc:01 18228491 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 7fc42c77e000-7fc42c77f000 r--p 00001000 fc:01 18228491 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 7fc42c77f000-7fc42c780000 rw-p 00002000 fc:01 18228491 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 7fc42c780000-7fc42c783000 r-xp 00000000 fc:01 18228489 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 7fc42c783000-7fc42c983000 ---p 00003000 fc:01 18228489 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 7fc42c983000-7fc42c984000 r--p 00003000 fc:01 18228489 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 7fc42c984000-7fc42c985000 rw-p 00004000 fc:01 18228489 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 7fc42c985000-7fc42c99a000 r-xp 00000000 fc:01 18228493 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 7fc42c99a000-7fc42cb99000 ---p 00015000 fc:01 18228493 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 7fc42cb99000-7fc42cb9b000 r--p 00014000 fc:01 18228493 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 7fc42cb9b000-7fc42cb9c000 rw-p 00016000 fc:01 18228493 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 7fc42cb9c000-7fc42cb9d000 r-xp 00000000 fc:01 18227260 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 7fc42cb9d000-7fc42cd9c000 ---p 00001000 fc:01 18227260 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 7fc42cd9c000-7fc42cd9d000 r--p 00000000 fc:01 18227260 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 7fc42cd9d000-7fc42cd9e000 rw-p 00001000 fc:01 18227260 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0 7fc42cd9e000-7fc42cdc3000 r-xp 00000000 fc:01 18227727 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 7fc42cdc3000-7fc42cfc3000 ---p 00025000 fc:01 18227727 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 7fc42cfc3000-7fc42cfc6000 r--p 00025000 fc:01 18227727 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 7fc42cfc6000-7fc42cfc7000 rw-p 00028000 fc:01 18227727 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0 7fc42cfc7000-7fc42cfc8000 rw-p 00000000 00:00 0 7fc42cfc8000-7fc42d005000 r-xp 00000000 fc:01 12976385 /lib/x86_64-linux-gnu/libpcre.so.3.13.1 7fc42d005000-7fc42d204000 ---p 0003d000 fc:01 12976385 /lib/x86_64-linux-gnu/libpcre.so.3.13.1 7fc42d204000-7fc42d205000 r--p 0003c000 fc:01 12976385 /lib/x86_64-linux-gnu/libpcre.so.3.13.1 7fc42d205000-7fc42d206000 rw-p 0003d000 fc:01 12976385 /lib/x86_64-linux-gnu/libpcre.so.3.13.1 7fc42d206000-7fc42d20d000 r-xp 00000000 fc:01 18219063 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1 7fc42d20d000-7fc42d40c000 ---p 00007000 fc:01 18219063 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1 7fc42d40c000-7fc42d40d000 r--p 00006000 fc:01 18219063 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1 7fc42d40d000-7fc42d40e000 rw-p 00007000 fc:01 18219063 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1 7fc42d40e000-7fc42d416000 r-xp 00000000 fc:01 18228380 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0 7fc42d416000-7fc42d615000 ---p 00008000 fc:01 18228380 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0 7fc42d615000-7fc42d616000 r--p 00007000 fc:01 18228380 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0 7fc42d616000-7fc42d617000 rw-p 00008000 fc:01 18228380 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0 7fc42d617000-7fc42d62b000 r-xp 00000000 fc:01 18227291 /usr/lib/x86_64-linux-gnu/libXft.so.2.3.1 7fc42d62b000-7fc42d82a000 ---p 00014000 fc:01 18227291 /usr/lib/x86_64-linux-gnu/libXft.so.2.3.1 7fc42d82a000-7fc42d82b000 r--p 00013000 fc:01 18227291 /usr/lib/x86_64-linux-gnu/libXft.so.2.3.1 7fc42d82b000-7fc42d82c000 rw-p 00014000 fc:01 18227291 /usr/lib/x86_64-linux-gnu/libXft.so.2.3.1 7fc42d82c000-7fc42d83d000 r-xp 00000000 fc:01 18227285 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fc42d83d000-7fc42da3c000 ---p 00011000 fc:01 18227285 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fc42da3c000-7fc42da3d000 r--p 00010000 fc:01 18227285 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fc42da3d000-7fc42da3e000 rw-p 00011000 fc:01 18227285 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 7fc42da3e000-7fc42da40000 r-xp 00000000 fc:01 18227279 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 7fc42da40000-7fc42dc3f000 ---p 00002000 fc:01 18227279 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 7fc42dc3f000-7fc42dc40000 r--p 00001000 fc:01 18227279 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 7fc42dc40000-7fc42dc41000 rw-p 00002000 fc:01 18227279 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 7fc42dc41000-7fc42dc43000 r-xp 00000000 fc:01 18227275 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 7fc42dc43000-7fc42de42000 ---p 00002000 fc:01 18227275 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 7fc42de42000-7fc42de43000 r--p 00001000 fc:01 18227275 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 7fc42de43000-7fc42de44000 rw-p 00002000 fc:01 18227275 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 7fc42de44000-7fc42de4d000 r-xp 00000000 fc:01 18227277 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 7fc42de4d000-7fc42e04c000 ---p 00009000 fc:01 18227277 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 7fc42e04c000-7fc42e04d000 r--p 00008000 fc:01 18227277 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 7fc42e04d000-7fc42e04e000 rw-p 00009000 fc:01 18227277 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 7fc42e04e000-7fc42e057000 r-xp 00000000 fc:01 18227305 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 7fc42e057000-7fc42e256000 ---p 00009000 fc:01 18227305 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 7fc42e256000-7fc42e257000 r--p 00008000 fc:01 18227305 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 7fc42e257000-7fc42e258000 rw-p 00009000 fc:01 18227305 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 7fc42e258000-7fc42e267000 r-xp 00000000 fc:01 18227293 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 7fc42e267000-7fc42e466000 ---p 0000f000 fc:01 18227293 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 7fc42e466000-7fc42e467000 r--p 0000e000 fc:01 18227293 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 7fc42e467000-7fc42e468000 rw-p 0000f000 fc:01 18227293 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 7fc42e468000-7fc42e471000 r-xp 00000000 fc:01 18227307 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fc42e471000-7fc42e670000 ---p 00009000 fc:01 18227307 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fc42e670000-7fc42e671000 r--p 00008000 fc:01 18227307 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fc42e671000-7fc42e672000 rw-p 00009000 fc:01 18227307 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 7fc42e672000-7fc42e6ac000 r-xp 00000000 fc:01 18227640 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fc42e6ac000-7fc42e8ab000 ---p 0003a000 fc:01 18227640 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fc42e8ab000-7fc42e8ad000 r--p 00039000 fc:01 18227640 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fc42e8ad000-7fc42e8ae000 rw-p 0003b000 fc:01 18227640 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0 7fc42e8ae000-7fc42e8c2000 r-xp 00000000 fc:01 18228187 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3 7fc42e8c2000-7fc42eac1000 ---p 00014000 fc:01 18228187 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3 7fc42eac1000-7fc42eac2000 r--p 00013000 fc:01 18228187 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3 7fc42eac2000-7fc42eac3000 rw-p 00014000 fc:01 18228187 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3 7fc42eac3000-7fc42ec2f000 r-xp 00000000 fc:01 18227721 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0 7fc42ec2f000-7fc42ee2e000 ---p 0016c000 fc:01 18227721 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0 7fc42ee2e000-7fc42ee32000 r--p 0016b000 fc:01 18227721 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0 7fc42ee32000-7fc42ee34000 rw-p 0016f000 fc:01 18227721 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0 7fc42ee34000-7fc42ee36000 rw-p 00000000 00:00 0 7fc42ee36000-7fc42ef3c000 r-xp 00000000 fc:01 18227428 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0 7fc42ef3c000-7fc42f13b000 ---p 00106000 fc:01 18227428 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0 7fc42f13b000-7fc42f13e000 r--p 00105000 fc:01 18227428 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0 7fc42f13e000-7fc42f13f000 rw-p 00108000 fc:01 18227428 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0 7fc42f13f000-7fc42f141000 rw-p 00000000 00:00 0 7fc42f141000-7fc42f146000 r-xp 00000000 fc:01 18227287 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 7fc42f146000-7fc42f345000 ---p 00005000 fc:01 18227287 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 7fc42f345000-7fc42f346000 r--p 00004000 fc:01 18227287 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 7fc42f346000-7fc42f347000 rw-p 00005000 fc:01 18227287 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0 7fc42f347000-7fc42f477000 r-xp 00000000 fc:01 18227264 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fc42f477000-7fc42f677000 ---p 00130000 fc:01 18227264 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fc42f677000-7fc42f678000 r--p 00130000 fc:01 18227264 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fc42f678000-7fc42f67c000 rw-p 00131000 fc:01 18227264 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 7fc42f67c000-7fc42f687000 r-xp 00000000 fc:01 18228185 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3 7fc42f687000-7fc42f887000 ---p 0000b000 fc:01 18228185 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3 7fc42f887000-7fc42f888000 r--p 0000b000 fc:01 18228185 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3 7fc42f888000-7fc42f889000 rw-p 0000c000 fc:01 18228185 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3 7fc42f889000-7fc42f8a1000 r-xp 00000000 fc:01 12980603 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fc42f8a1000-7fc42faa0000 ---p 00018000 fc:01 12980603 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fc42faa0000-7fc42faa1000 r--p 00017000 fc:01 12980603 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fc42faa1000-7fc42faa2000 rw-p 00018000 fc:01 12980603 /lib/x86_64-linux-gnu/libz.so.1.2.8 7fc42faa2000-7fc42fac9000 r-xp 00000000 fc:01 12976154 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7fc42fac9000-7fc42fcc9000 ---p 00027000 fc:01 12976154 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7fc42fcc9000-7fc42fccb000 r--p 00027000 fc:01 12976154 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7fc42fccb000-7fc42fccc000 rw-p 00029000 fc:01 12976154 /lib/x86_64-linux-gnu/libexpat.so.1.6.0 7fc42fccc000-7fc42fd3a000 r-xp 00000000 fc:01 18229142 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0 7fc42fd3a000-7fc42ff3a000 ---p 0006e000 fc:01 18229142 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0 7fc42ff3a000-7fc42ff3b000 r--p 0006e000 fc:01 18229142 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0 7fc42ff3b000-7fc42ff3e000 rw-p 0006f000 fc:01 18229142 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.0 7fc42ff3e000-7fc42ff81000 r-xp 00000000 fc:01 18227972 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fc42ff81000-7fc430181000 ---p 00043000 fc:01 18227972 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fc430181000-7fc430182000 r--p 00043000 fc:01 18227972 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fc430182000-7fc430183000 rw-p 00044000 fc:01 18227972 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fc430183000-7fc430193000 rw-p 00000000 00:00 0 7fc430193000-7fc4301b8000 r-xp 00000000 fc:01 12977257 /lib/x86_64-linux-gnu/libpng12.so.0.50.0 7fc4301b8000-7fc4303b7000 ---p 00025000 fc:01 12977257 /lib/x86_64-linux-gnu/libpng12.so.0.50.0 7fc4303b7000-7fc4303b8000 r--p 00024000 fc:01 12977257 /lib/x86_64-linux-gnu/libpng12.so.0.50.0 7fc4303b8000-7fc4303b9000 rw-p 00025000 fc:01 12977257 /lib/x86_64-linux-gnu/libpng12.so.0.50.0 7fc4303b9000-7fc4303c0000 r-xp 00000000 fc:01 18227252 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 7fc4303c0000-7fc4305bf000 ---p 00007000 fc:01 18227252 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 7fc4305bf000-7fc4305c0000 r--p 00006000 fc:01 18227252 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 7fc4305c0000-7fc4305c1000 rw-p 00007000 fc:01 18227252 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 7fc4305c1000-7fc4305c5000 r-xp 00000000 fc:01 18227323 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 7fc4305c5000-7fc4307c5000 ---p 00004000 fc:01 18227323 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 7fc4307c5000-7fc4307c6000 r--p 00004000 fc:01 18227323 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 7fc4307c6000-7fc4307c7000 rw-p 00005000 fc:01 18227323 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0 7fc4307c7000-7fc4307c9000 r-xp 00000000 fc:01 18227295 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 7fc4307c9000-7fc4309c8000 ---p 00002000 fc:01 18227295 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 7fc4309c8000-7fc4309c9000 r--p 00001000 fc:01 18227295 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 7fc4309c9000-7fc4309ca000 rw-p 00002000 fc:01 18227295 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 7fc4309ca000-7fc4309da000 r-xp 00000000 fc:01 18227829 /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0 7fc4309da000-7fc430bda000 ---p 00010000 fc:01 18227829 /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0 7fc430bda000-7fc430bdb000 r--p 00010000 fc:01 18227829 /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0 7fc430bdb000-7fc430bdc000 rw-p 00011000 fc:01 18227829 /usr/lib/x86_64-linux-gnu/libgstinterfaces-0.10.so.0.25.0 7fc430bdc000-7fc430cbe000 r-xp 00000000 fc:01 18227847 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0.30.0 7fc430cbe000-7fc430ebd000 ---p 000e2000 fc:01 18227847 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0.30.0 7fc430ebd000-7fc430ec2000 r--p 000e1000 fc:01 18227847 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0.30.0 7fc430ec2000-7fc430ec4000 rw-p 000e6000 fc:01 18227847 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0.30.0 7fc430ec4000-7fc430ec6000 rw-p 00000000 00:00 0 7fc430ec6000-7fc430f54000 r-xp 00000000 fc:01 18745524 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 7fc430f54000-7fc431153000 ---p 0008e000 fc:01 18745524 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 7fc431153000-7fc431156000 r--p 0008d000 fc:01 18745524 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 7fc431156000-7fc431157000 rw-p 00090000 fc:01 18745524 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 7fc431157000-7fc431158000 rw-p 00000000 00:00 0 7fc431158000-7fc43116e000 r-xp 00000000 fc:01 12977264 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fc43116e000-7fc43136d000 ---p 00016000 fc:01 12977264 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fc43136d000-7fc43136e000 rw-p 00015000 fc:01 12977264 /lib/x86_64-linux-gnu/libgcc_s.so.1 7fc43136e000-7fc431454000 r-xp 00000000 fc:01 18221051 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19 7fc431454000-7fc431653000 ---p 000e6000 fc:01 18221051 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19 7fc431653000-7fc43165b000 r--p 000e5000 fc:01 18221051 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19 7fc43165b000-7fc43165d000 rw-p 000ed000 fc:01 18221051 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19 7fc43165d000-7fc431672000 rw-p 00000000 00:00 0 7fc431672000-7fc431778000 r-xp 00000000 fc:01 12980472 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0 7fc431778000-7fc431977000 ---p 00106000 fc:01 12980472 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0 7fc431977000-7fc431978000 r--p 00105000 fc:01 12980472 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0 7fc431978000-7fc431979000 rw-p 00106000 fc:01 12980472 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0 7fc431979000-7fc43197a000 rw-p 00000000 00:00 0 7fc43197a000-7fc43197b000 r-xp 00000000 fc:01 18227879 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4002.0 7fc43197b000-7fc431b7a000 ---p 00001000 fc:01 18227879 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4002.0 7fc431b7a000-7fc431b7b000 r--p 00000000 fc:01 18227879 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4002.0 7fc431b7b000-7fc431b7c000 rw-p 00001000 fc:01 18227879 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4002.0 7fc431b7c000-7fc431b7f000 r-xp 00000000 fc:01 18227735 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0 7fc431b7f000-7fc431d7e000 ---p 00003000 fc:01 18227735 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0 7fc431d7e000-7fc431d7f000 r--p 00002000 fc:01 18227735 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0 7fc431d7f000-7fc431d80000 rw-p 00003000 fc:01 18227735 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0 7fc431d80000-7fc431dcf000 r-xp 00000000 fc:01 18227759 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0 7fc431dcf000-7fc431fcf000 ---p 0004f000 fc:01 18227759 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0 7fc431fcf000-7fc431fd0000 r--p 0004f000 fc:01 18227759 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0 7fc431fd0000-7fc431fd1000 rw-p 00050000 fc:01 18227759 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0 7fc431fd1000-7fc43201b000 r-xp 00000000 fc:01 18228183 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3 7fc43201b000-7fc43221b000 ---p 0004a000 fc:01 18228183 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3 7fc43221b000-7fc43221d000 r--p 0004a000 fc:01 18228183 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3 7fc43221d000-7fc43221e000 rw-p 0004c000 fc:01 18228183 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3 7fc43221e000-7fc43223c000 r-xp 00000000 fc:01 18228191 /usr/lib/x86_64-linux-gnu/libpangox-1.0.so.0.0.0 7fc43223c000-7fc43243b000 ---p 0001e000 fc:01 18228191 /usr/lib/x86_64-linux-gnu/libpangox-1.0.so.0.0.0 7fc43243b000-7fc43243c000 r--p 0001d000 fc:01 18228191 /usr/lib/x86_64-linux-gnu/libpangox-1.0.so.0.0.0 7fc43243c000-7fc43243d000 rw-p 0001e000 fc:01 18228191 /usr/lib/x86_64-linux-gnu/libpangox-1.0.so.0.0.0 7fc43243d000-7fc432444000 r-xp 00000000 fc:01 18228193 /usr/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0.3600.3 7fc432444000-7fc432644000 ---p 00007000 fc:01 18228193 /usr/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0.3600.3 7fc432644000-7fc432645000 r--p 00007000 fc:01 18228193 /usr/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0.3600.3 7fc432645000-7fc432646000 rw-p 00008000 fc:01 18228193 /usr/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0.3600.3 7fc432646000-7fc432666000 r-xp 00000000 fc:01 18227699 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7 7fc432666000-7fc432865000 ---p 00020000 fc:01 18227699 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7 7fc432865000-7fc432866000 r--p 0001f000 fc:01 18227699 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7 7fc432866000-7fc432867000 rw-p 00020000 fc:01 18227699 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7 7fc432867000-7fc432886000 r-xp 00000000 fc:01 18227372 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1 7fc432886000-7fc432a86000 ---p 0001f000 fc:01 18227372 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1 7fc432a86000-7fc432a88000 r--p 0001f000 fc:01 18227372 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1 7fc432a88000-7fc432a89000 rw-p 00021000 fc:01 18227372 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1 7fc432a89000-7fc432b36000 r-xp 00000000 fc:01 18219566 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23 7fc432b36000-7fc432d36000 ---p 000ad000 fc:01 18219566 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23 7fc432d36000-7fc432d3a000 r--p 000ad000 fc:01 18219566 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23 7fc432d3a000-7fc432d3c000 rw-p 000b1000 fc:01 18219566 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23 7fc432d3c000-7fc43316c000 r-xp 00000000 fc:01 18223510 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23 7fc43316c000-7fc43336b000 ---p 00430000 fc:01 18223510 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23 7fc43336b000-7fc433372000 r--p 0042f000 fc:01 18223510 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23 7fc433372000-7fc433376000 rw-p 00436000 fc:01 18223510 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23 7fc433376000-7fc433379000 rw-p 00000000 00:00 0 7fc433379000-7fc4334b2000 r-xp 00000000 fc:01 18224083 /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0 7fc4334b2000-7fc4336b2000 ---p 00139000 fc:01 18224083 /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0 7fc4336b2000-7fc4336b9000 r--p 00139000 fc:01 18224083 /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0 7fc4336b9000-7fc4336bc000 rw-p 00140000 fc:01 18224083 /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0.8.0 7fc4336bc000-7fc4336c5000 rw-p 00000000 00:00 0 7fc4336c5000-7fc4336f0000 r-xp 00000000 fc:01 18224085 /usr/lib/x86_64-linux-gnu/libwx_baseu_net-2.8.so.0.8.0 7fc4336f0000-7fc4338f0000 ---p 0002b000 fc:01 18224085 /usr/lib/x86_64-linux-gnu/libwx_baseu_net-2.8.so.0.8.0 7fc4338f0000-7fc4338f2000 r--p 0002b000 fc:01 18224085 /usr/lib/x86_64-linux-gnu/libwx_baseu_net-2.8.so.0.8.0 7fc4338f2000-7fc4338f3000 rw-p 0002d000 fc:01 18224085 /usr/lib/x86_64-linux-gnu/libwx_baseu_net-2.8.so.0.8.0 7fc4338f3000-7fc4338fc000 r-xp 00000000 fc:01 18224084 /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-2.8.so.0.8.0 7fc4338fc000-7fc433afb000 ---p 00009000 fc:01 18224084 /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-2.8.so.0.8.0 7fc433afb000-7fc433afc000 r--p 00008000 fc:01 18224084 /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-2.8.so.0.8.0 7fc433afc000-7fc433afd000 rw-p 00009000 fc:01 18224084 /usr/lib/x86_64-linux-gnu/libwx_baseu_xml-2.8.so.0.8.0 7fc433afd000-7fc433e81000 r-xp 00000000 fc:01 18224099 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0.8.0 7fc433e81000-7fc434080000 ---p 00384000 fc:01 18224099 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0.8.0 7fc434080000-7fc4340ca000 r--p 00383000 fc:01 18224099 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0.8.0 7fc4340ca000-7fc4340d2000 rw-p 003cd000 fc:01 18224099 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-2.8.so.0.8.0 7fc4340d2000-7fc4340de000 rw-p 00000000 00:00 0 7fc4340de000-7fc4341a5000 r-xp 00000000 fc:01 18224104 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-2.8.so.0.8.0 7fc4341a5000-7fc4343a4000 ---p 000c7000 fc:01 18224104 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-2.8.so.0.8.0 7fc4343a4000-7fc4343b4000 r--p 000c6000 fc:01 18224104 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-2.8.so.0.8.0 7fc4343b4000-7fc4343b6000 rw-p 000d6000 fc:01 18224104 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-2.8.so.0.8.0 7fc4343b6000-7fc4343b9000 rw-p 00000000 00:00 0 7fc4343b9000-7fc434459000 r-xp 00000000 fc:01 18224097 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_html-2.8.so.0.8.0 7fc434459000-7fc434659000 ---p 000a0000 fc:01 18224097 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_html-2.8.so.0.8.0 7fc434659000-7fc434662000 r--p 000a0000 fc:01 18224097 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_html-2.8.so.0.8.0 7fc434662000-7fc434664000 rw-p 000a9000 fc:01 18224097 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_html-2.8.so.0.8.0 7fc434664000-7fc434665000 rw-p 00000000 00:00 0 7fc434665000-7fc434683000 r-xp 00000000 fc:01 18224107 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_qa-2.8.so.0.8.0 7fc434683000-7fc434882000 ---p 0001e000 fc:01 18224107 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_qa-2.8.so.0.8.0 7fc434882000-7fc434885000 r--p 0001d000 fc:01 18224107 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_qa-2.8.so.0.8.0 7fc434885000-7fc434886000 rw-p 00020000 fc:01 18224107 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_qa-2.8.so.0.8.0 7fc434886000-7fc434913000 r-xp 00000000 fc:01 18224102 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_xrc-2.8.so.0.8.0 7fc434913000-7fc434b13000 ---p 0008d000 fc:01 18224102 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_xrc-2.8.so.0.8.0 7fc434b13000-7fc434b18000 r--p 0008d000 fc:01 18224102 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_xrc-2.8.so.0.8.0 7fc434b18000-7fc434b19000 rw-p 00092000 fc:01 18224102 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_xrc-2.8.so.0.8.0 7fc434b19000-7fc434b1c000 rw-p 00000000 00:00 0 7fc434b1c000-7fc434b7d000 r-xp 00000000 fc:01 18224098 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_aui-2.8.so.0.8.0 7fc434b7d000-7fc434d7d000 ---p 00061000 fc:01 18224098 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_aui-2.8.so.0.8.0 7fc434d7d000-7fc434d82000 r--p 00061000 fc:01 18224098 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_aui-2.8.so.0.8.0 7fc434d82000-7fc434d83000 rw-p 00066000 fc:01 18224098 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_aui-2.8.so.0.8.0 7fc434d83000-7fc434d84000 rw-p 00000000 00:00 0 7fc434d84000-7fc434e6b000 r-xp 00000000 fc:01 18224106 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_richtext-2.8.so.0.8.0 7fc434e6b000-7fc43506b000 ---p 000e7000 fc:01 18224106 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_richtext-2.8.so.0.8.0 7fc43506b000-7fc435076000 r--p 000e7000 fc:01 18224106 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_richtext-2.8.so.0.8.0 7fc435076000-7fc435077000 rw-p 000f2000 fc:01 18224106 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_richtext-2.8.so.0.8.0 7fc435077000-7fc43507a000 rw-p 00000000 00:00 0 7fc43507a000-7fc43508e000 r-xp 00000000 fc:01 18224217 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_media-2.8.so.0.8.0 7fc43508e000-7fc43528e000 ---p 00014000 fc:01 18224217 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_media-2.8.so.0.8.0 7fc43528e000-7fc43528f000 r--p 00014000 fc:01 18224217 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_media-2.8.so.0.8.0 7fc43528f000-7fc435290000 rw-p 00015000 fc:01 18224217 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_media-2.8.so.0.8.0 7fc435290000-7fc43529c000 r-xp 00000000 fc:01 18224101 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_gl-2.8.so.0.8.0 7fc43529c000-7fc43549c000 ---p 0000c000 fc:01 18224101 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_gl-2.8.so.0.8.0 7fc43549c000-7fc43549d000 r--p 0000c000 fc:01 18224101 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_gl-2.8.so.0.8.0 7fc43549d000-7fc43549e000 rw-p 0000d000 fc:01 18224101 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_gl-2.8.so.0.8.0 7fc43549e000-7fc43559c000 r-xp 00000000 fc:01 18224109 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_stc-2.8.so.0.8.0 7fc43559c000-7fc43579c000 ---p 000fe000 fc:01 18224109 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_stc-2.8.so.0.8.0 7fc43579c000-7fc4357a1000 r--p 000fe000 fc:01 18224109 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_stc-2.8.so.0.8.0 7fc4357a1000-7fc4357a2000 rw-p 00103000 fc:01 18224109 /usr/lib/x86_64-linux-gnu/libwx_gtk2u_stc-2.8.so.0.8.0 7fc4357a2000-7fc4357a4000 rw-p 00000000 00:00 0 7fc4357a4000-7fc4362da000 r-xp 00000000 fc:01 20321025 /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so 7fc4362da000-7fc4364d9000 ---p 00b36000 fc:01 20321025 /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so 7fc4364d9000-7fc4365b4000 rw-p 00b35000 fc:01 20321025 /usr/local/lib/ruby/gems/2.2.0/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so 7fc4365b4000-7fc4365c7000 rw-p 00000000 00:00 0 7fc4365c7000-7fc4365c8000 r-xp 00000000 fc:01 19022594 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/complex.so 7fc4365c8000-7fc4367c7000 ---p 00001000 fc:01 19022594 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/complex.so 7fc4367c7000-7fc4367c8000 r--p 00000000 fc:01 19022594 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/complex.so 7fc4367c8000-7fc4367c9000 rw-p 00001000 fc:01 19022594 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/complex.so 7fc4367c9000-7fc4367ca000 r-xp 00000000 fc:01 19022593 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/rational.so 7fc4367ca000-7fc4369c9000 ---p 00001000 fc:01 19022593 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/rational.so 7fc4369c9000-7fc4369ca000 r--p 00000000 fc:01 19022593 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/rational.so 7fc4369ca000-7fc4369cb000 rw-p 00001000 fc:01 19022593 /usr/local/lib/ruby/2.2.0/x86_64-linux/mathn/rational.so 7fc4369cb000-7fc4369ce000 r-xp 00000000 fc:01 18749526 /usr/local/lib/ruby/2.2.0/x86_64-linux/thread.so 7fc4369ce000-7fc436bce000 ---p 00003000 fc:01 18749526 /usr/local/lib/ruby/2.2.0/x86_64-linux/thread.so 7fc436bce000-7fc436bcf000 r--p 00003000 fc:01 18749526 /usr/local/lib/ruby/2.2.0/x86_64-linux/thread.so 7fc436bcf000-7fc436bd0000 rw-p 00004000 fc:01 18749526 /usr/local/lib/ruby/2.2.0/x86_64-linux/thread.so 7fc436bd0000-7fc436bd2000 r-xp 00000000 fc:01 19140929 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/trans/transdb.so 7fc436bd2000-7fc436dd2000 ---p 00002000 fc:01 19140929 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/trans/transdb.so 7fc436dd2000-7fc436dd3000 r--p 00002000 fc:01 19140929 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/trans/transdb.so 7fc436dd3000-7fc436dd4000 rw-p 00003000 fc:01 19140929 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/trans/transdb.so 7fc436dd4000-7fc436dd6000 r-xp 00000000 fc:01 19140957 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/encdb.so 7fc436dd6000-7fc436fd5000 ---p 00002000 fc:01 19140957 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/encdb.so 7fc436fd5000-7fc436fd6000 r--p 00001000 fc:01 19140957 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/encdb.so 7fc436fd6000-7fc436fd7000 rw-p 00002000 fc:01 19140957 /usr/local/lib/ruby/2.2.0/x86_64-linux/enc/encdb.so 7fc436fd7000-7fc4372a0000 r--p 00000000 fc:01 18225896 /usr/lib/locale/locale-archive 7fc4372a0000-7fc43745a000 r-xp 00000000 fc:01 12976321 /lib/x86_64-linux-gnu/libc-2.19.so 7fc43745a000-7fc43765a000 ---p 001ba000 fc:01 12976321 /lib/x86_64-linux-gnu/libc-2.19.so 7fc43765a000-7fc43765e000 r--p 001ba000 fc:01 12976321 /lib/x86_64-linux-gnu/libc-2.19.so 7fc43765e000-7fc437660000 rw-p 001be000 fc:01 12976321 /lib/x86_64-linux-gnu/libc-2.19.so 7fc437660000-7fc437665000 rw-p 00000000 00:00 0 7fc437665000-7fc43776a000 r-xp 00000000 fc:01 12976306 /lib/x86_64-linux-gnu/libm-2.19.so 7fc43776a000-7fc437969000 ---p 00105000 fc:01 12976306 /lib/x86_64-linux-gnu/libm-2.19.so 7fc437969000-7fc43796a000 r--p 00104000 fc:01 12976306 /lib/x86_64-linux-gnu/libm-2.19.so 7fc43796a000-7fc43796b000 rw-p 00105000 fc:01 12976306 /lib/x86_64-linux-gnu/libm-2.19.so 7fc43796b000-7fc437974000 r-xp 00000000 fc:01 12976309 /lib/x86_64-linux-gnu/libcrypt-2.19.so 7fc437974000-7fc437b74000 ---p 00009000 fc:01 12976309 /lib/x86_64-linux-gnu/libcrypt-2.19.so 7fc437b74000-7fc437b75000 r--p 00009000 fc:01 12976309 /lib/x86_64-linux-gnu/libcrypt-2.19.so 7fc437b75000-7fc437b76000 rw-p 0000a000 fc:01 12976309 /lib/x86_64-linux-gnu/libcrypt-2.19.so 7fc437b76000-7fc437ba4000 rw-p 00000000 00:00 0 7fc437ba4000-7fc437ba7000 r-xp 00000000 fc:01 12976308 /lib/x86_64-linux-gnu/libdl-2.19.so 7fc437ba7000-7fc437da6000 ---p 00003000 fc:01 12976308 /lib/x86_64-linux-gnu/libdl-2.19.so 7fc437da6000-7fc437da7000 r--p 00002000 fc:01 12976308 /lib/x86_64-linux-gnu/libdl-2.19.so 7fc437da7000-7fc437da8000 rw-p 00003000 fc:01 12976308 /lib/x86_64-linux-gnu/libdl-2.19.so 7fc437da8000-7fc437dc1000 r-xp 00000000 fc:01 12976313 /lib/x86_64-linux-gnu/libpthread-2.19.so 7fc437dc1000-7fc437fc0000 ---p 00019000 fc:01 12976313 /lib/x86_64-linux-gnu/libpthread-2.19.so 7fc437fc0000-7fc437fc1000 r--p 00018000 fc:01 12976313 /lib/x86_64-linux-gnu/libpthread-2.19.so 7fc437fc1000-7fc437fc2000 rw-p 00019000 fc:01 12976313 /lib/x86_64-linux-gnu/libpthread-2.19.so 7fc437fc2000-7fc437fc6000 rw-p 00000000 00:00 0 7fc437fc6000-7fc437fe9000 r-xp 00000000 fc:01 12976314 /lib/x86_64-linux-gnu/ld-2.19.so 7fc438026000-7fc4381e8000 r--s 00000000 fc:01 12976321 /lib/x86_64-linux-gnu/libc-2.19.so 7fc4381e8000-7fc4381e9000 r--p 00022000 fc:01 12976314 /lib/x86_64-linux-gnu/ld-2.19.so 7fc4381e9000-7fc4381ea000 rw-p 00023000 fc:01 12976314 /lib/x86_64-linux-gnu/ld-2.19.so 7fc4381ea000-7fc4381eb000 rw-p 00000000 00:00 0 7fc4381eb000-7fc4384c1000 r-xp 00000000 fc:01 18743647 /usr/local/bin/ruby 7fc438588000-7fc43868d000 rw-p 00000000 00:00 0 7fc4386b3000-7fc4386b4000 rw-p 00000000 00:00 0 7fc4386b4000-7fc4386bb000 r--s 00000000 fc:01 18744760 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 7fc4386bb000-7fc4386bc000 ---p 00000000 00:00 0 7fc4386bc000-7fc4386c1000 rw-p 00000000 00:00 0 [stack:28669] 7fc4386c1000-7fc4386c6000 r--p 002d6000 fc:01 18743647 /usr/local/bin/ruby 7fc4386c6000-7fc4386c7000 rw-p 002db000 fc:01 18743647 /usr/local/bin/ruby 7fc4386c7000-7fc4386d9000 rw-p 00000000 00:00 0 7fc43a0b4000-7fc43a6ec000 rw-p 00000000 00:00 0 [heap] 7ffe76eee000-7ffe776ed000 rw-p 00000000 00:00 0 [stack] 7ffe777f9000-7ffe777fb000 r--p 00000000 00:00 0 [vvar] 7ffe777fb000-7ffe777fd000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-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: http://www.ruby-lang.org/bugreport.html Process finished with exit code 134