Created
July 5, 2012 19:16
-
-
Save eltiare/3055805 to your computer and use it in GitHub Desktop.
vips-ruby segfault
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
screamer:carrierwave-vips eltiare$ rspec | |
(rspec:2129): GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed | |
(rspec:2129): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `<invalid>' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.0/lib/vips_ext.bundle: [BUG] Segmentation fault | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0] | |
-- Control frame information ----------------------------------------------- | |
c:0023 p:-17580534911092 s:0068 b:0068 l:000067 d:000067 TOP | |
c:0022 p:---- s:0066 b:0066 l:000065 d:000065 CFUNC :require | |
c:0021 p:0031 s:0062 b:0062 l:000061 d:000061 TOP /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.0/lib/vips.rb:4 | |
c:0020 p:---- s:0060 b:0060 l:000059 d:000059 FINISH | |
c:0019 p:---- s:0058 b:0058 l:000057 d:000057 CFUNC :require | |
c:0018 p:0021 s:0054 b:0054 l:000053 d:000053 TOP /Users/eltiare/src/carrierwave-vips/lib/carrierwave-vips.rb:7 | |
c:0017 p:---- s:0052 b:0052 l:000051 d:000051 FINISH | |
c:0016 p:---- s:0050 b:0050 l:000049 d:000049 CFUNC :require | |
c:0015 p:0083 s:0046 b:0046 l:000045 d:000045 TOP /Users/eltiare/src/carrierwave-vips/spec/spec_helper.rb:11 | |
c:0014 p:---- s:0044 b:0044 l:000043 d:000043 FINISH | |
c:0013 p:---- s:0042 b:0042 l:000041 d:000041 CFUNC :require | |
c:0012 p:0011 s:0038 b:0038 l:000037 d:000037 TOP /Users/eltiare/src/carrierwave-vips/spec/carrierwave/vips_spec.rb:3 | |
c:0011 p:---- s:0036 b:0036 l:000035 d:000035 FINISH | |
c:0010 p:---- s:0034 b:0034 l:000033 d:000033 CFUNC :load | |
c:0009 p:0025 s:0030 b:0030 l:000021 d:000029 BLOCK /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746 | |
c:0008 p:---- s:0027 b:0027 l:000026 d:000026 FINISH | |
c:0007 p:---- s:0025 b:0025 l:000024 d:000024 CFUNC :map | |
c:0006 p:0023 s:0022 b:0022 l:000021 d:000021 METHOD /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746 | |
c:0005 p:0074 s:0019 b:0019 l:000018 d:000018 METHOD /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:22 | |
c:0004 p:0125 s:0014 b:0014 l:000013 d:000013 METHOD /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:69 | |
c:0003 p:0028 s:0007 b:0006 l:000288 d:000005 BLOCK /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:10 | |
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH | |
c:0001 p:0000 s:0002 b:0002 l:000108 d:000108 TOP | |
-- Ruby level backtrace information ---------------------------------------- | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:10:in `block in autorun' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:69:in `run' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:22:in `run' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load_spec_files' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `map' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `block in load_spec_files' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load' | |
/Users/eltiare/src/carrierwave-vips/spec/carrierwave/vips_spec.rb:3:in `<top (required)>' | |
/Users/eltiare/src/carrierwave-vips/spec/carrierwave/vips_spec.rb:3:in `require' | |
/Users/eltiare/src/carrierwave-vips/spec/spec_helper.rb:11:in `<top (required)>' | |
/Users/eltiare/src/carrierwave-vips/spec/spec_helper.rb:11:in `require' | |
/Users/eltiare/src/carrierwave-vips/lib/carrierwave-vips.rb:7:in `<top (required)>' | |
/Users/eltiare/src/carrierwave-vips/lib/carrierwave-vips.rb:7:in `require' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.0/lib/vips.rb:4:in `<top (required)>' | |
/Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/ruby-vips-0.2.0/lib/vips.rb:4:in `require' | |
-- C level backtrace information ------------------------------------------- | |
See Crash Report log file under ~/Library/Logs/CrashReporter or | |
/Library/Logs/CrashReporter, for the more detail of. | |
-- Other runtime information ----------------------------------------------- | |
* Loaded script: /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/bin/rspec | |
* Loaded features: | |
0 enumerator.so | |
1 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/enc/encdb.bundle | |
2 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/enc/trans/transdb.bundle | |
3 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb | |
4 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/rbconfig.rb | |
5 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb | |
6 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb | |
7 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb | |
8 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb | |
9 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/version.rb | |
10 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb | |
11 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb | |
12 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb | |
13 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb | |
14 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb | |
15 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/etc.bundle | |
16 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/fileutils.rb | |
17 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/pathname.bundle | |
18 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/pathname.rb | |
19 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/syntax_error.rb | |
20 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/psych.bundle | |
21 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/stringio.bundle | |
22 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/node.rb | |
23 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/stream.rb | |
24 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/document.rb | |
25 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/sequence.rb | |
26 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/scalar.rb | |
27 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/mapping.rb | |
28 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/alias.rb | |
29 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes.rb | |
30 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/streaming.rb | |
31 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/visitor.rb | |
32 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/strscan.bundle | |
33 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/scalar_scanner.rb | |
34 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/to_ruby.rb | |
35 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/emitter.rb | |
36 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb | |
37 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/ruby_events.rb | |
38 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/json_tree.rb | |
39 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/depth_first.rb | |
40 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors.rb | |
41 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handler.rb | |
42 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/tree_builder.rb | |
43 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/parser.rb | |
44 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/omap.rb | |
45 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/set.rb | |
46 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/coder.rb | |
47 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/core_ext.rb | |
48 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/date_core.bundle | |
49 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date/format.rb | |
50 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date.rb | |
51 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/deprecated.rb | |
52 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/stream.rb | |
53 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/yaml_events.rb | |
54 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/tree_builder.rb | |
55 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/stream.rb | |
56 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handlers/document_stream.rb | |
57 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb | |
58 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb | |
59 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/psyched_yaml.rb | |
60 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/gem_helpers.rb | |
61 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/match_platform.rb | |
62 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/rubygems_ext.rb | |
63 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb | |
64 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/psych_additions.rb | |
65 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/psych_tree.rb | |
66 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/syck_hack.rb | |
67 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/rubygems_integration.rb | |
68 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/version.rb | |
69 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler.rb | |
70 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/digest.bundle | |
71 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/digest.rb | |
72 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/digest/sha1.bundle | |
73 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/environment.rb | |
74 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/shared_helpers.rb | |
75 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/runtime.rb | |
76 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/settings.rb | |
77 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/set.rb | |
78 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/definition.rb | |
79 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/dependency.rb | |
80 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/dsl.rb | |
81 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/common.rb | |
82 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/generic.rb | |
83 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ftp.rb | |
84 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/http.rb | |
85 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/https.rb | |
86 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldap.rb | |
87 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldaps.rb | |
88 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/mailto.rb | |
89 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri.rb | |
90 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb | |
91 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb | |
92 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb | |
93 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/enc/iso_8859_1.bundle | |
94 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/zlib.bundle | |
95 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb | |
96 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb | |
97 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb | |
98 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb | |
99 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb | |
100 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/package.rb | |
101 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/format.rb | |
102 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb | |
103 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb | |
104 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/optparse.rb | |
105 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/command.rb | |
106 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb | |
107 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb | |
108 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb | |
109 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb | |
110 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb | |
111 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb | |
112 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb | |
113 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/text.rb | |
114 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb | |
115 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/open3.rb | |
116 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/gem_installer.rb | |
117 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/source.rb | |
118 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/lockfile_parser.rb | |
119 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/lazy_specification.rb | |
120 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tsort.rb | |
121 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/forwardable.rb | |
122 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/spec_set.rb | |
123 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/index.rb | |
124 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/remote_specification.rb | |
125 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/dep_proxy.rb | |
126 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/resolver.rb | |
127 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/endpoint_specification.rb | |
128 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb | |
129 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/rubygems-bundler-1.0.3/lib/rubygems-bundler/noexec.rb | |
130 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/filter_manager.rb | |
131 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/dsl.rb | |
132 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/extensions/kernel.rb | |
133 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/extensions/instance_eval_with_args.rb | |
134 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/extensions/module_eval_with_args.rb | |
135 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/extensions/ordered.rb | |
136 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/extensions.rb | |
137 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/ruby_project.rb | |
138 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/load_path.rb | |
139 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/deprecation.rb | |
140 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/backward_compatibility.rb | |
141 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/reporter.rb | |
142 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/metadata_hash_builder.rb | |
143 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/hooks.rb | |
144 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/subject.rb | |
145 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/let.rb | |
146 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/metadata.rb | |
147 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/pending.rb | |
148 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/world.rb | |
149 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb | |
150 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/project_initializer.rb | |
151 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/option_parser.rb | |
152 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/drb_options.rb | |
153 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/erb.rb | |
154 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/configuration_options.rb | |
155 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb | |
156 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/drb_command_line.rb | |
157 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/socket.bundle | |
158 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/socket.rb | |
159 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/thread.rb | |
160 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.3.0/fcntl.bundle | |
161 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/drb/eq.rb | |
162 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/drb/invokemethod.rb | |
163 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/drb/drb.rb | |
164 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb | |
165 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/example.rb | |
166 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/shared_example_group.rb | |
167 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb | |
168 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core/version.rb | |
169 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/core.rb | |
170 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/rspec-core-2.9.0/lib/rspec/autorun.rb | |
171 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/setup.rb | |
172 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/delegate.rb | |
173 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tmpdir.rb | |
174 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tempfile.rb | |
175 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/time.rb | |
176 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/monitor.rb | |
177 /Users/eltiare/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/logger.rb | |
178 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/string/encoding.rb | |
179 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/object/blank.rb | |
180 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/kernel/singleton_class.rb | |
181 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/module/remove_method.rb | |
182 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/array/extract_options.rb | |
183 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/class/attribute.rb | |
184 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/notifications/fanout.rb | |
185 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/notifications.rb | |
186 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/array/wrap.rb | |
187 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/deprecation/behaviors.rb | |
188 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/deprecation/reporting.rb | |
189 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/module/deprecation.rb | |
190 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/core_ext/module/aliasing.rb | |
191 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/deprecation/method_wrappers.rb | |
192 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/inflector/inflections.rb | |
193 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/inflector/methods.rb | |
194 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/deprecation/proxy_wrappers.rb | |
195 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/deprecation.rb | |
196 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/concern.rb | |
197 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/memoizable.rb | |
198 /Users/eltiare/.rvm/gems/ruby-1.9.3-p194/gems/carrierwave-0.5.7/lib/carrierwave.rb | |
[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 | |
Abort trap: 6 |
7.26.6
And that non-Debian OS, where it occurs, please.
It's on Mac OS X Lion 10.7.3 with the osx-gcc-installer
Yes, this is it ;)
Let's wait, for what John will say about it.
One other note: there were no crash logs for today in the folder specified by the crash report.
This week I am going to buy my first mac. I will try to reproduce this issue and fix it with John's assistance.
I don't like, that Mac OS has problems - ruby-vips should work well there, as it does on stable Linux OSes.
I am running into exact the same issue on
Darwin Stanislaws-MacBook-Air.local 11.4.2 Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64 x86_64
I will create issue on ruby-vips tracker for this. Together with John, we'll try to resolve it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of libvips are you using?
/cc @jcupitt