Skip to content

Instantly share code, notes, and snippets.

@shouichi
Created November 13, 2014 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shouichi/a077b5b903997e16785a to your computer and use it in GitHub Desktop.
Save shouichi/a077b5b903997e16785a to your computer and use it in GitHub Desktop.

bundle exec rspec spec.rb randomly fails. Uploaded output as stracktrace file.

source "https://rubygems.org"
gem "rspec"
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
PLATFORMS
ruby
DEPENDENCIES
rspec
RSpec.describe do
context do
subject { subject }
it { subject }
end
end
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486: [BUG] vm_call_cfunc - cfp consistency error
ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0018 p:---- s:0073 e:000072 CFUNC :map
c:0017 p:0014 s:0070 e:000069 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486
c:0016 p:0072 s:0066 e:000065 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:453
c:0015 p:0010 s:0059 e:000058 BLOCK /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454 [FINISH]
c:0014 p:---- s:0056 e:000055 CFUNC :map
c:0013 p:0086 s:0053 e:000052 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454
c:0012 p:0010 s:0046 e:000045 BLOCK /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111 [FINISH]
c:0011 p:---- s:0043 e:000042 CFUNC :map
c:0010 p:0039 s:0040 e:000039 BLOCK /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111
c:0009 p:0017 s:0036 e:000035 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb:53
c:0008 p:0018 s:0032 e:000031 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:107
c:0007 p:0022 s:0028 e:000027 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:85
c:0006 p:0088 s:0023 e:000022 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:69
c:0005 p:0024 s:0016 e:000015 METHOD /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:37
c:0004 p:0023 s:0012 e:000011 TOP /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/exe/rspec:4 [FINISH]
c:0003 p:---- s:0010 e:000009 CFUNC :load
c:0002 p:0135 s:0006 E:000b98 EVAL /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/bin/rspec:23 [FINISH]
c:0001 p:0000 s:0002 E:0017b8 TOP [FINISH]
-- Ruby level backtrace information ----------------------------------------
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/bin/rspec:23:in `<main>'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/bin/rspec:23:in `load'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/exe/rspec:4:in `<top (required)>'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:37:in `invoke'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:69:in `run'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:85:in `run'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:107:in `run_specs'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb:53:in `report'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `block in run_specs'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `map'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `block (2 levels) in run_specs'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `run'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `map'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `block in run'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:453:in `run'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486:in `run_examples'
/home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486:in `map'
-- C level backtrace information -------------------------------------------
ruby(+0x188f2c) [0x7fc3f2b5bf2c]
ruby(+0x1fb973) [0x7fc3f2bce973]
ruby(rb_bug+0xb3) [0x7fc3f2bcfb53]
ruby(+0x181232) [0x7fc3f2b54232]
ruby(+0x177af5) [0x7fc3f2b4aaf5]
ruby(+0x17adff) [0x7fc3f2b4ddff]
ruby(+0x17e2fa) [0x7fc3f2b512fa]
ruby(rb_yield+0x69) [0x7fc3f2b52409]
ruby(+0x1ad0ad) [0x7fc3f2b800ad]
ruby(+0x180bd1) [0x7fc3f2b53bd1]
ruby(+0x177af5) [0x7fc3f2b4aaf5]
ruby(+0x17adff) [0x7fc3f2b4ddff]
ruby(rb_iseq_eval+0x1aa) [0x7fc3f2b5990a]
ruby(+0x20230e) [0x7fc3f2bd530e]
ruby(+0x202602) [0x7fc3f2bd5602]
ruby(+0x180bd1) [0x7fc3f2b53bd1]
ruby(+0x1771b4) [0x7fc3f2b4a1b4]
ruby(+0x17adff) [0x7fc3f2b4ddff]
ruby(rb_iseq_eval_main+0x1f6) [0x7fc3f2b59b76]
ruby(+0x22aff) [0x7fc3f29f5aff]
ruby(ruby_run_node+0x2d) [0x7fc3f29f941d]
ruby(+0x226db) [0x7fc3f29f56db]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fc3f1aa8ec5]
ruby(+0x22709) [0x7fc3f29f5709]
-- Other runtime information -----------------------------------------------
* Loaded script: /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/bin/rspec
* Loaded features:
0 enumerator.so
1 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
2 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
3 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/rbconfig.rb
4 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/compatibility.rb
5 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/defaults.rb
6 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/deprecate.rb
7 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/errors.rb
8 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/version.rb
9 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/requirement.rb
10 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/platform.rb
11 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/basic_specification.rb
12 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/stub_specification.rb
13 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/util/stringio.rb
14 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/specification.rb
15 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/exceptions.rb
16 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
17 thread.rb
18 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/thread.so
19 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/monitor.rb
20 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb
21 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems.rb
22 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/pathname.so
23 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/pathname.rb
24 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/constants.rb
25 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/dependency.rb
26 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/path_support.rb
27 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/io/console.so
28 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/user_interaction.rb
29 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/etc.so
30 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/config_file.rb
31 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/rubygems_integration.rb
32 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/current_ruby.rb
33 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/shared_helpers.rb
34 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/fileutils.rb
35 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/gem_path_manipulation.rb
36 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/gem_helpers.rb
37 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/match_platform.rb
38 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/rubygems_ext.rb
39 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/version.rb
40 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler.rb
41 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/settings.rb
42 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest.so
43 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/digest.rb
44 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
45 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/set.rb
46 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/definition.rb
47 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/dependency.rb
48 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/ruby_dsl.rb
49 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/dsl.rb
50 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source_list.rb
51 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source.rb
52 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/common.rb
53 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/generic.rb
54 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/ftp.rb
55 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/http.rb
56 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/https.rb
57 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/ldap.rb
58 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/ldaps.rb
59 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri/mailto.rb
60 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/uri.rb
61 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/socket.so
62 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/socket.rb
63 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/timeout.rb
64 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/protocol.rb
65 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/zlib.so
66 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/stringio.so
67 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/exceptions.rb
68 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/header.rb
69 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/generic_request.rb
70 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/request.rb
71 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/requests.rb
72 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/response.rb
73 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/responses.rb
74 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/proxy_delta.rb
75 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http/backward.rb
76 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/net/http.rb
77 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/date_core.so
78 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/date/format.rb
79 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/date.rb
80 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/time.rb
81 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/request.rb
82 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/cgi/core.rb
83 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/cgi/util.rb
84 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/cgi/cookie.rb
85 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/cgi.rb
86 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/uri_formatter.rb
87 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/fcntl.so
88 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/openssl.so
89 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/bn.rb
90 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/cipher.rb
91 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/config.rb
92 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/digest.rb
93 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/x509.rb
94 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/buffering.rb
95 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl/ssl.rb
96 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/openssl.rb
97 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/securerandom.rb
98 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/resolv.rb
99 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/remote_fetcher.rb
100 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/text.rb
101 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/name_tuple.rb
102 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/rubygems/spec_fetcher.rb
103 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source/rubygems.rb
104 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/strscan.so
105 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source/path.rb
106 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source/git.rb
107 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/lockfile_parser.rb
108 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/lazy_specification.rb
109 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/tsort.rb
110 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/forwardable.rb
111 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/spec_set.rb
112 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/environment.rb
113 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/runtime.rb
114 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/index.rb
115 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/remote_specification.rb
116 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/endpoint_specification.rb
117 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/dep_proxy.rb
118 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/setup.rb
119 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/version.rb
120 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/ruby_features.rb
121 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support.rb
122 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/caller_filter.rb
123 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/version.rb
124 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/warnings.rb
125 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/warnings.rb
126 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/flat_map.rb
127 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/filter_manager.rb
128 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/dsl.rb
129 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/helpers.rb
130 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/encoded_string.rb
131 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/notifications.rb
132 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb
133 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb
134 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb
135 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/metadata.rb
136 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/metadata_filter.rb
137 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/pending.rb
138 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/os.rb
139 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/directory_maker.rb
140 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters.rb
141 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/ordering.rb
142 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/world.rb
143 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/backtrace_formatter.rb
144 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/ruby_project.rb
145 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/deprecation_formatter.rb
146 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/configuration.rb
147 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/optparse.rb
148 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/option_parser.rb
149 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/erb.rb
150 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/shellwords.rb
151 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/configuration_options.rb
152 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb
153 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example.rb
154 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/shared_example_group.rb
155 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/recursive_const_methods.rb
156 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb
157 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core.rb
158 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/instance_method_stasher.rb
159 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/method_double.rb
160 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/matcher_definition.rb
161 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/argument_matchers.rb
162 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/object_reference.rb
163 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/example_methods.rb
164 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/proxy.rb
165 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/test_double.rb
166 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/fuzzy_matcher.rb
167 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/argument_list_matcher.rb
168 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/message_expectation.rb
169 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/order_group.rb
170 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/error_generator.rb
171 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/space.rb
172 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/mutate_const.rb
173 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/targets.rb
174 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/syntax.rb
175 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/configuration.rb
176 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/method_signature_verifier.rb
177 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_message_expecation.rb
178 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/method_reference.rb
179 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_proxy.rb
180 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/verifying_double.rb
181 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks/version.rb
182 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.1.3/lib/rspec/mocks.rb
183 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/mocking_adapters/rspec.rb
184 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/pretty.rb
185 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/composable.rb
186 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in/base_matcher.rb
187 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/built_in.rb
188 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/generated_descriptions.rb
189 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/dsl.rb
190 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/matcher_delegator.rb
191 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers/aliased_matcher.rb
192 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/matchers.rb
193 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/expectation_target.rb
194 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/syntax.rb
195 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/configuration.rb
196 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb
197 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb
198 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb
199 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs.rb
200 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb
201 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb
202 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/hunk_generator.rb
203 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/prettyprint.rb
204 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/pp.rb
205 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-support-3.1.2/lib/rspec/support/differ.rb
206 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/fail_with.rb
207 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/handler.rb
208 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations/version.rb
209 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-expectations-3.1.2/lib/rspec/expectations.rb
210 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/base_formatter.rb
211 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/console_codes.rb
212 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/base_text_formatter.rb
213 /home/vagrant/tmp/foo/vendor/bundle/ruby/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/formatters/progress_formatter.rb
* Process memory map:
7fc3eee57000-7fc3eee6d000 r-xp 00000000 fc:00 2224018 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc3eee6d000-7fc3ef06c000 ---p 00016000 fc:00 2224018 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc3ef06c000-7fc3ef06d000 rw-p 00015000 fc:00 2224018 /lib/x86_64-linux-gnu/libgcc_s.so.1
7fc3ef06d000-7fc3ef073000 r-xp 00000000 fc:00 1637929 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/strscan.so
7fc3ef073000-7fc3ef273000 ---p 00006000 fc:00 1637929 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/strscan.so
7fc3ef273000-7fc3ef274000 r--p 00006000 fc:00 1637929 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/strscan.so
7fc3ef274000-7fc3ef275000 rw-p 00007000 fc:00 1637929 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/strscan.so
7fc3ef275000-7fc3ef2c9000 r-xp 00000000 fc:00 2223980 /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fc3ef2c9000-7fc3ef4c9000 ---p 00054000 fc:00 2223980 /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fc3ef4c9000-7fc3ef4cc000 r--p 00054000 fc:00 2223980 /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fc3ef4cc000-7fc3ef4d3000 rw-p 00057000 fc:00 2223980 /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fc3ef4d3000-7fc3ef525000 r-xp 00000000 fc:00 1637995 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/openssl.so
7fc3ef525000-7fc3ef724000 ---p 00052000 fc:00 1637995 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/openssl.so
7fc3ef724000-7fc3ef725000 r--p 00051000 fc:00 1637995 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/openssl.so
7fc3ef725000-7fc3ef727000 rw-p 00052000 fc:00 1637995 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/openssl.so
7fc3ef727000-7fc3ef728000 rw-p 00000000 00:00 0
7fc3ef728000-7fc3ef729000 r-xp 00000000 fc:00 1638021 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/fcntl.so
7fc3ef729000-7fc3ef928000 ---p 00001000 fc:00 1638021 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/fcntl.so
7fc3ef928000-7fc3ef929000 r--p 00000000 fc:00 1638021 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/fcntl.so
7fc3ef929000-7fc3ef92a000 rw-p 00001000 fc:00 1638021 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/fcntl.so
7fc3ef92a000-7fc3ef960000 r-xp 00000000 fc:00 1638012 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/date_core.so
7fc3ef960000-7fc3efb60000 ---p 00036000 fc:00 1638012 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/date_core.so
7fc3efb60000-7fc3efb61000 r--p 00036000 fc:00 1638012 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/date_core.so
7fc3efb61000-7fc3efb62000 rw-p 00037000 fc:00 1638012 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/date_core.so
7fc3efb62000-7fc3efb64000 rw-p 00000000 00:00 0
7fc3efb64000-7fc3efb6c000 r-xp 00000000 fc:00 1638008 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/stringio.so
7fc3efb6c000-7fc3efd6b000 ---p 00008000 fc:00 1638008 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/stringio.so
7fc3efd6b000-7fc3efd6c000 r--p 00007000 fc:00 1638008 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/stringio.so
7fc3efd6c000-7fc3efd6d000 rw-p 00008000 fc:00 1638008 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/stringio.so
7fc3efd6d000-7fc3efd85000 r-xp 00000000 fc:00 2224153 /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc3efd85000-7fc3eff84000 ---p 00018000 fc:00 2224153 /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc3eff84000-7fc3eff85000 r--p 00017000 fc:00 2224153 /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc3eff85000-7fc3eff86000 rw-p 00018000 fc:00 2224153 /lib/x86_64-linux-gnu/libz.so.1.2.8
7fc3eff86000-7fc3eff96000 r-xp 00000000 fc:00 1638002 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/zlib.so
7fc3eff96000-7fc3f0195000 ---p 00010000 fc:00 1638002 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/zlib.so
7fc3f0195000-7fc3f0196000 r--p 0000f000 fc:00 1638002 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/zlib.so
7fc3f0196000-7fc3f0197000 rw-p 00010000 fc:00 1638002 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/zlib.so
7fc3f0197000-7fc3f01c0000 r-xp 00000000 fc:00 1637996 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/socket.so
7fc3f01c0000-7fc3f03bf000 ---p 00029000 fc:00 1637996 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/socket.so
7fc3f03bf000-7fc3f03c0000 r--p 00028000 fc:00 1637996 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/socket.so
7fc3f03c0000-7fc3f03c1000 rw-p 00029000 fc:00 1637996 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/socket.so
7fc3f03c1000-7fc3f03c4000 r-xp 00000000 fc:00 1637992 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest.so
7fc3f03c4000-7fc3f05c4000 ---p 00003000 fc:00 1637992 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest.so
7fc3f05c4000-7fc3f05c5000 r--p 00003000 fc:00 1637992 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest.so
7fc3f05c5000-7fc3f05c6000 rw-p 00004000 fc:00 1637992 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest.so
7fc3f05c6000-7fc3f0777000 r-xp 00000000 fc:00 2223981 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fc3f0777000-7fc3f0976000 ---p 001b1000 fc:00 2223981 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fc3f0976000-7fc3f0991000 r--p 001b0000 fc:00 2223981 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fc3f0991000-7fc3f099c000 rw-p 001cb000 fc:00 2223981 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fc3f099c000-7fc3f09a0000 rw-p 00000000 00:00 0
7fc3f09a0000-7fc3f09a1000 r-xp 00000000 fc:00 1638024 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
7fc3f09a1000-7fc3f0ba0000 ---p 00001000 fc:00 1638024 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
7fc3f0ba0000-7fc3f0ba1000 r--p 00000000 fc:00 1638024 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
7fc3f0ba1000-7fc3f0ba2000 rw-p 00001000 fc:00 1638024 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/digest/sha1.so
7fc3f0ba2000-7fc3f0ba5000 r-xp 00000000 fc:00 1637994 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/etc.so
7fc3f0ba5000-7fc3f0da4000 ---p 00003000 fc:00 1637994 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/etc.so
7fc3f0da4000-7fc3f0da5000 r--p 00002000 fc:00 1637994 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/etc.so
7fc3f0da5000-7fc3f0da6000 rw-p 00003000 fc:00 1637994 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/etc.so
7fc3f0da6000-7fc3f0daa000 r-xp 00000000 fc:00 1638030 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/io/console.so
7fc3f0daa000-7fc3f0fa9000 ---p 00004000 fc:00 1638030 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/io/console.so
7fc3f0fa9000-7fc3f0faa000 r--p 00003000 fc:00 1638030 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/io/console.so
7fc3f0faa000-7fc3f0fab000 rw-p 00004000 fc:00 1638030 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/io/console.so
7fc3f0fab000-7fc3f0fb2000 r-xp 00000000 fc:00 1638013 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/pathname.so
7fc3f0fb2000-7fc3f11b1000 ---p 00007000 fc:00 1638013 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/pathname.so
7fc3f11b1000-7fc3f11b2000 r--p 00006000 fc:00 1638013 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/pathname.so
7fc3f11b2000-7fc3f11b3000 rw-p 00007000 fc:00 1638013 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/pathname.so
7fc3f11b3000-7fc3f11b6000 r-xp 00000000 fc:00 1637989 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/thread.so
7fc3f11b6000-7fc3f13b5000 ---p 00003000 fc:00 1637989 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/thread.so
7fc3f13b5000-7fc3f13b6000 r--p 00002000 fc:00 1637989 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/thread.so
7fc3f13b6000-7fc3f13b7000 rw-p 00003000 fc:00 1637989 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/thread.so
7fc3f13b7000-7fc3f13b9000 r-xp 00000000 fc:00 1637963 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
7fc3f13b9000-7fc3f15b9000 ---p 00002000 fc:00 1637963 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
7fc3f15b9000-7fc3f15ba000 r--p 00002000 fc:00 1637963 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
7fc3f15ba000-7fc3f15bb000 rw-p 00003000 fc:00 1637963 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/trans/transdb.so
7fc3f15bb000-7fc3f15bd000 r-xp 00000000 fc:00 1637983 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
7fc3f15bd000-7fc3f17bc000 ---p 00002000 fc:00 1637983 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
7fc3f17bc000-7fc3f17bd000 r--p 00001000 fc:00 1637983 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
7fc3f17bd000-7fc3f17be000 rw-p 00002000 fc:00 1637983 /home/vagrant/.rbenv/versions/2.1.3/lib/ruby/2.1.0/x86_64-linux/enc/encdb.so
7fc3f17be000-7fc3f1a87000 r--p 00000000 fc:00 1571799 /usr/lib/locale/locale-archive
7fc3f1a87000-7fc3f1c42000 r-xp 00000000 fc:00 2242698 /lib/x86_64-linux-gnu/libc-2.19.so
7fc3f1c42000-7fc3f1e42000 ---p 001bb000 fc:00 2242698 /lib/x86_64-linux-gnu/libc-2.19.so
7fc3f1e42000-7fc3f1e46000 r--p 001bb000 fc:00 2242698 /lib/x86_64-linux-gnu/libc-2.19.so
7fc3f1e46000-7fc3f1e48000 rw-p 001bf000 fc:00 2242698 /lib/x86_64-linux-gnu/libc-2.19.so
7fc3f1e48000-7fc3f1e4d000 rw-p 00000000 00:00 0
7fc3f1e4d000-7fc3f1f52000 r-xp 00000000 fc:00 2242701 /lib/x86_64-linux-gnu/libm-2.19.so
7fc3f1f52000-7fc3f2151000 ---p 00105000 fc:00 2242701 /lib/x86_64-linux-gnu/libm-2.19.so
7fc3f2151000-7fc3f2152000 r--p 00104000 fc:00 2242701 /lib/x86_64-linux-gnu/libm-2.19.so
7fc3f2152000-7fc3f2153000 rw-p 00105000 fc:00 2242701 /lib/x86_64-linux-gnu/libm-2.19.so
7fc3f2153000-7fc3f215c000 r-xp 00000000 fc:00 2242703 /lib/x86_64-linux-gnu/libcrypt-2.19.so
7fc3f215c000-7fc3f235c000 ---p 00009000 fc:00 2242703 /lib/x86_64-linux-gnu/libcrypt-2.19.so
7fc3f235c000-7fc3f235d000 r--p 00009000 fc:00 2242703 /lib/x86_64-linux-gnu/libcrypt-2.19.so
7fc3f235d000-7fc3f235e000 rw-p 0000a000 fc:00 2242703 /lib/x86_64-linux-gnu/libcrypt-2.19.so
7fc3f235e000-7fc3f238c000 rw-p 00000000 00:00 0
7fc3f238c000-7fc3f238f000 r-xp 00000000 fc:00 2242710 /lib/x86_64-linux-gnu/libdl-2.19.so
7fc3f238f000-7fc3f258e000 ---p 00003000 fc:00 2242710 /lib/x86_64-linux-gnu/libdl-2.19.so
7fc3f258e000-7fc3f258f000 r--p 00002000 fc:00 2242710 /lib/x86_64-linux-gnu/libdl-2.19.so
7fc3f258f000-7fc3f2590000 rw-p 00003000 fc:00 2242710 /lib/x86_64-linux-gnu/libdl-2.19.so
7fc3f2590000-7fc3f25a9000 r-xp 00000000 fc:00 2242711 /lib/x86_64-linux-gnu/libpthread-2.19.so
7fc3f25a9000-7fc3f27a8000 ---p 00019000 fc:00 2242711 /lib/x86_64-linux-gnu/libpthread-2.19.so
7fc3f27a8000-7fc3f27a9000 r--p 00018000 fc:00 2242711 /lib/x86_64-linux-gnu/libpthread-2.19.so
7fc3f27a9000-7fc3f27aa000 rw-p 00019000 fc:00 2242711 /lib/x86_64-linux-gnu/libpthread-2.19.so
7fc3f27aa000-7fc3f27ae000 rw-p 00000000 00:00 0
7fc3f27ae000-7fc3f27d1000 r-xp 00000000 fc:00 2242699 /lib/x86_64-linux-gnu/ld-2.19.so
7fc3f28bb000-7fc3f29c0000 rw-p 00000000 00:00 0
7fc3f29c2000-7fc3f29c3000 rw-p 00000000 00:00 0
7fc3f29c3000-7fc3f29ca000 r--s 00000000 fc:00 1595452 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fc3f29ca000-7fc3f29cb000 ---p 00000000 00:00 0
7fc3f29cb000-7fc3f29d0000 rw-p 00000000 00:00 0 [stack:5205]
7fc3f29d0000-7fc3f29d1000 r--p 00022000 fc:00 2242699 /lib/x86_64-linux-gnu/ld-2.19.so
7fc3f29d1000-7fc3f29d2000 rw-p 00023000 fc:00 2242699 /lib/x86_64-linux-gnu/ld-2.19.so
7fc3f29d2000-7fc3f29d3000 rw-p 00000000 00:00 0
7fc3f29d3000-7fc3f2c9a000 r-xp 00000000 fc:00 1612714 /home/vagrant/.rbenv/versions/2.1.3/bin/ruby
7fc3f2e99000-7fc3f2e9e000 r--p 002c6000 fc:00 1612714 /home/vagrant/.rbenv/versions/2.1.3/bin/ruby
7fc3f2e9e000-7fc3f2ea0000 rw-p 002cb000 fc:00 1612714 /home/vagrant/.rbenv/versions/2.1.3/bin/ruby
7fc3f2ea0000-7fc3f2ec6000 rw-p 00000000 00:00 0
7fc3f3a92000-7fc3f4d87000 rw-p 00000000 00:00 0 [heap]
7fffbdefa000-7fffbe6f9000 rw-p 00000000 00:00 0 [stack]
7fffbe7ed000-7fffbe7ef000 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment