[Bug 20622] New: chromium's net_unittests.exe hangs in SSLClientSocketTest.Read

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 8 12:40:02 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20622

           Summary: chromium's net_unittests.exe hangs in
                    SSLClientSocketTest.Read
           Product: Wine
           Version: 1.1.32
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: download, source
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Chromium's SSLClientSocketTest.Read test outputs (ignoring repeated fixmes)

[ RUN      ] SSLClientSocketTest.Read
fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension
"2.5.29.32"
fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority

and then seems to hang.  Five other SSL-related tests behave similarly:
SSLClientSocketTest.Read_SmallChunks
SSLClientSocketTest.Read_Interrupted
HTTPSRequestTest.HTTPSExpiredTest
HTTPSRequestTest.HTTPSGetTest    
HTTPSRequestTest.HTTPSMismatchedTest

To repeat:
$ wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2
$ tar -xjvf chromium-tests.tar.bz2
$ sudo cp src/net/data/ssl/certificates/root_ca_cert.crt
/usr/share/ca-certificates/
$ sudo vi /etc/ca-certificates.conf    (and add the line root_ca_cert.crt)
$ sudo update-ca-certificates
$ # (or run juan's importer, http://bugs.winehq.org/show_bug.cgi?id=20370#c4 )
$ wine src/chrome/Debug/net_unittests.exe
--gtest_filter=SSLClientSocketTest.Read

I'll attach a +relay,+secur32,+crypt,+seh log.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list