Skip to content

Instantly share code, notes, and snippets.

@nexneo
Created May 23, 2009 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nexneo/116577 to your computer and use it in GitHub Desktop.
Save nexneo/116577 to your computer and use it in GitHub Desktop.
>> 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment