Updating Pods with `pod repo update` fails with an error - ios

I have Macbook pro M1 Chip. I am developing a flutter app. After updating to flutter 3.0.1 I am trying to update the pods, so I have passed the command pod repo update.
However I ended up with the below error
Updating spec repo `trunk`
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000104e0c000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
-- Control frame information -----------------------------------------------
c:0034 p:---- s:0214 e:000213 CFUNC :attach
c:0033 p:0258 s:0208 e:000207 METHOD /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275
c:0032 p:0050 s:0188 e:000187 CLASS /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:17
c:0031 p:0007 s:0185 e:000184 CLASS /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:7
c:0030 p:0007 s:0182 e:000181 TOP /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:2 [FINISH]
c:0029 p:---- s:0179 e:000178 CFUNC :require
c:0028 p:0110 s:0174 e:000173 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0027 p:0042 s:0162 e:000161 TOP /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon.rb:15 [FINISH]
c:0026 p:---- s:0159 e:000158 CFUNC :require
c:0025 p:0110 s:0154 e:000153 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0024 p:0013 s:0142 e:000141 TOP /Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2 [FINISH]
c:0023 p:---- s:0139 e:000138 CFUNC :require
c:0022 p:0110 s:0134 e:000133 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0021 p:0006 s:0122 e:000121 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:440
c:0020 p:0045 s:0114 e:000113 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:372
c:0019 p:0318 s:0103 e:000102 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:365
c:0018 p:0006 s:0093 e:000092 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:338
c:0017 p:0006 s:0088 e:000087 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:78
c:0016 p:0008 s:0084 e:000082 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:60
c:0015 p:0009 s:0078 e:000077 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:257
c:0014 p:0009 s:0073 e:000072 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:135
c:0013 p:0081 s:0069 e:000068 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/user_interface.rb:64
c:0012 p:0033 s:0062 e:000061 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:134 [FINISH]
c:0011 p:---- s:0058 e:000057 CFUNC :each
c:0010 p:0022 s:0054 e:000053 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:133 [FINISH]
c:0009 p:---- s:0050 e:000049 CFUNC :open
c:0008 p:0082 s:0044 e:000043 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:131
c:0007 p:0027 s:0036 e:000035 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command/repo/update.rb:23
c:0006 p:0078 s:0031 e:000030 METHOD /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334
c:0005 p:0024 s:0024 e:000023 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command.rb:52
c:0004 p:0378 s:0019 e:000018 TOP /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/bin/pod:55 [FINISH]
c:0003 p:---- s:0013 e:000012 CFUNC :load
c:0002 p:0109 s:0008 E:001680 EVAL /usr/local/bin/pod:23 [FINISH]
c:0001 p:0000 s:0003 E:000150 (none) [FINISH]
-- Ruby level backtrace information ----------------------------------------
/usr/local/bin/pod:23:in `<main>'
/usr/local/bin/pod:23:in `load'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/bin/pod:55:in `<top (required)>'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command/repo/update.rb:23:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:131:in `update'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:131:in `open'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:133:in `block in update'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:133:in `each'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:134:in `block (2 levels) in update'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb:135:in `block (3 levels) in update'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:257:in `update'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:60:in `preheat_existing_files'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:78:in `deprecated_local_podspecs'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:338:in `download_file'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:365:in `download_file_async'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:372:in `download_and_save_with_retries_async'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb:440:in `download_typhoeus_impl_async'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon.rb:15:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:2:in `<top (required)>'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:7:in `<module:Ethon>'
/Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:17:in `<module:Libc>'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275:in `attach_function'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275:in `attach'
-- Other runtime information -----------------------------------------------
* Loaded script: /usr/local/bin/pod
* Loaded features:
0 enumerator.so
1 thread.rb
2 rational.so
3 complex.so
4 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/encdb.bundle
5 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/trans/transdb.bundle
6 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/rbconfig.rb
7 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/compatibility.rb
8 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/defaults.rb
9 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/deprecate.rb
10 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/errors.rb
11 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/version.rb
12 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/requirement.rb
13 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/platform.rb
// I HAD TO TAKE DOWN MORE SIMILAR ERRORS TO LIMIT THE LENGTH OF THIS ERROR
117 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/pathname.bundle
118 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/pathname.rb
119 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/cursor.rb
120 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/graphics.rb
121 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi/string_escaper.rb
122 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/ansi.rb
123 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/argument.rb
124 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/argv.rb
125 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/banner.rb
126 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/plugin_manager.rb
127 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command/argument_suggester.rb
128 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb
129 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/informative_error.rb
130 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/help.rb
131 /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide.rb
132 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/codes.rb
133 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable/impl.rb
134 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/forwardable.rb
135 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/ascii_decorator.rb
136 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2/strings.rb
137 /Library/Ruby/Gems/2.6.0/gems/colored2-3.1.2/lib/colored2.rb
138 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.20.0/lib/xcodeproj/gem_version.rb
139 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.20.0/lib/xcodeproj/user_interface.rb
140 /Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.20.0/lib/xcodeproj.rb
141 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/string/strip.rb
142 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/constants.rb
143 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/engine.rb
144 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb
145 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb
146 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb
147 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb
148 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb
149 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb
150 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/object.rb
151 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/volatile.rb
152 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb
153 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb
154 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb
155 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb
156 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb
157 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/condition.rb
158 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lock.rb
159 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization.rb
160 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb
161 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb
162 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb
163 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/array/prepend_and_append.rb
164 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/regexp.rb
165 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/hash/deep_merge.rb
166 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/hash/except.rb
167 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/hash/slice.rb
168 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util.rb
169 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb
170 /Library/Ruby/Gems/2.6.0/gems/i18n-1.8.10/lib/i18n/version.rb
171 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/core.rb
172 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/cgi/escape.bundle
173 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/util.rb
174 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi/cookie.rb
175 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/cgi.rb
176 /Library/Ruby/Gems/2.6.0/gems/i18n-1.8.10/lib/i18n/exceptions.rb
177 /Library/Ruby/Gems/2.6.0/gems/i18n-1.8.10/lib/i18n/interpolate/ruby.rb
178 /Library/Ruby/Gems/2.6.0/gems/i18n-1.8.10/lib/i18n.rb
179 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/lazy_load_hooks.rb
180 /Library/Ruby/Gems/2.6.0/gems/i18n-1.8.10/lib/i18n/config.rb
181 /Library/Ruby/Gems/2.6.0/gems/activesupport-
207 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/string/inflections.rb
208 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/date_core.bundle
209 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/date.rb
210 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/time.rb
211 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/base64.rb
212 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/bigdecimal.bundle
213 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/bigdecimal.rb
214 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/date_time/calculations.rb
215 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/kernel/reporting.rb
216 /Library/Ruby/Gems/2.6.0/gems/activesupport-5.2.6/lib/active_support/core_ext/object/blank.rb
217 /Library/Ruby/Gems/2.6.0/gems/activesupport-
// I HAD TO TAKE DOWN MANY SIMILAR ERRORS TO LIMIT THE LENGTH OF THIS ERROR
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/digest.bundle
259 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest.rb
260 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/downloader/request.rb
261 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/downloader/response.rb
262 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/downloader.rb
263 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/version.rb
264 /Library/Ruby/Gems/2.6.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb
265 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/strscan.bundle
266 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/erb.rb
267 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/socket.bundle
268 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/io/wait.bundle
269 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/socket.rb
270 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb
//I HAD TO REMOVE FEW SIMILAR ERRORS TO LIMIT THE LENGTH OF THIS ERROR
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/logger.rb
383 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb
384 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-
465 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/cdn_source.rb
466 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.10.1/lib/cocoapods-core/trunk_source.rb
467 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/sources_manager.rb
468 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/core_overrides.rb
469 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods.rb
470 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.6.6/lib/molinillo/delegates/specification_provider.rb
471 /Library/Ruby/Gems/2.6.0/gems/molinillo-0.6.6/lib/molinillo/errors.rb
472 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command/options/repo_update.rb
473 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command/options/project_directory.rb
474 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/command/cache/list.rb
475 /Library/Ruby/Gems/2.6.0/gems/cocoapods-
546 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/digest/sha2.bundle
547 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/digest/sha2.rb
548 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi_c.bundle
549 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/platform.rb
550 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/data_converter.rb
551 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/types.rb
552 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb
553 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/errno.rb
554 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/abstract_memory.rb
555 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/pointer.rb
556 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/memorypointer.rb
557 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/struct_layout.rb
558 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/struct_layout_builder.rb
559 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/struct_by_reference.rb
560 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/struct.rb
561 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/union.rb
562 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/managedstruct.rb
563 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/callback.rb
564 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/io.rb
565 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/autopointer.rb
566 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/variadic.rb
567 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/enum.rb
568 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/version.rb
569 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/ffi.rb
570 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi.rb
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
zsh: abort pod repo update
How can I fix this issue?

What I had to do is,
First navigate to the project's ios folder and update the pods for M1 Chip
arch -x86_64 pod update
Now install pods
arch -x86_64 pod install

Related

Error running pod install Error launching application on iPhone 11 Pro Max

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Running pod install...
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
Fetching external sources
-> Fetching podspec for `Flutter` from `Flutter`
-> Fetching podspec for `cloud_firestore` from `.symlinks/plugins/cloud_firestore/ios`
cloud_firestore: Using Firebase SDK version '8.10.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_auth` from `.symlinks/plugins/firebase_auth/ios`
firebase_auth: Using Firebase SDK version '8.10.0' defined in 'firebase_core'
-> Fetching podspec for `firebase_core` from `.symlinks/plugins/firebase_core/ios`
firebase_core: Using Firebase SDK version '8.10.0' defined in 'firebase_core'
Error output from CocoaPods:
↳
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000100994000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
Don't forget to include the above Crash Report log file in bug reports.
-- Control frame information -----------------------------------------------
c:0069 p:---- s:0424 e:000423 CFUNC :attach
c:0068 p:0258 s:0418 e:000417 METHOD /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275
c:0067 p:0050 s:0398 e:000397 CLASS /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:17
c:0066 p:0007 s:0395 e:000394 CLASS /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:7
c:0065 p:0007 s:0392 e:000391 TOP /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon/libc.rb:2 [FINISH]
c:0064 p:---- s:0389 e:000388 CFUNC :require
c:0063 p:0110 s:0384 e:000383 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0062 p:0042 s:0372 e:000371 TOP /Library/Ruby/Gems/2.6.0/gems/ethon-0.14.0/lib/ethon.rb:15 [FINISH]
c:0061 p:---- s:0369 e:000368 CFUNC :require
c:0060 p:0110 s:0364 e:000363 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0059 p:0013 s:0352 e:000351 TOP /Library/Ruby/Gems/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus.rb:2 [FINISH]
c:0058 p:---- s:0349 e:000348 CFUNC :require
c:0057 p:0110 s:0344 e:000343 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54
c:0056 p:0006 s:0332 e:000331 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:440
c:0055 p:0045 s:0324 e:000323 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:372
c:0054 p:0318 s:0313 e:000312 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:365
c:0053 p:0065 s:0303 e:000301 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:131 [FINISH]
c:0052 p:---- s:0297 e:000296 CFUNC :map
c:0051 p:0036 s:0293 e:000290 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:124
c:0050 p:0002 s:0287 e:000286 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:479
c:0049 p:0104 s:0281 e:000280 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:121
c:0048 p:0015 s:0273 e:000269 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/specification/set.rb:99 [FINISH]
c:0047 p:---- s:0265 e:000264 IFUNC
c:0046 p:---- s:0262 e:000261 CFUNC :each
c:0045 p:---- s:0259 e:000258 CFUNC :each_with_object
c:0044 p:0024 s:0254 e:000253 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/specification/set.rb:98
c:0043 p:0004 s:0250 e:000249 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/specification/set.rb:56
c:0042 p:0126 s:0246 e:000245 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:216
c:0041 p:0008 s:0237 e:000236 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/source/aggregate.rb:83 [FINISH]
c:0040 p:---- s:0233 e:000232 CFUNC :select
c:0039 p:0008 s:0229 e:000228 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/source/aggregate.rb:83
c:0038 p:0011 s:0223 e:000222 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:416
c:0037 p:0101 s:0218 e:000214 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:385
c:0036 p:0051 s:0207 e:000206 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:360
c:0035 p:0060 s:0199 e:000195 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:165
c:0034 p:0066 s:0189 e:000184 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:274 [FINISH]
c:0033 p:---- s:0180 e:000179 IFUNC
c:0032 p:---- s:0177 e:000176 IFUNC
c:0031 p:---- s:0174 e:000173 CFUNC :each
c:0030 p:---- s:0171 e:000170 CFUNC :sort_by
c:0029 p:---- s:0168 e:000167 CFUNC :sort_by!
c:0028 p:0006 s:0164 e:000163 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:267
c:0027 p:0014 s:0157 e:000156 BLOCK /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/delegates/specification_provider.rb:60
c:0026 p:0002 s:0154 e:000153 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/delegates/specification_provider.rb:77
c:0025 p:0005 s:0148 e:000147 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/delegates/specification_provider.rb:59
c:0024 p:0029 s:0141 e:000140 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:754
c:0023 p:0051 s:0131 e:000130 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:744
c:0022 p:0047 s:0125 e:000124 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:727
c:0021 p:0114 s:0121 e:000120 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:684
c:0020 p:0010 s:0115 e:000114 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:254
c:0019 p:0082 s:0110 e:000109 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolution.rb:182
c:0018 p:0037 s:0106 e:000105 METHOD /Library/Ruby/Gems/2.6.0/gems/molinillo-0.8.0/lib/molinillo/resolver.rb:43
c:0017 p:0049 s:0100 e:000099 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/resolver.rb:94
c:0016 p:0041 s:0094 e:000093 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1078
c:0015 p:0081 s:0090 e:000089 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64
c:0014 p:0078 s:0083 e:000082 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:1076
c:0013 p:0161 s:0076 e:000075 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:124
c:0012 p:0011 s:0061 e:000060 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:416
c:0011 p:0007 s:0056 e:000055 BLOCK /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:241
c:0010 p:0081 s:0053 e:000052 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64
c:0009 p:0048 s:0046 e:000045 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:240
c:0008 p:0009 s:0040 e:000039 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161
c:0007 p:0054 s:0036 e:000035 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command/install.rb:52
c:0006 p:0078 s:0031 e:000030 METHOD /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334
c:0005 p:0024 s:0024 e:000023 METHOD /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52
c:0004 p:0378 s:0019 e:000018 TOP /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/bin/pod:55 [FINISH]
c:0003 p:---- s:0013 e:000012 CFUNC :load
c:0002 p:0109 s:0008 E:000400 EVAL /usr/local/bin/pod:23 [FINISH]
c:0001 p:0000 s:0003 E:0011d0 (none) [FINISH]
-- Ruby level backtrace information ----------------------------------------
/usr/local/bin/pod:23:in `<main>'
/usr/local/bin/pod:23:in `load'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/bin/pod:55:in `<top (required)>'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command/install.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161:in `install!'
core/cdn_source.rb:124:in block in versions' /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:124:in map'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/cdn_source.rb:131:in block (2 levels) in versions' attach_function'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275:in `attach'
-- Other runtime information -----------------------------------------------
* Loaded script: /usr/local/bin/pod
* Loaded features:
0 enumerator.so
1 thread.rb
2 rational.so
3 complex.so
4 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/encdb.bundle
5 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/enc/trans/transdb.bundle
6 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/rbconfig.rb
7 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/compatibility.rb
8 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/defaults.rb
9 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/deprecate.rb
10 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/errors.rb
11 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/version.rb
12 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/requirement.rb
13 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/platform.rb
14 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/basic_specification.rb
15 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/stub_specification.rb
16 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/delegate.rb
17 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc2396_parser.rb
18 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/rfc3986_parser.rb
19 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/common.rb
20 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/generic.rb
21 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/file.rb
22 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ftp.rb
23 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/http.rb
24 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/https.rb
25 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldap.rb
26 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/ldaps.rb
27 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri/mailto.rb
28 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/uri.rb
29 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/specification_policy.rb
30 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/util/list.rb
31 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin21/stringio.bundle
32 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/specification.rb
33 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/exceptions.rb
34 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/util.rb
35 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/bundler_version_finder.rb
36 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/dependency.rb
37 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_gem.rb
38 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/monitor.rb
39 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb
40 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_warn.rb
41 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems.rb
42 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/path_support.rb
43 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/version.rb
44 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/core_ext/name_error.rb
45 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/levenshtein.rb
46 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/jaro_winkler.rb
47 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checker.rb
48 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
49 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
50 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb
51 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/method_name_checker.rb
52 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/key_error_checker.rb
53 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/spell_checkers/null_checker.rb
54 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean/formatters/plain_formatter.rb
55 /Library/Ruby/Gems/2.6.0/gems/did_you_mean-1.3.0/lib/did_you_mean.rb
56 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/tsort.rb
57 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/gem_dependency_api.rb
58 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile/parser.rb
59 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile/tokenizer.rb
60 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set/lockfile.rb
61 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/request_set.rb
62 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
63 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/errors.rb
64 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/set.rb
65 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
66 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
67 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
68 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
69 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
70 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
71 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
72 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
73 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
74 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
75 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/state.rb
76 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
77 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
78 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
79 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
80 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
81 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
82 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo/lib/molinillo.rb
83 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/molinillo.rb
84 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/activation_request.rb
85 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/conflict.rb
86 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/dependency_request.rb
87 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/requirement_list.rb
88 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/stats.rb
89 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/set.rb
90 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/api_set.rb
91 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/composed_set.rb
92 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/best_set.rb
93 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/current_set.rb
94 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/git_set.rb
95 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/index_set.rb
96 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/installer_set.rb
97 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/lock_set.rb
98 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/vendor_set.rb
99 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/source_set.rb
100 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/specification.rb
101 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/spec_specification.rb
102 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/api_specification.rb
103 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/git_specification.rb
104 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/index_specification.rb
105 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/resolver/installed_specification.rb
106
/Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/version.rb
284 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/errors.rb
285 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/rule.rb
286 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix/list.rb
287 /Library/Ruby/Gems/2.6.0/gems/public_suffix-4.0.6/lib/public_suffix.rb
288 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/uri.rb
289 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable/template.rb
290 /Library/Ruby/Gems/2.6.0/gems/addressable-2.8.0/lib/addressable.rb
291 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface/inspector_reporter.rb
292 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/core_ui.rb
293 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb
294 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/source/acceptor.rb
295 /Library/Ruby/Gems/2.6.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/source/aggregate.rb
355 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/tree_builder.rb
356 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/json/stream.rb
357 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych/handlers/document_stream.rb
358 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/psych.rb
359 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb
360 /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/executable.rb
361 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb
362 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/errors.rb
363 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/event.rb
364 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb
365 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/obligation.rb
366 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/logger.rb
367 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb
368 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb
369 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb
370 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb
371 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/dataflow.rb
434 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/maybe.rb
435 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/exchanger.rb
436 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb
437 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb
438 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb
439 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mvar.rb
440 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb
441 /Library/Ruby/Gems/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb
664 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/callback.rb
665 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/io.rb
666 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb
667 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/variadic.rb
668 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/enum.rb
669 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/version.rb
670 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/ffi.rb
671 /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi.rb
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
[IMPORTANT]
Don't forget to include the Crash Report log file under
DiagnosticReports directory in bug reports.
Error: To set up CocoaPods for ARM macOS, run:
arch -x86_64 sudo gem install ffi
Error running pod install
Error launching application on iPhone 11 Pro Max.
I had a similar issue and this helped
sudo arch -x86_64 gem install ffi
cd ios/App
arch -x86_64 pod repo update
arch -x86_64 pod install

