From: "drbrain (Eric Hodel)" Date: 2013-10-26T06:02:55+09:00 Subject: [ruby-core:58038] [ruby-trunk - Bug #8836] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies Issue #8836 has been updated by drbrain (Eric Hodel). You ran out of stack space. bundler uses a recursive algorithm for resolving gems, so if your Gemfile is overly complex this will occur. Sometimes ruby does not properly detect that it has run out of stack space, so a crash occurs instead. The current best workaround is to make your Gemfile less complex. ---------------------------------------- Bug #8836: [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies https://bugs.ruby-lang.org/issues/8836#change-42617 Author: dammer (Damir Sharipov) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN ruby -v ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux] rbenv -v rbenv 0.4.0-49-g8b04303 bundle --version Bundler version 1.3.5 gem -v 2.0.3 To reproduce run bundle install in test folder Also i have other crashes on work project on bundle update something https://gist.github.com/dammer/6376260 https://gist.github.com/dammer/6376174 -- http://bugs.ruby-lang.org/