⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Backport200
All Projects
Ruby
»
Backport200
Overview
Activity
Issues
Like
Download (152 Bytes)
Backport #8467
» zlib_bug.rb
File with code to reproduce bug -
vicente.mundim (Vicente Mundim)
, 06/01/2013 12:15 AM
require
'zlib'
filename
=
"compressed_file.gz"
io
=
Zlib
::
GzipReader
.
new
(
open
(
filename
,
'rb'
))
io
.
rewind
io
.
each
{}
# segmentation_fault in Ruby 2.0.0
« Previous
1
2
Next »
(1-1/2)
Loading...