Project

General

Profile

Actions

Bug #2980

closed

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

Added by koteo (Koldo Oteo) about 14 years ago. Updated almost 13 years ago.

Status:
Third Party's Issue
Assignee:
-
ruby -v:
1.9.1p376
[ruby-core:28723]

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

error.txt (8.43 KB) error.txt File with err - segmentation fault koteo (Koldo Oteo), 03/18/2010 11:29 AM
prueba.json (425 Bytes) prueba.json Json data file koteo (Koldo Oteo), 03/18/2010 11:29 AM
Actions #1

Updated by naruse (Yui NARUSE) about 14 years ago

  • Status changed from Open to Third Party's Issue

=begin
Use yajl-ruby 0.7.5.
=end

Actions

Also available in: Atom PDF

Like0
Like0