Project

General

Profile

Actions

Bug #8933

closed

ruby-2.0.0-p247/gems/rubyzip-0.9.9/lib/zip/inflater.rb:42: [BUG] Segmentation fault

Added by robino (vincent moreno) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
uby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]
[ruby-core:57299]

Description

Hello,
My program is working on Linux and Windows but not on my mac OSX, I have the error segmentation fault
Program example:
require 'rubygems'
require 'nokogiri'
require 'zip/zip' #rubyzip 0.9.9
require 'lib/semboxlib'
@zip = Zip::ZipFile.open("SDD_001.docx")
#initialise Nokogiri reader with document.xml
doc = Nokogiri::XML(@zip.read('word/document.xml'))
#open xsl file
xslt = Nokogiri::XSLT(File.read("DocxHtml.xsl"))
#convert document.xml in html using xsl sheet return html
#Nokogiri::HTML(xslt.transform(doc).to_html)
xslt.transform(doc).to_s


Files

log_core_dump.log (158 KB) log_core_dump.log robino (vincent moreno), 09/21/2013 07:43 AM

Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Bug #8932: ruby-2.0.0-p247/gems/rubyzip-0.9.9/lib/zip/inflater.rb:42: [BUG] Segmentation faultClosedActions

Updated by hsbt (Hiroshi SHIBATA) over 10 years ago

  • Status changed from Open to Closed

duplicated to #8932

Actions

Also available in: Atom PDF

Like0
Like0