From: Hiroshi Nakamura Date: 2011-06-29T10:30:08+09:00 Subject: [ruby-core:37651] [Ruby 1.9 - Bug #4241][Closed] IMAPTest#test_imaps_verify_none does not stop Issue #4241 has been updated by Hiroshi Nakamura. Status changed from Assigned to Closed This bug was introduced by r30451, and fixed by reverting this at r30488. And the original issue should be medicated at r32219. ---------------------------------------- Bug #4241: IMAPTest#test_imaps_verify_none does not stop http://redmine.ruby-lang.org/issues/4241 Author: Kazuhiro NISHIYAMA Status: Closed Priority: Normal Assignee: Hiroshi Nakamura Category: ext Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-01-06 trunk 30475) [i686-linux] =begin IMAPTest#test_imaps_verify_none hangs up and can not stop with SIGINT. I guess problem exists in ossl_ssl_shutdown, and running test does not stop with reverting r30451 . % ruby-trunk test/net/imap/test_imap.rb -v -n test_imaps_verify_none Run options: -v -n test_imaps_verify_none # Running tests: IMAPTest#test_imaps_verify_none = =end -- http://redmine.ruby-lang.org