Last active
August 29, 2015 14:13
-
-
Save minimum2scp/c416f60bc8ac2c61b6ef to your computer and use it in GitHub Desktop.
rbenv で入れた ruby 2.1.5 で bundle install したあと、debian package の ruby 2.1.5 で bundle install すると SEGV する
This file contains hidden or 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
| debian@a04aefba2c18% RBENV_VERSION=2.1.5 gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.2.2 | |
| - RUBY VERSION: 2.1.5 (2014-11-13 patchlevel 273) [x86_64-linux] | |
| - INSTALLATION DIRECTORY: /opt/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0 | |
| - RUBY EXECUTABLE: /opt/rbenv/versions/2.1.5/bin/ruby | |
| - EXECUTABLE DIRECTORY: /opt/rbenv/versions/2.1.5/bin | |
| - SPEC CACHE DIRECTORY: /home/debian/.gem/specs | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-linux | |
| - GEM PATHS: | |
| - /opt/rbenv/versions/2.1.5/lib/ruby/gems/2.1.0 | |
| - /home/debian/.gem/ruby/2.1.0 | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - https://rubygems.org/ | |
| - SHELL PATH: | |
| - /opt/rbenv/versions/2.1.5/bin | |
| - /opt/rbenv/libexec | |
| - /opt/rbenv/plugins/rbenv-update/bin | |
| - /opt/rbenv/plugins/ruby-build/bin | |
| - /opt/rbenv/shims | |
| - /opt/rbenv/bin | |
| - /usr/local/bin | |
| - /usr/bin | |
| - /bin | |
| - /usr/games | |
| - /usr/local/sbin | |
| - /usr/sbin | |
| - /sbin | |
| debian@a04aefba2c18% RBENV_VERSION=system gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.2.2 | |
| - RUBY VERSION: 2.1.5 (2014-11-13 patchlevel 273) [x86_64-linux-gnu] | |
| - INSTALLATION DIRECTORY: /var/lib/gems/2.1.0 | |
| - RUBY EXECUTABLE: /usr/bin/ruby2.1 | |
| - EXECUTABLE DIRECTORY: /usr/local/bin | |
| - SPEC CACHE DIRECTORY: /home/debian/.gem/specs | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-linux | |
| - GEM PATHS: | |
| - /var/lib/gems/2.1.0 | |
| - /home/debian/.gem/ruby/2.1.0 | |
| - /usr/share/rubygems-integration/2.1.0 | |
| - /usr/share/rubygems-integration/2.1 | |
| - /usr/share/rubygems-integration/all | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - https://rubygems.org/ | |
| - SHELL PATH: | |
| - /opt/rbenv/libexec | |
| - /opt/rbenv/plugins/rbenv-update/bin | |
| - /opt/rbenv/plugins/ruby-build/bin | |
| - /opt/rbenv/shims | |
| - /opt/rbenv/bin | |
| - /usr/local/bin | |
| - /usr/bin | |
| - /bin | |
| - /usr/games | |
| - /usr/local/sbin | |
| - /usr/sbin | |
| - /sbin |
This file contains hidden or 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
| source 'https://rubygems.org' | |
| gem 'psych' |
This file contains hidden or 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
| % docker run -d --name ruby-test minimum2scp/ruby-full:latest | |
| % ssh debian@`docker inspect -f {{.NetworkSettings.IPAddress}}` | |
| (password is debian) | |
| debian@a04aefba2c18% rm -rf ~/.gem | |
| debian@a04aefba2c18% rm Gemfile.lock | |
| debian@a04aefba2c18% vi Gemfile | |
| debian@a04aefba2c18% cat Gemfile | |
| source 'https://rubygems.org' | |
| gem 'psych' | |
| debian@a04aefba2c18% RBENV_VERSION=2.1.5 bundle install --path ~/.gem | |
| Fetching gem metadata from https://rubygems.org/.. | |
| Resolving dependencies... | |
| Installing psych 2.0.11 | |
| Using bundler 1.7.12 | |
| Your bundle is complete! | |
| It was installed into /home/debian/.gem | |
| debian@a04aefba2c18% RBENV_VERSION=system bundle install --path ~/.gem | |
| Using psych 2.0.11 | |
| Using bundler 1.7.12 | |
| Your bundle is complete! | |
| It was installed into /home/debian/.gem | |
| [BUG] Segmentation fault at 0x00000000000000 | |
| ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu] | |
| -- C level backtrace information ------------------------------------------- | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x18aac7) [0x7faee3289ac7] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x18afbe) [0x7faee3289fbe] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x6d5b3) [0x7faee316c5b3] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(rb_bug+0xb3) [0x7faee316cc23] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x12135f) [0x7faee322035f] | |
| /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0) [0x7faee2ef18d0] | |
| /lib64/ld-linux-x86-64.so.2(+0xf006) [0x7faee358a006] | |
| /lib/x86_64-linux-gnu/libc.so.6(+0x37bc9) [0x7faee21b1bc9] | |
| /lib/x86_64-linux-gnu/libc.so.6(+0x37c15) [0x7faee21b1c15] | |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfc) [0x7faee219bb4c] | |
| /usr/bin/ruby() [0x4008d9] | |
| -- Other runtime information ----------------------------------------------- | |
| * Process memory map: | |
| 00400000-00401000 r-xp 00000000 00:23 19337 /usr/bin/ruby2.1 | |
| 00600000-00601000 r--p 00000000 00:23 19337 /usr/bin/ruby2.1 | |
| 00601000-00602000 rw-p 00001000 00:23 19337 /usr/bin/ruby2.1 | |
| 020fc000-033e1000 rw-p 00000000 00:00 0 [heap] | |
| 7faedea3b000-7faedea51000 r-xp 00000000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedea51000-7faedec50000 ---p 00016000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedec50000-7faedec51000 rw-p 00015000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedec51000-7faedec52000 r-xp 00000000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedec52000-7faedee51000 ---p 00001000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee51000-7faedee52000 r--p 00000000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee52000-7faedee53000 rw-p 00001000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee53000-7faedee71000 r-xp 00000000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedee71000-7faedf070000 ---p 0001e000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf070000-7faedf071000 r--p 0001d000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf071000-7faedf072000 rw-p 0001e000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf072000-7faedf078000 r-xp 00000000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf078000-7faedf277000 ---p 00006000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf277000-7faedf278000 rw-p 00005000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf278000-7faedf292000 r-xp 00000000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf292000-7faedf491000 ---p 0001a000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf491000-7faedf492000 r--p 00019000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf492000-7faedf493000 rw-p 0001a000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf493000-7faedf4a0000 r-xp 00000000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf4a0000-7faedf69f000 ---p 0000d000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf69f000-7faedf6a0000 r--p 0000c000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf6a0000-7faedf6a1000 rw-p 0000d000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf6a1000-7faedf6c8000 r-xp 00000000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf6c8000-7faedf8c7000 ---p 00027000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c7000-7faedf8c8000 r--p 00026000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c8000-7faedf8c9000 rw-p 00027000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c9000-7faedf8ca000 r-xp 00000000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedf8ca000-7faedfac9000 ---p 00001000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfac9000-7faedfaca000 r--p 00000000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfaca000-7faedfacb000 rw-p 00001000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfacb000-7faedface000 r-xp 00000000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedface000-7faedfccd000 ---p 00003000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfccd000-7faedfcce000 r--p 00002000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfcce000-7faedfccf000 rw-p 00003000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfccf000-7faedfe9a000 r-xp 00000000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faedfe9a000-7faee0099000 ---p 001cb000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee0099000-7faee00b6000 r--p 001ca000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee00b6000-7faee00c6000 rw-p 001e7000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee00c6000-7faee00c9000 rw-p 00000000 00:00 0 | |
| 7faee00c9000-7faee011f000 r-xp 00000000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee011f000-7faee031f000 ---p 00056000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee031f000-7faee0322000 r--p 00056000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee0322000-7faee0329000 rw-p 00059000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee0329000-7faee0378000 r-xp 00000000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0378000-7faee0578000 ---p 0004f000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0578000-7faee0579000 r--p 0004f000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0579000-7faee057b000 rw-p 00050000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee057b000-7faee057c000 rw-p 00000000 00:00 0 | |
| 7faee057c000-7faee05ac000 r-xp 00000000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee05ac000-7faee07ac000 ---p 00030000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ac000-7faee07ad000 r--p 00030000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ad000-7faee07ae000 rw-p 00031000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ae000-7faee07af000 rw-p 00000000 00:00 0 | |
| 7faee07af000-7faee07b6000 r-xp 00000000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee07b6000-7faee09b5000 ---p 00007000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b5000-7faee09b6000 r--p 00006000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b6000-7faee09b7000 rw-p 00007000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b7000-7faee09bc000 r-xp 00000000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee09bc000-7faee0bbb000 ---p 00005000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbb000-7faee0bbc000 r--p 00004000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbc000-7faee0bbd000 rw-p 00005000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbd000-7faee0be3000 r-xp 00000000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0be3000-7faee0de2000 ---p 00026000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de2000-7faee0de6000 r--p 00025000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de6000-7faee0de7000 rw-p 00029000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de7000-7faee0e0b000 r-xp 00000000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee0e0b000-7faee100a000 ---p 00024000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100a000-7faee100b000 r--p 00023000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100b000-7faee100c000 rw-p 00024000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100c000-7faee104c000 r-xp 00000000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee104c000-7faee124c000 ---p 00040000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee124c000-7faee124e000 r--p 00040000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee124e000-7faee1255000 rw-p 00042000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee1255000-7faee1256000 rw-p 00000000 00:00 0 | |
| 7faee1256000-7faee125d000 r-xp 00000000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee125d000-7faee145d000 ---p 00007000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145d000-7faee145e000 r--p 00007000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145e000-7faee145f000 rw-p 00008000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145f000-7faee1462000 r-xp 00000000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1462000-7faee1661000 ---p 00003000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1661000-7faee1662000 r--p 00002000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1662000-7faee1663000 rw-p 00003000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1663000-7faee1669000 r-xp 00000000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1669000-7faee1868000 ---p 00006000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1868000-7faee1869000 r--p 00005000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1869000-7faee186a000 rw-p 00006000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee186a000-7faee186d000 r-xp 00000000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee186d000-7faee1a6c000 ---p 00003000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6c000-7faee1a6d000 r--p 00002000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6d000-7faee1a6e000 rw-p 00003000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6e000-7faee1a71000 r-xp 00000000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1a71000-7faee1c70000 ---p 00003000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c70000-7faee1c71000 r--p 00002000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c71000-7faee1c72000 rw-p 00003000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c72000-7faee1c74000 r-xp 00000000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1c74000-7faee1e74000 ---p 00002000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e74000-7faee1e75000 r--p 00002000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e75000-7faee1e76000 rw-p 00003000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e76000-7faee1e78000 r-xp 00000000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee1e78000-7faee2077000 ---p 00002000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee2077000-7faee2078000 r--p 00001000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee2078000-7faee2079000 rw-p 00002000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee217a000-7faee2319000 r-xp 00000000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee2319000-7faee2519000 ---p 0019f000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee2519000-7faee251d000 r--p 0019f000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee251d000-7faee251f000 rw-p 001a3000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee251f000-7faee2523000 rw-p 00000000 00:00 0 | |
| 7faee2523000-7faee2623000 r-xp 00000000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2623000-7faee2822000 ---p 00100000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2822000-7faee2823000 r--p 000ff000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2823000-7faee2824000 rw-p 00100000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2824000-7faee282c000 r-xp 00000000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee282c000-7faee2a2b000 ---p 00008000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2b000-7faee2a2c000 r--p 00007000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2c000-7faee2a2d000 rw-p 00008000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2d000-7faee2a5b000 rw-p 00000000 00:00 0 | |
| 7faee2a5b000-7faee2a5e000 r-xp 00000000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2a5e000-7faee2c5d000 ---p 00003000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5d000-7faee2c5e000 r--p 00002000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5e000-7faee2c5f000 rw-p 00003000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5f000-7faee2ce0000 r-xp 00000000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ce0000-7faee2ee0000 ---p 00081000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee0000-7faee2ee1000 r--p 00081000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee1000-7faee2ee2000 rw-p 00082000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee2000-7faee2efa000 r-xp 00000000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee2efa000-7faee30f9000 ---p 00018000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30f9000-7faee30fa000 r--p 00017000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30fa000-7faee30fb000 rw-p 00018000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30fb000-7faee30ff000 rw-p 00000000 00:00 0 | |
| 7faee30ff000-7faee334e000 r-xp 00000000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee334e000-7faee354d000 ---p 0024f000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee354d000-7faee3556000 rw-p 0024e000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee3556000-7faee357b000 rw-p 00000000 00:00 0 | |
| 7faee357b000-7faee359b000 r-xp 00000000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee3687000-7faee378f000 r--p 00000000 00:23 9162 /usr/lib/locale/locale-archive | |
| 7faee378f000-7faee3795000 rw-p 00000000 00:00 0 | |
| 7faee3795000-7faee3796000 ---p 00000000 00:00 0 | |
| 7faee3796000-7faee379b000 rw-p 00000000 00:00 0 | |
| 7faee379b000-7faee379c000 r--p 00020000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee379c000-7faee379d000 rw-p 00021000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee379d000-7faee379e000 rw-p 00000000 00:00 0 | |
| 7fff762d7000-7fff762f8000 rw-p 00000000 00:00 0 | |
| 7fff76352000-7fff76354000 r-xp 00000000 00:00 0 [vdso] | |
| 7fff76354000-7fff76356000 r--p 00000000 00:00 0 [vvar] | |
| 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 | |
| [1] 15795 abort RBENV_VERSION=system bundle install --path ~/.gem |
This file contains hidden or 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
| [BUG] Segmentation fault at 0x00000000000000 | |
| ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu] | |
| -- C level backtrace information ------------------------------------------- | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x18aac7) [0x7faee3289ac7] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x18afbe) [0x7faee3289fbe] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x6d5b3) [0x7faee316c5b3] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(rb_bug+0xb3) [0x7faee316cc23] | |
| /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1(+0x12135f) [0x7faee322035f] | |
| /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0) [0x7faee2ef18d0] | |
| /lib64/ld-linux-x86-64.so.2(+0xf006) [0x7faee358a006] | |
| /lib/x86_64-linux-gnu/libc.so.6(+0x37bc9) [0x7faee21b1bc9] | |
| /lib/x86_64-linux-gnu/libc.so.6(+0x37c15) [0x7faee21b1c15] | |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfc) [0x7faee219bb4c] | |
| /usr/bin/ruby() [0x4008d9] | |
| -- Other runtime information ----------------------------------------------- | |
| * Process memory map: | |
| 00400000-00401000 r-xp 00000000 00:23 19337 /usr/bin/ruby2.1 | |
| 00600000-00601000 r--p 00000000 00:23 19337 /usr/bin/ruby2.1 | |
| 00601000-00602000 rw-p 00001000 00:23 19337 /usr/bin/ruby2.1 | |
| 020fc000-033e1000 rw-p 00000000 00:00 0 [heap] | |
| 7faedea3b000-7faedea51000 r-xp 00000000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedea51000-7faedec50000 ---p 00016000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedec50000-7faedec51000 rw-p 00015000 00:23 1193 /lib/x86_64-linux-gnu/libgcc_s.so.1 | |
| 7faedec51000-7faedec52000 r-xp 00000000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedec52000-7faedee51000 ---p 00001000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee51000-7faedee52000 r--p 00000000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee52000-7faedee53000 rw-p 00001000 00:23 22186 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest/sha1.so | |
| 7faedee53000-7faedee71000 r-xp 00000000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedee71000-7faedf070000 ---p 0001e000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf070000-7faedf071000 r--p 0001d000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf071000-7faedf072000 rw-p 0001e000 00:23 22354 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.4 | |
| 7faedf072000-7faedf078000 r-xp 00000000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf078000-7faedf277000 ---p 00006000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf277000-7faedf278000 rw-p 00005000 00:23 157835 /home/debian/.gem/ruby/2.1.0/gems/psych-2.0.11/lib/psych.so | |
| 7faedf278000-7faedf292000 r-xp 00000000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf292000-7faedf491000 ---p 0001a000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf491000-7faedf492000 r--p 00019000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf492000-7faedf493000 rw-p 0001a000 00:23 1142 /lib/x86_64-linux-gnu/libz.so.1.2.8 | |
| 7faedf493000-7faedf4a0000 r-xp 00000000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf4a0000-7faedf69f000 ---p 0000d000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf69f000-7faedf6a0000 r--p 0000c000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf6a0000-7faedf6a1000 rw-p 0000d000 00:23 22089 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/zlib.so | |
| 7faedf6a1000-7faedf6c8000 r-xp 00000000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf6c8000-7faedf8c7000 ---p 00027000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c7000-7faedf8c8000 r--p 00026000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c8000-7faedf8c9000 rw-p 00027000 00:23 22176 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/socket.so | |
| 7faedf8c9000-7faedf8ca000 r-xp 00000000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedf8ca000-7faedfac9000 ---p 00001000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfac9000-7faedfaca000 r--p 00000000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfaca000-7faedfacb000 rw-p 00001000 00:23 22179 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/fcntl.so | |
| 7faedfacb000-7faedface000 r-xp 00000000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedface000-7faedfccd000 ---p 00003000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfccd000-7faedfcce000 r--p 00002000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfcce000-7faedfccf000 rw-p 00003000 00:23 22084 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/digest.so | |
| 7faedfccf000-7faedfe9a000 r-xp 00000000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faedfe9a000-7faee0099000 ---p 001cb000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee0099000-7faee00b6000 r--p 001ca000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee00b6000-7faee00c6000 rw-p 001e7000 00:23 11192 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | |
| 7faee00c6000-7faee00c9000 rw-p 00000000 00:00 0 | |
| 7faee00c9000-7faee011f000 r-xp 00000000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee011f000-7faee031f000 ---p 00056000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee031f000-7faee0322000 r--p 00056000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee0322000-7faee0329000 rw-p 00059000 00:23 11273 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 | |
| 7faee0329000-7faee0378000 r-xp 00000000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0378000-7faee0578000 ---p 0004f000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0578000-7faee0579000 r--p 0004f000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee0579000-7faee057b000 rw-p 00050000 00:23 22165 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/openssl.so | |
| 7faee057b000-7faee057c000 rw-p 00000000 00:00 0 | |
| 7faee057c000-7faee05ac000 r-xp 00000000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee05ac000-7faee07ac000 ---p 00030000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ac000-7faee07ad000 r--p 00030000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ad000-7faee07ae000 rw-p 00031000 00:23 22104 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/date_core.so | |
| 7faee07ae000-7faee07af000 rw-p 00000000 00:00 0 | |
| 7faee07af000-7faee07b6000 r-xp 00000000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee07b6000-7faee09b5000 ---p 00007000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b5000-7faee09b6000 r--p 00006000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b6000-7faee09b7000 rw-p 00007000 00:23 22166 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/stringio.so | |
| 7faee09b7000-7faee09bc000 r-xp 00000000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee09bc000-7faee0bbb000 ---p 00005000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbb000-7faee0bbc000 r--p 00004000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbc000-7faee0bbd000 rw-p 00005000 00:23 22087 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/strscan.so | |
| 7faee0bbd000-7faee0be3000 r-xp 00000000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0be3000-7faee0de2000 ---p 00026000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de2000-7faee0de6000 r--p 00025000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de6000-7faee0de7000 rw-p 00029000 00:23 1196 /lib/x86_64-linux-gnu/libtinfo.so.5.9 | |
| 7faee0de7000-7faee0e0b000 r-xp 00000000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee0e0b000-7faee100a000 ---p 00024000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100a000-7faee100b000 r--p 00023000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100b000-7faee100c000 rw-p 00024000 00:23 1091 /lib/x86_64-linux-gnu/libncurses.so.5.9 | |
| 7faee100c000-7faee104c000 r-xp 00000000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee104c000-7faee124c000 ---p 00040000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee124c000-7faee124e000 r--p 00040000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee124e000-7faee1255000 rw-p 00042000 00:23 1116 /lib/x86_64-linux-gnu/libreadline.so.6.3 | |
| 7faee1255000-7faee1256000 rw-p 00000000 00:00 0 | |
| 7faee1256000-7faee125d000 r-xp 00000000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee125d000-7faee145d000 ---p 00007000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145d000-7faee145e000 r--p 00007000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145e000-7faee145f000 rw-p 00008000 00:23 22086 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/readline.so | |
| 7faee145f000-7faee1462000 r-xp 00000000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1462000-7faee1661000 ---p 00003000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1661000-7faee1662000 r--p 00002000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1662000-7faee1663000 rw-p 00003000 00:23 22162 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/io/console.so | |
| 7faee1663000-7faee1669000 r-xp 00000000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1669000-7faee1868000 ---p 00006000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1868000-7faee1869000 r--p 00005000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee1869000-7faee186a000 rw-p 00006000 00:23 22095 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/pathname.so | |
| 7faee186a000-7faee186d000 r-xp 00000000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee186d000-7faee1a6c000 ---p 00003000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6c000-7faee1a6d000 r--p 00002000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6d000-7faee1a6e000 rw-p 00003000 00:23 22168 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/etc.so | |
| 7faee1a6e000-7faee1a71000 r-xp 00000000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1a71000-7faee1c70000 ---p 00003000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c70000-7faee1c71000 r--p 00002000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c71000-7faee1c72000 rw-p 00003000 00:23 22167 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/thread.so | |
| 7faee1c72000-7faee1c74000 r-xp 00000000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1c74000-7faee1e74000 ---p 00002000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e74000-7faee1e75000 r--p 00002000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e75000-7faee1e76000 rw-p 00003000 00:23 22118 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/trans/transdb.so | |
| 7faee1e76000-7faee1e78000 r-xp 00000000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee1e78000-7faee2077000 ---p 00002000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee2077000-7faee2078000 r--p 00001000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee2078000-7faee2079000 rw-p 00002000 00:23 22150 /usr/lib/x86_64-linux-gnu/ruby/2.1.0/enc/encdb.so | |
| 7faee217a000-7faee2319000 r-xp 00000000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee2319000-7faee2519000 ---p 0019f000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee2519000-7faee251d000 r--p 0019f000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee251d000-7faee251f000 rw-p 001a3000 00:23 1053 /lib/x86_64-linux-gnu/libc-2.19.so | |
| 7faee251f000-7faee2523000 rw-p 00000000 00:00 0 | |
| 7faee2523000-7faee2623000 r-xp 00000000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2623000-7faee2822000 ---p 00100000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2822000-7faee2823000 r--p 000ff000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2823000-7faee2824000 rw-p 00100000 00:23 1124 /lib/x86_64-linux-gnu/libm-2.19.so | |
| 7faee2824000-7faee282c000 r-xp 00000000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee282c000-7faee2a2b000 ---p 00008000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2b000-7faee2a2c000 r--p 00007000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2c000-7faee2a2d000 rw-p 00008000 00:23 1126 /lib/x86_64-linux-gnu/libcrypt-2.19.so | |
| 7faee2a2d000-7faee2a5b000 rw-p 00000000 00:00 0 | |
| 7faee2a5b000-7faee2a5e000 r-xp 00000000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2a5e000-7faee2c5d000 ---p 00003000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5d000-7faee2c5e000 r--p 00002000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5e000-7faee2c5f000 rw-p 00003000 00:23 1085 /lib/x86_64-linux-gnu/libdl-2.19.so | |
| 7faee2c5f000-7faee2ce0000 r-xp 00000000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ce0000-7faee2ee0000 ---p 00081000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee0000-7faee2ee1000 r--p 00081000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee1000-7faee2ee2000 rw-p 00082000 00:23 11265 /usr/lib/x86_64-linux-gnu/libgmp.so.10.2.0 | |
| 7faee2ee2000-7faee2efa000 r-xp 00000000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee2efa000-7faee30f9000 ---p 00018000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30f9000-7faee30fa000 r--p 00017000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30fa000-7faee30fb000 rw-p 00018000 00:23 1195 /lib/x86_64-linux-gnu/libpthread-2.19.so | |
| 7faee30fb000-7faee30ff000 rw-p 00000000 00:00 0 | |
| 7faee30ff000-7faee334e000 r-xp 00000000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee334e000-7faee354d000 ---p 0024f000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee354d000-7faee3556000 rw-p 0024e000 00:23 22367 /usr/lib/x86_64-linux-gnu/libruby-2.1.so.2.1.0 | |
| 7faee3556000-7faee357b000 rw-p 00000000 00:00 0 | |
| 7faee357b000-7faee359b000 r-xp 00000000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee3687000-7faee378f000 r--p 00000000 00:23 9162 /usr/lib/locale/locale-archive | |
| 7faee378f000-7faee3795000 rw-p 00000000 00:00 0 | |
| 7faee3795000-7faee3796000 ---p 00000000 00:00 0 | |
| 7faee3796000-7faee379b000 rw-p 00000000 00:00 0 | |
| 7faee379b000-7faee379c000 r--p 00020000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee379c000-7faee379d000 rw-p 00021000 00:23 1068 /lib/x86_64-linux-gnu/ld-2.19.so | |
| 7faee379d000-7faee379e000 rw-p 00000000 00:00 0 | |
| 7fff762d7000-7fff762f8000 rw-p 00000000 00:00 0 | |
| 7fff76352000-7fff76354000 r-xp 00000000 00:00 0 [vdso] | |
| 7fff76354000-7fff76356000 r--p 00000000 00:00 0 [vvar] | |
| 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 | |
| [1] 15795 abort RBENV_VERSION=system bundle install --path ~/.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment