This project is closed and read-only.
Actions
Bug #2980
closedSegmentation fault with ruby 1.9.1p376 and yajl-ruby-0.7.4 on opensuse x64
Bug #2980:
Segmentation fault with ruby 1.9.1p376 and yajl-ruby-0.7.4 on opensuse x64
Description
=begin
While I was testing yajl library I get a segmentation fault. The error is attached on error.txt and the json data on prueba.json.
I did this:
irb> require 'yajl
irb> json = File.new('prueba.json', 'r')
irb> parser = Yajl::Parser.new
irb> hash = parser.parse(json)
Thanks for the help.
=end
Files
Actions