Skip to content

Instantly share code, notes, and snippets.

@wallace
Created November 26, 2013 14:52
Show Gist options
  • Save wallace/7659646 to your computer and use it in GitHub Desktop.
Save wallace/7659646 to your computer and use it in GitHub Desktop.
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