Actions
Bug #3798
closedruby 1.9.2 + OpenSSL 1.0.0.a on Windows 64 test hang .....
    Bug #3798:
    ruby 1.9.2 + OpenSSL 1.0.0.a on Windows 64 test hang .....
  
Description
=begin
Complie Env: MSVC 2010
- 
compile openssl 1.0.0a 
 perl configure zlib enable-static-engine no-asm VC-WIN64A
 nmake -f .\ms\nt.mak
 all test passed.
- 
complie ruby ... 
 .\win32\configure --prefix="c:\ruby" --target=x64-mswin64
 nmake
 nmake test
 ---all test passed.------------
 nmake test-all TESTS="-v"
 then the test hangs at "Test_imaps_post_connection_check"
 =end
Files
        
           Updated by rogerdpack (Roger Pack) about 15 years ago
          Updated by rogerdpack (Roger Pack) about 15 years ago
          
          
        
        
      
      =begin
does it work with other versions of openssl?
=end
        
           Updated by nahi (Hiroshi Nakamura) about 15 years ago
          Updated by nahi (Hiroshi Nakamura) about 15 years ago
          
          
        
        
      
      =begin
Might be the same issue with http://redmine.ruby-lang.org/issues/show/3794
ray, can you try the 1-line patch at above ticket?
=end
        
           Updated by nahi (Hiroshi Nakamura) about 15 years ago
          Updated by nahi (Hiroshi Nakamura) about 15 years ago
          
          
        
        
      
      - Category set to ext
- Assignee set to nahi (Hiroshi Nakamura)
- Target version set to 1.9.2
=begin
=end
        
           Updated by naruse (Yui NARUSE) about 15 years ago
          Updated by naruse (Yui NARUSE) about 15 years ago
          
          
        
        
      
      - Status changed from Open to Closed
- ruby -v set to 1.9.2 mswin64 MSVC10
=begin
=end
Actions