Bug #2980

Segmentation fault with ruby 1.9.1p376 and yajl-ruby-0.7.4 on opensuse x64

Added by Koldo Oteo almost 2 years ago. Updated 10 months ago.

[ruby-core:28723]
Status:Third Party's Issue Start date:03/18/2010
Priority:Normal Due date:03/18/2010
Assignee:- % Done:

0%

Category:-
Target version:-
ruby -v:1.9.1p376

Description

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.

error.txt - File with err - segmentation fault (8.4 kB) Koldo Oteo, 03/18/2010 11:29 am

prueba.json - Json data file (425 Bytes) Koldo Oteo, 03/18/2010 11:29 am

History

Updated by Yui NARUSE almost 2 years ago

  • Status changed from Open to Third Party's Issue
Use yajl-ruby 0.7.5.

Also available in: Atom PDF