Sha256: 1b407b0ebe221e00de50a0d4a2638befd43f87c16e631397b2d81a6419bc40b1
Contents?: true
Size: 487 Bytes
Versions: 3
Compression:
Stored size: 487 Bytes
Contents
# From safis http://github.com/taf2/curb/issues#issue/5 # irb: require 'curb' # irb: multi = Curl::Multi.new # irb: exit # <main>:47140: [BUG] Bus Error require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) $:.unshift File.expand_path(File.join(File.dirname(__FILE__),'..','ext')) $:.unshift File.expand_path(File.join(File.dirname(__FILE__),'..','lib')) require 'curb' class BugMultiSegfault < Test::Unit::TestCase def test_bug multi = Curl::Multi.new end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
curb-1.0.6 | tests/bug_multi_segfault.rb |
curb-1.0.5 | tests/bug_multi_segfault.rb |
curb-1.0.4 | tests/bug_multi_segfault.rb |