ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
@ 2013-08-30 13:13 dammer (Damir Sharipov)
  2013-09-03 12:21 ` [ruby-core:56989] [ruby-trunk - Bug #8836] " dammer (Damir Sharipov)
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dammer (Damir Sharipov) @ 2013-08-30 13:13 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been reported by dammer (Damir Sharipov).

----------------------------------------
Bug #8836: [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:56989] [ruby-trunk - Bug #8836] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
@ 2013-09-03 12:21 ` dammer (Damir Sharipov)
  2013-10-25 12:54 ` [ruby-core:58035] " dammer (Damir Sharipov)
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dammer (Damir Sharipov) @ 2013-09-03 12:21 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been updated by dammer (Damir Sharipov).

File ruby_config.txt added


----------------------------------------
Bug #8836: [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-41575

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:58035] [ruby-trunk - Bug #8836] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
  2013-09-03 12:21 ` [ruby-core:56989] [ruby-trunk - Bug #8836] " dammer (Damir Sharipov)
@ 2013-10-25 12:54 ` dammer (Damir Sharipov)
  2013-10-25 21:02 ` [ruby-core:58038] " drbrain (Eric Hodel)
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dammer (Damir Sharipov) @ 2013-10-25 12:54 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been updated by dammer (Damir Sharipov).


upd: After update system on 64 bit all work  "3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux"
on 32bit bug still present
----------------------------------------
Bug #8836: [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-42615

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:58038] [ruby-trunk - Bug #8836] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
  2013-09-03 12:21 ` [ruby-core:56989] [ruby-trunk - Bug #8836] " dammer (Damir Sharipov)
  2013-10-25 12:54 ` [ruby-core:58035] " dammer (Damir Sharipov)
@ 2013-10-25 21:02 ` drbrain (Eric Hodel)
  2013-10-29 12:39 ` [ruby-core:58066] " dammer (Damir Sharipov)
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: drbrain (Eric Hodel) @ 2013-10-25 21:02 UTC (permalink / raw)
  To: ruby-core


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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:58066] [ruby-trunk - Bug #8836] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
                   ` (2 preceding siblings ...)
  2013-10-25 21:02 ` [ruby-core:58038] " drbrain (Eric Hodel)
@ 2013-10-29 12:39 ` dammer (Damir Sharipov)
  2013-10-29 22:13 ` [ruby-core:58072] [ruby-trunk - Bug #8836] [BUG] Bus Error with bundler " drbrain (Eric Hodel)
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dammer (Damir Sharipov) @ 2013-10-29 12:39 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been updated by dammer (Damir Sharipov).


I hope `ulimit -s 8192` should help on 32bit system. Will test later and report
----------------------------------------
Bug #8836: [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-42648

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:58072] [ruby-trunk - Bug #8836] [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
                   ` (3 preceding siblings ...)
  2013-10-29 12:39 ` [ruby-core:58066] " dammer (Damir Sharipov)
@ 2013-10-29 22:13 ` drbrain (Eric Hodel)
  2013-11-08 22:58 ` [ruby-core:58237] " dammer (Damir Sharipov)
  2019-05-15 12:51 ` [ruby-core:92659] [Ruby trunk Bug#8836] " hsbt
  6 siblings, 0 replies; 8+ messages in thread
From: drbrain (Eric Hodel) @ 2013-10-29 22:13 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been updated by drbrain (Eric Hodel).

Subject changed from [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies to [BUG] Bus Error with bundler on large Gemfile when resolving dependencies


----------------------------------------
Bug #8836: [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-42651

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:58237] [ruby-trunk - Bug #8836] [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
                   ` (4 preceding siblings ...)
  2013-10-29 22:13 ` [ruby-core:58072] [ruby-trunk - Bug #8836] [BUG] Bus Error with bundler " drbrain (Eric Hodel)
@ 2013-11-08 22:58 ` dammer (Damir Sharipov)
  2019-05-15 12:51 ` [ruby-core:92659] [Ruby trunk Bug#8836] " hsbt
  6 siblings, 0 replies; 8+ messages in thread
From: dammer (Damir Sharipov) @ 2013-11-08 22:58 UTC (permalink / raw)
  To: ruby-core


Issue #8836 has been updated by dammer (Damir Sharipov).


ulimit -s 20000 fix this bug on 32bit kernel
----------------------------------------
Bug #8836: [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-42820

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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [ruby-core:92659] [Ruby trunk Bug#8836] [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
  2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
                   ` (5 preceding siblings ...)
  2013-11-08 22:58 ` [ruby-core:58237] " dammer (Damir Sharipov)
@ 2019-05-15 12:51 ` hsbt
  6 siblings, 0 replies; 8+ messages in thread
From: hsbt @ 2019-05-15 12:51 UTC (permalink / raw)
  To: ruby-core

Issue #8836 has been updated by hsbt (Hiroshi SHIBATA).

Backport deleted (1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Assignee set to hsbt (Hiroshi SHIBATA)
Status changed from Open to Assigned

----------------------------------------
Bug #8836: [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
https://bugs.ruby-lang.org/issues/8836#change-78023

* Author: dammer (Damir Sharipov)
* Status: Assigned
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* Target version: 
* ruby -v: ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
* Backport: 
----------------------------------------
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

---Files--------------------------------
test.tar.gz (1.88 KB)
gistfile1.txt (264 KB)
ruby_config.txt (7.71 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-15 12:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 13:13 [ruby-core:56880] [ruby-trunk - Bug #8836][Open] [BUG] Bus Error rubygems/bundler on large Gemfile when resolving dependencies dammer (Damir Sharipov)
2013-09-03 12:21 ` [ruby-core:56989] [ruby-trunk - Bug #8836] " dammer (Damir Sharipov)
2013-10-25 12:54 ` [ruby-core:58035] " dammer (Damir Sharipov)
2013-10-25 21:02 ` [ruby-core:58038] " drbrain (Eric Hodel)
2013-10-29 12:39 ` [ruby-core:58066] " dammer (Damir Sharipov)
2013-10-29 22:13 ` [ruby-core:58072] [ruby-trunk - Bug #8836] [BUG] Bus Error with bundler " drbrain (Eric Hodel)
2013-11-08 22:58 ` [ruby-core:58237] " dammer (Damir Sharipov)
2019-05-15 12:51 ` [ruby-core:92659] [Ruby trunk Bug#8836] " hsbt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).