#66: Death by Iconv -----------------------------------------+---------------------------------- Reporter: rowland@rowlandresearch.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------------+---------------------------------- The following script goes into a spin and must be killed (MacRuby 0.2): {{{ Shiny:eideticpdf brent$ cat iconvtest.rb require 'iconv' ic = Iconv.new('UCS-2BE', 'ASCII') ic.close Shiny:eideticpdf brent$ macruby iconvtest.rb dyld: lazy symbol binding failed: Symbol not found: _rb_enc_find_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0 /universal-darwin9.0/iconv.bundle Expected in: flat namespace dyld: Symbol not found: _rb_enc_find_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0 /universal-darwin9.0/iconv.bundle Expected in: flat namespace Killed }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/66> macruby <http://ruby.macosforge.org/>