General

Profile

branan (Branan Riley)

  • Login: branan
  • Registered on: 08/07/2017
  • Last sign in: 08/16/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

08/08/2017

04:32 PM Ruby Bug #13788: libruby.so cannot be loaded by another program when --enable-load-relative is used
It appears from the comment on `ruby_sysinit` that programs embedding ruby should NOT be calling it under normal usage:
/*! Initializes the process for ruby(1).
*
* This function assumes this process is ruby(1) and i...
branan (Branan Riley)

08/07/2017

09:30 PM Ruby Bug #13788 (Closed): libruby.so cannot be loaded by another program when --enable-load-relative is used
--enable-load-relative causes `dladdr_path` in ruby.c to be called. This function assumes that `origarg` is set, but that global will only be set if `ruby_sysinit` is called. Normally that is done by the `ruby` executable, but not by oth... branan (Branan Riley)

Also available in: Atom