Ticket #66 (closed defect: fixed)
Death by Iconv
| Reported by: | rowland@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

