Actions
Bug #2220
closedHang in dln.c when using 1.8.6-p383 on Snow Leopard
Status:
Closed
Assignee:
ruby -v:
ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]
Description
=begin
Snow Leopard seems to have introduced some backward compatibility issues with the old NextStep era NSLinkModule group of functions. When trying to load RMagick the process hangs in dln_load and has to be killed using kill -9. The best fix going forward is to switch to dlopen as NSLinkModule has been deprecated since Tiger and is less efficient than dlopen in Snow Leopard.
The attached patch is a backport of r11810:
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=11810
Original Ruby-Core discussion:
http://www.ruby-forum.com/topic/196606
=end
Files
Actions
Like0
Like0