This project is closed and read-only.
Actions
Backport #6607
closedrb_thread_blocking_region_begin
Backport #6607:
rb_thread_blocking_region_begin
Status:
Closed
Assignee:
Description
=begin
((<"http://qa.atmarkit.co.jp/q/2168"|URL:http://qa.atmarkit.co.jp/q/2168>))
こちらの記事に,
dyld: lazy symbol binding failed: Symbol not found: _rb_thread_blocking_region_begin
Referenced from: /Users/toyofuku/.rvm/gems/ruby-1.9.3-p194/gems/rev-0.3.2/lib/rev_ext.bundle
Expected in: flat namespace
とのことですが,これらの関数は include/ruby/backward/rubysig.h にあるが,visibility の設定を忘れていたため拡張ライブラリから使えなくなっていた(nobu 談),とのことですので,修正が必要に思います.
2.0.0,および 1.9.3 へのバックポートをすると良いように思います,というわけで中田さんに振っておきます.
=end
Actions