Created
August 19, 2010 13:29
-
-
Save jcf/537882 to your computer and use it in GitHub Desktop.
Output from spork crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using RSpec | |
Preloading Rails environment | |
Loading Spork.prefork block... | |
No server is running | |
Running specs locally: | |
dyld: lazy symbol binding failed: Symbol not found: _rb_method_node | |
Referenced from: /Users/jcf/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23/lib/ruby_debug.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: _rb_method_node | |
Referenced from: /Users/jcf/.rvm/gems/ruby-1.9.2-p0/gems/ruby-debug-base19-0.11.23/lib/ruby_debug.bundle | |
Expected in: flat namespace | |
zsh: trace trap bundle exec spork |
I agree completely. It is a ruby-debug issue as opposed to a spork one.
Hi guys I'm having the same problem right now, did you manage to figure it out what is causing it ?
I manage to solve the issue, put this in your Gemfile
gem 'ruby-debug-base19', "0.11.24"
gem 'ruby-debug19', "0.11.6"
that would fix the problem
@abuiles that fixes the problem for me. Thanks for the heads up!
@jfc no probs :)
@abuiles thanks sir it's nice to have debugging back :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1, but it seems to just be a ruby-debug19 issue, ie: