Bug #4241
closedIMAPTest#test_imaps_verify_none does not stop
Description
=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
Updated by tenderlovemaking (Aaron Patterson) almost 14 years ago
=begin
On Thu, Jan 06, 2011 at 08:09:53PM +0900, Kazuhiro NISHIYAMA wrote:
Bug #4241: IMAPTest#test_imaps_verify_none does not stop
http://redmine.ruby-lang.org/issues/show/4241Author: Kazuhiro NISHIYAMA
Status: Open, Priority: Normal
Assigned to: Aaron Patterson, Category: ext
ruby -v: ruby 1.9.3dev (2011-01-06 trunk 30475) [i686-linux]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_noneRunning tests:¶
IMAPTest#test_imaps_verify_none =
Thanks, I'm working on it. Unfortunately, the imap tests just segv for
me. Even if I revert r30451, they segv:
http://www.youtube.com/watch?v=Wku9MF0Bx0k
--
Aaron Patterson
http://tenderlovemaking.com/
Attachment: (unnamed)
=end
Updated by Cezary (Cezary Baginski) almost 14 years ago
=begin
On Fri, Jan 07, 2011 at 03:36:38AM +0900, Aaron Patterson wrote:
On Thu, Jan 06, 2011 at 08:09:53PM +0900, Kazuhiro NISHIYAMA wrote:
Bug #4241: IMAPTest#test_imaps_verify_none does not stop
Thanks, I'm working on it. Unfortunately, the imap tests just segv for
me. Even if I revert r30451, they segv:
Off-topic: Aaron, that is both cool and funny. It is probably only a
matter of time before YouTube makes Redmine obsolete ... :D
--
Cezary Baginski
Attachment: signature.asc
=end
Updated by shyouhei (Shyouhei Urabe) over 13 years ago
- Status changed from Open to Assigned
Updated by nahi (Hiroshi Nakamura) over 13 years ago
- Target version set to 1.9.3
Aaron, do you still gets a SEGV? Or do you want to someone take over this?
Updated by nahi (Hiroshi Nakamura) over 13 years ago
- Assignee changed from tenderlovemaking (Aaron Patterson) to nahi (Hiroshi Nakamura)
Updated by nahi (Hiroshi Nakamura) over 13 years ago
- 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.