iOS how to understand symbolicated errors

I'm using swift to code. I have symbolicated errors but I still can't understand exactly what the error means. I can see these informations
The class name
The function name
Does it contain any other information like
Line number
Type of error (like array out of index..)
or more?
objc_retain # 0xa
-[PFDecoder decodeDictionary:] # 0x3d, PFDecoder.m : 86
-[PFDecoder decodeObject:] # 0x13, PFDecoder.m : 112
#ERROR!
#ERROR!
#ERROR!
_TFV4Cozy11CozyConfigs14checkAnalyticsfMS0_FT_T_ # 0xa2
_TFC4Cozy11AppDelegate11applicationfS0_FTCSo13UIApplication29didFinishLaunchingWithOptionsGSqGVSs10DictionaryCSo8NSObjectPSs9AnyObject____Sb # 0x18a
_TToFC4Cozy11AppDelegate11applicationfS0_FTCSo13UIApplication29didFinishLaunchingWithOptionsGSqGVSs10DictionaryCSo8NSObjectPSs9AnyObject____Sb # 0x10a
-[NSObject(TLDelegateSW) tlsw_application:didFinishLaunchingWithOptions:] # 0x45
-[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] # 0x117
-[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] # 0x933
-[UIApplication _runWithMainScene:transitionContext:completion:] # 0x557
__84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke # 0x23
-[UIApplication workspaceDidEndTransaction:] # 0x81
__31-[FBSSerialQueue performAsync:]_block_invoke # 0xb
__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ # 0xb
__CFRunLoopDoBlocks # 0xd7
__CFRunLoopRun # 0x2f5
CFRunLoopRunSpecific # 0x1db
CFRunLoopRunInMode # 0x69
-[UIApplication _run] # 0x22d
UIApplicationMain # 0x59f
main # 0x86
start # 0x1
This is another crash log which is shorter.(maybe it'll be easier to explain)
_TFFV4Cozy10CardLoader10initializeFMS0_FT4viewGSqCSo6UIView_14tutorialActiveSb_T_U0_FTGSQPSs9AnyObject__GSQCSo7NSError__T_ # 0x2720
_TFFV4Cozy10CardLoader10initializeFMS0_FT4viewGSqCSo6UIView_14tutorialActiveSb_T_U0_FTGSQPSs9AnyObject__GSQCSo7NSError__T_ # 0xe44
__72-[BFTask(Private) continueWithMainThreadResultBlock:executeIfCancelled:]_block_invoke # 0x50, BFTask+Private.m : 52
__41-[BFTask continueWithExecutor:withBlock:]_block_invoke_2 # 0x8, BFTask.m : 287
# 0x13a8
# 0x1368
# 0x597c
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ # 0x8
__CFRunLoopRun # 0x5d0
CFRunLoopRunSpecific # 0x188
# 0xb5a0
UIApplicationMain # 0x5cc
main # 0x70
# 0x2a04
The first one seems like it crashes in the checkAnalytics method of your CozyConfigs class

Ruby on Rails – Crashes on Rails Generate Model

Rails newbie here, and I'm trying to generate a model using rails generate model. The command I used is exactly rails generate model testmodel name:string, and I got the ridiculously long error below. I'm sorry for the extremely vague question, but I have no idea what to make of this.
I really don't know what to make of it, but I'm assuming it's a problem with the sqlite gem.
Has anyone had this problem before?
Fares:project_name faresalaboud$ rails generate model testmodel name:string
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault at 0x00000000000418
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin13.0]
-- Crash Report log information --------------------------------------------
See Crash Report log file under the one of following:
* ~/Library/Logs/CrashReporter
* /Library/Logs/CrashReporter
* ~/Library/Logs/DiagnosticReports
* /Library/Logs/DiagnosticReports
for more details.
-- Control frame information -----------------------------------------------
c:0017 p:-17588820269308 s:0059 e:000058 TOP [FINISH]
c:0016 p:---- s:0057 e:000056 CFUNC :require
c:0015 p:0020 s:0053 e:000052 BLOCK /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3.rb:6
c:0014 p:0032 s:0050 e:000049 TOP /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3.rb:2 [FINISH]
c:0013 p:---- s:0048 e:000047 CFUNC :require
c:0012 p:0037 s:0044 e:000043 BLOCK /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:76 [FINISH]
c:0011 p:---- s:0041 e:000040 CFUNC :each
c:0010 p:0055 s:0038 e:000037 BLOCK /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:72 [FINISH]
c:0009 p:---- s:0031 e:000030 CFUNC :each
c:0008 p:0030 s:0028 e:000027 METHOD /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:61
c:0007 p:0013 s:0024 e:000023 METHOD /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler.rb:132
c:0006 p:0047 s:0020 e:000019 TOP /Users/faresalaboud/rails_projects/alfaris_guests/config/application.rb:7 [FINISH]
c:0005 p:---- s:0018 e:000017 CFUNC :require
c:0004 p:0289 s:0014 e:000013 TOP /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/commands.rb:43 [FINISH]
c:0003 p:---- s:0008 e:000007 CFUNC :require
c:0002 p:0034 s:0004 E:002478 EVAL bin/rails:4 [FINISH]
c:0001 p:0000 s:0002 E:001198 TOP [FINISH]
bin/rails:4:in `<main>'
bin/rails:4:in `require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/commands.rb:43:in `<top (required)>'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/commands.rb:43:in `require'
/Users/faresalaboud/rails_projects/alfaris_guests/config/application.rb:7:in `<top (required)>'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler.rb:132:in `require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:61:in `require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:61:in `each'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:72:in `block in require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:72:in `each'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb:76:in `require'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3.rb:2:in `<top (required)>'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3.rb:6:in `rescue in <top (required)>'
/Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/sqlite3-1.3.9/lib/sqlite3.rb:6:in `require'
-- C level backtrace information -------------------------------------------
0 libruby.2.1.0.dylib 0x000000010b99b303 rb_print_backtrace + 29
1 libruby.2.1.0.dylib 0x000000010b99b3ea rb_vm_bugreport + 124
2 libruby.2.1.0.dylib 0x000000010b8a5aa3 report_bug + 285
3 libruby.2.1.0.dylib 0x000000010b8a5981 rb_bug + 179
4 libruby.2.1.0.dylib 0x000000010b93ddbe check_stack_overflow + 0
5 libsystem_platform.dylib 0x00007fff9304c5aa _sigtramp + 26
6 libruby.2.0.0.dylib 0x000000010bfa543a ruby_xmalloc + 26
7 ??? 0x00007ff9bb12dd80 0x0 + 140710562160000
-- Other runtime information -----------------------------------------------
* Loaded script: bin/rails
* Loaded features:
0 enumerator.so
1 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/enc/encdb.bundle
2 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/enc/trans/transdb.bundle
3 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/rbconfig.rb
4 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/compatibility.rb
5 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/defaults.rb
6 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/deprecate.rb
7 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/errors.rb
8 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/version.rb
9 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/requirement.rb
10 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/platform.rb
11 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/basic_specification.rb
12 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/stub_specification.rb
13 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb
14 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/exceptions.rb
15 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
16 thread.rb
17 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/thread.bundle
18 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/monitor.rb
19 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb
20 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems.rb
21 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/pathname.bundle
22 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/pathname.rb
23 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/constants.rb
24 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/user_interaction.rb
25 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/etc.bundle
26 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/config_file.rb
27 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/rubygems_integration.rb
28 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/current_ruby.rb
29 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/dependency.rb
30 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/shared_helpers.rb
31 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/fileutils.rb
32 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/gem_path_manipulation.rb
33 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/gem_helpers.rb
34 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/match_platform.rb
35 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/rubygems_ext.rb
36 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/version.rb
37 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler.rb
38 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/settings.rb
39 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/path_support.rb
40 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/digest.bundle
41 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/digest.rb
42 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/digest/sha1.bundle
43 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/set.rb
44 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/definition.rb
45 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/dependency.rb
46 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/ruby_dsl.rb
47 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/dsl.rb
48 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/source.rb
49 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/common.rb
50 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/generic.rb
51 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/ftp.rb
52 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/http.rb
53 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/https.rb
54 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/ldap.rb
55 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/ldaps.rb
56 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri/mailto.rb
57 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/uri.rb
58 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/socket.bundle
59 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/socket.rb
60 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/timeout.rb
61 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/protocol.rb
62 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/zlib.bundle
63 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/stringio.bundle
64 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/exceptions.rb
65 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/header.rb
66 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/generic_request.rb
67 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/request.rb
68 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/requests.rb
69 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/response.rb
70 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/responses.rb
71 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/proxy_delta.rb
72 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http/backward.rb
73 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/net/http.rb
74 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/date_core.bundle
75 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/date/format.rb
76 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/date.rb
77 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/time.rb
78 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/request.rb
79 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/cgi/core.rb
80 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/cgi/util.rb
81 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/cgi/cookie.rb
82 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/cgi.rb
83 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/uri_formatter.rb
84 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/fcntl.bundle
85 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/openssl.bundle
86 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/bn.rb
87 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/cipher.rb
88 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/config.rb
89 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/digest.rb
90 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/x509.rb
91 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/buffering.rb
92 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl/ssl.rb
93 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/openssl.rb
94 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/securerandom.rb
95 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/resolv.rb
96 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/remote_fetcher.rb
97 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/text.rb
98 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/name_tuple.rb
99 /usr/local/Cellar/ruby/2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/spec_fetcher.rb
100 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/source/rubygems.rb
101 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/strscan.bundle
102 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/source/path.rb
103 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/source/git.rb
104 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/lockfile_parser.rb
105 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/lazy_specification.rb
106 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/tsort.rb
107 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/forwardable.rb
108 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/spec_set.rb
109 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/environment.rb
110 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/runtime.rb
111 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/index.rb
112 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/remote_specification.rb
113 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/endpoint_specification.rb
114 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/dep_proxy.rb
115 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481#global/gems/bundler-1.6.3/lib/bundler/setup.rb
116 /Users/faresalaboud/rails_projects/alfaris_guests/config/boot.rb
117 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe/version.rb
118 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/delegate.rb
119 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe/synchronized_delegator.rb
120 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe.rb
121 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/array/prepend_and_append.rb
122 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/hash/deep_merge.rb
123 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/hash/except.rb
124 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/hash/slice.rb
125 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/i18n-0.6.9/lib/i18n/version.rb
126 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/i18n-0.6.9/lib/i18n/exceptions.rb
127 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/i18n-0.6.9/lib/i18n/interpolate/ruby.rb
128 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/i18n-0.6.9/lib/i18n.rb
129 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/lazy_load_hooks.rb
130 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/i18n-0.6.9/lib/i18n/config.rb
131 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/i18n.rb
132 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe/non_concurrent_cache_backend.rb
133 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe/mri_cache_backend.rb
134 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thread_safe-0.3.4/lib/thread_safe/cache.rb
135 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/inflector/inflections.rb
136 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/inflections.rb
137 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/inflector/methods.rb
138 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/dependencies/autoload.rb
139 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/version.rb
140 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/array/extract_options.rb
141 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/class/attribute_accessors.rb
142 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/concern.rb
143 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/logger_silence.rb
144 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/logger.rb
145 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/logger.rb
146 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support.rb
147 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/object/blank.rb
148 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/kernel/singleton_class.rb
149 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/module/attribute_accessors.rb
150 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/multibyte.rb
151 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/string/multibyte.rb
152 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/inflector/transliterate.rb
153 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/string/inflections.rb
154 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/command.rb
155 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb
156 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb
157 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/error.rb
158 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/invocation.rb
159 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/parser/argument.rb
160 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/parser/arguments.rb
161 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/parser/option.rb
162 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/parser/options.rb
163 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/parser.rb
164 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/shell.rb
165 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/line_editor/basic.rb
166 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/x86_64-darwin13.0/readline.bundle
167 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/line_editor/readline.rb
168 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/line_editor.rb
169 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/util.rb
170 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/base.rb
171 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/group.rb
172 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/open-uri.rb
173 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/generators/actions.rb
174 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb
175 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb
176 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/create_file.rb
177 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/create_link.rb
178 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/directory.rb
179 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/erb.rb
180 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb
181 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb
182 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/thor-0.19.1/lib/thor/actions.rb
183 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/generators/base.rb
184 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/generators.rb
185 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/ruby_version_check.rb
186 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/tmpdir.rb
187 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/tempfile.rb
188 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/kernel/reporting.rb
189 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/key_generator.rb
190 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/railties-4.0.5/lib/rails/initializable.rb
191 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/singleton.rb
192 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/core_ext/module/delegation.rb
193 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/deprecation/instance_delegator.rb
194 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/notifications/instrumenter.rb
195 /usr/local/Cellar/ruby/2.1.0/lib/ruby/2.1.0/mutex_m.rb
196 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/notifications/fanout.rb
197 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/per_thread_registry.rb
198 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/notifications.rb
199 /Users/faresalaboud/.rvm/gems/ruby-2.0.0-p481/gems/activesupport-4.0.5/lib/active_support/deprecation/behaviors.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
Searched around and I think you will find luck on this other stack overflow answer. I was about to suggest a more radical move - a complete uninstall of rvm and rails, and reinstalling, but start here first.
If you can't do other rails commands like
rails console
then you will probably have to go this route:
Use this link to nuke your rvm install. And make sure you're following the official rvm install guide here.

Segmentation fault in multi-json-1.8.4 during heroku fork, database transfer

I'm trying to heroku fork a RoR 4.0.1 app to make a dev instance. It creates the instance OK but core dumps during the database transfer, details below.
Running on Lubuntu, Heroku Toolbelt version is 3.5.0 (i686-linux) ruby/1.9.3
I tried with system ruby at 1.9.3, ditched that leaving 2.0.0 and still the same. I can manually copy the database to workaround this, but forking would be so much quicker. Is there a bug here, or some update I can do?
Creating fork my-manager-dev... done
Copying slug... done
Adding papertrail:choklad... done
Adding pgbackups:plus... done
Adding heroku-postgresql:dev... done
Transferring database (this can take some time)... /usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapters/yajl.rb:11: [BUG] Segmentation fault
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]
-- Control frame information -----------------------------------------------
c:0021 p:---- s:0107 b:0107 l:000106 d:000106 CFUNC :parse
c:0020 p:0044 s:0103 b:0103 l:000102 d:000102 METHOD /usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapters/yajl.rb:11
c:0019 p:0062 s:0098 b:0098 l:000097 d:000097 METHOD /usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapter.rb:20
c:0018 p:0035 s:0093 b:0093 l:000092 d:000092 METHOD /usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json.rb:120
c:0017 p:0019 s:0086 b:0086 l:000085 d:000085 METHOD /usr/local/heroku/lib/heroku/helpers.rb:184
c:0016 p:0044 s:0082 b:0082 l:000081 d:000081 METHOD /usr/local/heroku/lib/heroku/client/pgbackups.rb:36
c:0015 p:0018 s:0077 b:0077 l:000056 d:000076 BLOCK /usr/local/heroku/lib/heroku/command/fork.rb:147
c:0014 p:---- s:0075 b:0075 l:000074 d:000074 FINISH
c:0013 p:---- s:0073 b:0073 l:000072 d:000072 CFUNC :loop
c:0012 p:0226 s:0070 b:0070 l:000056 d:000069 BLOCK /usr/local/heroku/lib/heroku/command/fork.rb:146
c:0011 p:0077 s:0063 b:0063 l:000062 d:000062 METHOD /usr/local/heroku/lib/heroku/helpers.rb:222
c:0010 p:0018 s:0057 b:0057 l:000056 d:000056 METHOD /usr/local/heroku/lib/heroku/command/fork.rb:131
c:0009 p:0322 s:0049 b:0049 l:000035 d:000048 BLOCK /usr/local/heroku/lib/heroku/command/fork.rb:80
c:0008 p:---- s:0041 b:0041 l:000040 d:000040 FINISH
c:0007 p:---- s:0039 b:0039 l:000038 d:000038 CFUNC :each
c:0006 p:0244 s:0036 b:0036 l:000035 d:000035 METHOD /usr/local/heroku/lib/heroku/command/fork.rb:55
c:0005 p:0046 s:0024 b:0024 l:000023 d:000023 METHOD /usr/local/heroku/lib/heroku/command.rb:218
c:0004 p:0112 s:0014 b:0014 l:000013 d:000013 METHOD /usr/local/heroku/lib/heroku/cli.rb:28
c:0003 p:0234 s:0008 b:0008 l:00155c d:001d2c EVAL /usr/local/heroku/bin/heroku:25
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:00155c d:00155c TOP
-- Ruby level backtrace information ----------------------------------------
/usr/local/heroku/bin/heroku:25:in `<main>'
/usr/local/heroku/lib/heroku/cli.rb:28:in `start'
/usr/local/heroku/lib/heroku/command.rb:218:in `run'
/usr/local/heroku/lib/heroku/command/fork.rb:55:in `index'
/usr/local/heroku/lib/heroku/command/fork.rb:55:in `each'
/usr/local/heroku/lib/heroku/command/fork.rb:80:in `block in index'
/usr/local/heroku/lib/heroku/command/fork.rb:131:in `migrate_db'
/usr/local/heroku/lib/heroku/helpers.rb:222:in `action'
/usr/local/heroku/lib/heroku/command/fork.rb:146:in `block in migrate_db'
/usr/local/heroku/lib/heroku/command/fork.rb:146:in `loop'
/usr/local/heroku/lib/heroku/command/fork.rb:147:in `block (2 levels) in migrate_db'
/usr/local/heroku/lib/heroku/client/pgbackups.rb:36:in `get_transfer'
/usr/local/heroku/lib/heroku/helpers.rb:184:in `json_decode'
/usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json.rb:120:in `load'
/usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapter.rb:20:in `load'
/usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapters/yajl.rb:11:in `load'
/usr/local/heroku/vendor/gems/multi_json-1.8.4/lib/multi_json/adapters/yajl.rb:11:in `parse'
-- C level backtrace information -------------------------------------------
/usr/lib/libruby-1.9.1.so.1.9(+0x15b433) [0xb7644433] time.c:4400
/usr/lib/libruby-1.9.1.so.1.9(+0x4dedf) [0xb7536edf] dir.c:1065
/usr/lib/libruby-1.9.1.so.1.9(rb_bug+0x40) [0xb75374b0] dir.c:1263
/usr/lib/libruby-1.9.1.so.1.9(+0xf5d0c) [0xb75ded0c] range.c:971
[0xb770940c]
/home/nathaniel/.rvm/rubies/ruby-2.0.0-p353/lib/libruby.so.2.0(+0x7f4b6) [0xb6ab54b6] gc.c:637
/home/nathaniel/.rvm/rubies/ruby-2.0.0-p353/lib/libruby.so.2.0(rb_newobj_of+0x1b) [0xb6ab59db] gc.c:687
/home/nathaniel/.rvm/rubies/ruby-2.0.0-p353/lib/libruby.so.2.0(rb_float_new_in_heap+0x2f) [0xb6aee56f] numeric.c:640
/home/nathaniel/.rvm/gems/ruby-2.0.0-p353/gems/yajl-ruby-1.2.0/lib/yajl/yajl.so(+0x2841) [0xb6d18841] /home/nathaniel/.rvm/rubies/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/ruby.h:832
/home/nathaniel/.rvm/gems/ruby-2.0.0-p353/gems/yajl-ruby-1.2.0/lib/yajl/yajl.so(+0x464e) [0xb6d1a64e] yajl_parser.c:258
/home/nathaniel/.rvm/gems/ruby-2.0.0-p353/gems/yajl-ruby-1.2.0/lib/yajl/yajl.so(+0x21fc) [0xb6d181fc] yajl_ext.c:254
/usr/lib/libruby-1.9.1.so.1.9(+0x145c91) [0xb762ec91] string.c:1425
/usr/lib/libruby-1.9.1.so.1.9(+0x154cb7) [0xb763dcb7] string.c:8287
/usr/lib/libruby-1.9.1.so.1.9(+0x14ba5e) [0xb7634a5e] string.c:1743
/usr/lib/libruby-1.9.1.so.1.9(+0x150158) [0xb7639158] string.c:3636
/usr/lib/libruby-1.9.1.so.1.9(+0x1554d7) [0xb763e4d7] string.c:8360
/usr/lib/libruby-1.9.1.so.1.9(rb_rescue2+0x173) [0xb753b473] enum.c:1282
/usr/lib/libruby-1.9.1.so.1.9(+0x146092) [0xb762f092] string.c:5640
/usr/lib/libruby-1.9.1.so.1.9(+0x145c75) [0xb762ec75] string.c:1428
/usr/lib/libruby-1.9.1.so.1.9(+0x154cb7) [0xb763dcb7] string.c:8287
/usr/lib/libruby-1.9.1.so.1.9(+0x14ba5e) [0xb7634a5e] string.c:1743
/usr/lib/libruby-1.9.1.so.1.9(+0x150158) [0xb7639158] string.c:3636
/usr/lib/libruby-1.9.1.so.1.9(rb_yield+0x180) [0xb763f9f0] struct.c:530
/usr/lib/libruby-1.9.1.so.1.9(rb_ary_each+0x54) [0xb7506ac4] encoding.c:1184
/usr/lib/libruby-1.9.1.so.1.9(+0x145c75) [0xb762ec75] string.c:1428
/usr/lib/libruby-1.9.1.so.1.9(+0x154cb7) [0xb763dcb7] string.c:8287
/usr/lib/libruby-1.9.1.so.1.9(+0x14ba5e) [0xb7634a5e] string.c:1743
/usr/lib/libruby-1.9.1.so.1.9(+0x150158) [0xb7639158] string.c:3636
/usr/lib/libruby-1.9.1.so.1.9(rb_iseq_eval_main+0xac) [0xb764090c] struct.c:988
/usr/lib/libruby-1.9.1.so.1.9(+0x5144c) [0xb753a44c] enum.c:593
/usr/lib/libruby-1.9.1.so.1.9(ruby_exec_node+0x24) [0xb753af84] enum.c:1449
/usr/lib/libruby-1.9.1.so.1.9(ruby_run_node+0x36) [0xb753c996] enum.c:2324
ruby1.9.1() [0x8048678]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xb73574d3]
ruby1.9.1() [0x80486a1]
-- Other runtime information -----------------------------------------------
* Loaded script: /usr/local/heroku/bin/heroku
Turns out this was a bug with JSON lib change in Heroku lib: https://github.com/heroku/heroku/issues/1048#issuecomment-37778081

