Created
November 26, 2013 14:52
-
-
Save wallace/7659646 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simple:byebug jonathanwallace$ be rake test | |
/opt/boxen/rbenv/versions/2.1.0-preview1/bin/ruby -w -Ilib test/test_helper.rb | |
/opt/boxen/rbenv/versions/2.1.0-preview1/lib/ruby/gems/2.1.0/gems/debugger-linecache-1.2.0/lib/linecache19.rb:379: warning: assigned but unused variable - lines | |
Run options: --seed 6875 | |
# Running: | |
dyld: lazy symbol binding failed: Symbol not found: _rb_funcall2 | |
Referenced from: /Users/jonathanwallace/Documents/projects/byebug/lib/byebug.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: _rb_funcall2 | |
Referenced from: /Users/jonathanwallace/Documents/projects/byebug/lib/byebug.bundle | |
Expected in: flat namespace | |
rake aborted! | |
SIGTRAP | |
/Users/jonathanwallace/Documents/projects/byebug/Rakefile:16:in `block (2 levels) in <top (required)>' | |
/Users/jonathanwallace/Documents/projects/byebug/Rakefile:14:in `block in <top (required)>' | |
Tasks: TOP => test | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment