https://bugzilla.novell.com/show_bug.cgi?id=779265 https://bugzilla.novell.com/show_bug.cgi?id=779265#c0 Summary: SEGFAULT in timeout when processing http request in Ruby 1.8.7 Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Critical Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jaroslav@kamenik.cz QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1 I have ruby app not compatible with Ruby 1.9 so I had to install older version of Ruby. I used version 1.8.7.p357-1.10 from repo devel:languages:ruby at buildserver. It always crashed doing http request with: /usr/lib64/ruby/1.8/timeout.rb:60: [BUG] Segmentation fault ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux] Reproducible: Always Steps to Reproduce: #!/usr/bin/ruby1.8 require 'net/http' Net::HTTP.start('google.com') do |http| req = Net::HTTP::Get.new("/aaa") resp = http.request(req) end Actual Results: ./crash.rb /usr/lib64/ruby/1.8/timeout.rb:60: [BUG] Segmentation fault ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux] Neúspěšně ukončen (SIGABRT) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.