chapter 2 rails tutorial - get BUS error after using rake db:migrate

HI I don't understand the error message I keep getting when I try to use
$rake db:migrate
in chapter 2 http://ruby.railstutorial.org/chapters/a-demo-app of this rails tutorial.
I'm using
rvm (latest)
ruby-1.9.2
rails 3.0.6
(I've tried using ruby-1.9.2-p180 and ruby-1.9-2-head in case the error is caused by a bug in one of these version - but I get the same result below.)
The steps are:
$ rails new first_app
$ mate Gemfile
edit Gemfile to use:
gem 'rails', '3.0.6'
gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3'
$ bundle install
$ rails generate scaffold User name:string email:string
works great, then...
$ rake db:migrate
error:
$ rake db:migrate --trace
(in /Users/dawnbuie/Documents/Projects/rubyonrails/rails_projects/first_app_again)
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3/sqlite3_native.bundle: [BUG] Bus Error
ruby 1.9.2p188 (2011-03-28 revision 31204) [i386-darwin10.6.0]
-- control frame ----------
c:0029 p:-8251844 s:0087 b:0087 l:000086 d:000086 TOP
c:0028 p:---- s:0085 b:0085 l:000084 d:000084 CFUNC :require
c:0027 p:0029 s:0081 b:0081 l:000077 d:000080 BLOCK /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3.rb:6
c:0026 p:0035 s:0078 b:0078 l:000077 d:000077 TOP /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3.rb:2
c:0025 p:---- s:0076 b:0076 l:000075 d:000075 FINISH
c:0024 p:---- s:0074 b:0074 l:000073 d:000073 CFUNC :require
c:0023 p:0026 s:0070 b:0070 l:000051 d:000069 BLOCK /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:68
c:0022 p:---- s:0067 b:0067 l:000066 d:000066 FINISH
c:0021 p:---- s:0065 b:0065 l:000064 d:000064 CFUNC :each
c:0020 p:0091 s:0062 b:0062 l:000051 d:000061 BLOCK /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:66
c:0019 p:---- s:0057 b:0057 l:000056 d:000056 FINISH
c:0018 p:---- s:0055 b:0055 l:000054 d:000054 CFUNC :each
c:0017 p:0046 s:0052 b:0052 l:000051 d:000051 METHOD /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:55
c:0016 p:0021 s:0048 b:0048 l:000047 d:000047 METHOD /Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler.rb:120
c:0015 p:0079 s:0044 b:0044 l:000043 d:000043 TOP /Users/dawnbuie/Documents/Projects/rubyonrails/rails_projects/first_app_again/config/application.rb:7
c:0014 p:---- s:0042 b:0042 l:000041 d:000041 FINISH
c:0013 p:---- s:0040 b:0040 l:000039 d:000039 CFUNC :require
c:0012 p:0013 s:0036 b:0036 l:000035 d:000035 METHOD <internal:lib/rubygems/custom_require>:29
c:0011 p:0026 s:0031 b:0031 l:000030 d:000030 TOP /Users/dawnbuie/Documents/Projects/rubyonrails/rails_projects/first_app_again/Rakefile:4
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 FINISH
c:0009 p:---- s:0027 b:0027 l:000026 d:000026 CFUNC :load
c:0008 p:0334 s:0023 b:0023 l:000022 d:000022 METHOD /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2373
c:0007 p:0009 s:0018 b:0018 l:000011 d:000017 BLOCK /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2007
c:0006 p:0009 s:0016 b:0016 l:000015 d:000015 METHOD /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2058
c:0005 p:0011 s:0012 b:0012 l:000011 d:000011 METHOD /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2006
c:0004 p:0021 s:0009 b:0009 l:000008 d:000008 METHOD /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:1991
c:0003 p:0139 s:0006 b:0006 l:000b74 d:000ed4 EVAL /Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/bin/rake:35
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:000b74 d:000b74 TOP
---------------------------
-- Ruby level backtrace information ----------------------------------------
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/bin/rake:35:in `<main>'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:1991:in `run'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile'
/Users/dawnbuie/.rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rake.rb:2373:in `load'
/Users/dawnbuie/Documents/Projects/rubyonrails/rails_projects/first_app_again/Rakefile:4:in `<top (required)>'
<internal:lib/rubygems/custom_require>:29:in `require'
<internal:lib/rubygems/custom_require>:29:in `require'
/Users/dawnbuie/Documents/Projects/rubyonrails/rails_projects/first_app_again/config/application.rb:7:in `<top (required)>'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler.rb:120:in `require'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:55:in `require'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:55:in `each'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:66:in `block in require'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:66:in `each'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/bundler-1.0.11/lib/bundler/runtime.rb:68:in `require'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3.rb:2:in `<top (required)>'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3.rb:6:in `rescue in <top (required)>'
/Users/dawnbuie/.rvm/gems/ruby-1.9.2-head#1.9.2-head-gemset/gems/sqlite3-ruby-1.3.2/lib/sqlite3.rb:6:in `require'
-- C level backtrace information -------------------------------------------
0 libruby.1.9.1.dylib 0x00195cb6 rb_vm_bugreport + 230
1 libruby.1.9.1.dylib 0x0003f0bf report_bug + 415
2 libruby.1.9.1.dylib 0x0003f16b rb_bug + 43
3 libruby.1.9.1.dylib 0x0010df5b sigbus + 27
4 libSystem.B.dylib 0x97b8246b _sigtramp + 43
5 ??? 0xffffffff 0x0 + 4294967295
6 libruby.1.dylib 0x00754f27 rb_intern + 62
7 libruby.1.dylib 0x0070b7b2 rb_define_module + 32
8 sqlite3_native.bundle 0x004f160f Init_sqlite3_native + 27
9 libruby.1.9.1.dylib 0x00004b84 dln_load + 244
10 libruby.1.9.1.dylib 0x001791db rb_vm_call_cfunc + 187
11 libruby.1.9.1.dylib 0x0004637e rb_require_safe + 1022
12 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
13 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
14 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
15 libruby.1.9.1.dylib 0x00184fe6 rb_iseq_eval + 358
16 libruby.1.9.1.dylib 0x00044fb5 rb_load_internal + 293
17 libruby.1.9.1.dylib 0x000463b2 rb_require_safe + 1074
18 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
19 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
20 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
21 libruby.1.9.1.dylib 0x0019232c rb_yield + 604
22 libruby.1.9.1.dylib 0x0000ac1e rb_ary_each + 62
23 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
24 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
25 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
26 libruby.1.9.1.dylib 0x0019232c rb_yield + 604
27 libruby.1.9.1.dylib 0x0000ac1e rb_ary_each + 62
28 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
29 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
30 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
31 libruby.1.9.1.dylib 0x00184fe6 rb_iseq_eval + 358
32 libruby.1.9.1.dylib 0x00044fb5 rb_load_internal + 293
33 libruby.1.9.1.dylib 0x000463b2 rb_require_safe + 1074
34 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
35 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
36 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
37 libruby.1.9.1.dylib 0x00184fe6 rb_iseq_eval + 358
38 libruby.1.9.1.dylib 0x00044fb5 rb_load_internal + 293
39 libruby.1.9.1.dylib 0x00046998 rb_f_load + 136
40 libruby.1.9.1.dylib 0x00175845 call_cfunc + 581
41 libruby.1.9.1.dylib 0x00191020 vm_call_method + 944
42 libruby.1.9.1.dylib 0x0017a855 vm_exec_core + 5397
43 libruby.1.9.1.dylib 0x00184afd vm_exec + 1821
44 libruby.1.9.1.dylib 0x00184e57 rb_iseq_eval_main + 535
45 libruby.1.9.1.dylib 0x000425e9 ruby_exec_internal + 153
46 libruby.1.9.1.dylib 0x00044b4a ruby_run_node + 90
47 ruby 0x00001f1f main + 95
48 ruby 0x00001eb5 start + 53
[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
Could the problem be with the sqlite3 version?
Ruby?
I looked at the bugreports http://www.ruby-lang.org/bugreport.html but nothing matches.
thanks for any insight
I just debugged the same issue on Ubuntu. It may have a similar fix on windows.
The issue was that I had a 1.8 gems folder in my PATH, and it was before the rvm bin, which messes up the sqlite native compile.
So first check your PATH to make sure there are no 1.8 dirs before the rvm ones.
Then follow Michael's steps to uninstall and reinstall the gem.
It sounds like you might have to recompile SQLite or the sqlite3-ruby gem (or both). Try running
$ gem uninstall sqlite3 sqlite3-ruby
$ gem install sqlite3
$ bundle install
(The sqlite3-ruby gem will automatically be reinstalled by the bundle command.)

Resources