[MacRuby-devel] [MacRuby] #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4

MacRuby ruby-noreply at macosforge.org
Sat May 23 03:28:27 PDT 2009


#257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4
---------------------------+------------------------------------------------
 Reporter:  nexneo@…       |       Owner:  lsansonetti@…        
     Type:  defect         |      Status:  new                  
 Priority:  blocker        |   Milestone:                       
Component:  MacRuby        |    Keywords:  json                 
---------------------------+------------------------------------------------
 Following is on macirb prompt. Same Happens in XCode Project.
 Let me know if more information is needed and how I can provide that.

 ( following trace is also available at http://gist.github.com/116577 )
 >> h.to_json
 => "{\"testing\":\"Hello World\"}"
 >> JSON::parse(h.to_json)
 dyld: lazy symbol binding failed: Symbol not found: _RHASH_TBL
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
 /universal-darwin9.5/json/ext/parser.bundle
   Expected in: flat namespace

 dyld: Symbol not found: _RHASH_TBL
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
 /universal-darwin9.5/json/ext/parser.bundle
   Expected in: flat namespace

 Trace/BPT trap

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/257>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list