Actions
Bug #8932
closedruby-2.0.0-p247/gems/rubyzip-0.9.9/lib/zip/inflater.rb:42: [BUG] Segmentation fault
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
uby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]
Backport:
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
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Status changed from Open to Feedback
Could you try latest version of Ruby 2.0 and rubyzip?
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Target version changed from 2.1.0 to 2.2.0
Updated by naruse (Yui NARUSE) almost 7 years ago
- Target version deleted (
2.2.0)
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Feedback to Closed
- Backport deleted (
1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Actions
Like0
Like0Like0Like0Like0