Actions
Bug #8243
closedruby-debug-base fails because a function is no longer exported
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
Backport:
Description
The ruby-debug-base project (now at https://github.com/cldwalker/debugger )
fails with 2.0 giving an error message like
dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /usr/local/rvm/gems/ruby-2.0.0-p0@apono/bundler/gems/debugger-e98dc5762a48/lib/ruby_debug.bundle
Expected in: flat namespace
When I reinstate this line in vm_backtrace.c the debugger works fine:
RUBY_FUNC_EXPORTED int rb_vm_get_sourceline(const rb_control_frame_t *cfp);
Files
Actions
Like0
Like0Like0Like0