Project

General

Profile

Actions

Bug #8243

closed

ruby-debug-base fails because a function is no longer exported

Added by ericp (Eric Promislow) almost 11 years ago. Updated almost 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
Backport:
[ruby-core:54150]

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

bug08243.patch (551 Bytes) bug08243.patch Patch for fix ericp (Eric Promislow), 04/10/2013 06:17 AM

Updated by ericp (Eric Promislow) almost 11 years ago

This patch reinstates the RUBY_FUNC_EXPORTED declaration, including
the comment from 1.9.3 stating that a better interface would be used
in the next version. I don't know of any such interface in the 2.0 code.

Updated by bitsweat (Jeremy Daer) almost 11 years ago

Hey Eric -

@ko1 (Koichi Sasada) updated it to use the new Ruby 2 debugging API!

See the debugger2 branch: https://github.com/cldwalker/debugger/compare/master...debugger2

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

  • Status changed from Open to Rejected
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0