http://bugs.winehq.org/show_bug.cgi?id=26651
Summary: Page fault connecting to my.if.com Product: Wine Version: 1.3.16 Platform: x86-64 URL: http://my.if.com OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=33930) --> (http://bugs.winehq.org/attachment.cgi?id=33930) wine-1.3.17-50-g6997499 console output
Running "wine iexplore https://my.if.com" causes a page fault, although iexplore can still be used, but the website never loads.
Same occurs with builtin, IE7 and IE8.
Other sites work as well as expected (except for Bug 21947).
Backtrace: =>0 0x00000000 (0x006dd6c8) 1 0x7e0e119a HTTP_OpenConnection+0x312(request=0x165ad8) [/home/test/wine-git/dlls/wininet/http.c:5204] in wininet (0x006dd778) 2 0x7e0dee26 HTTP_HttpSendRequestW+0x5a9(request=0x165ad8, lpszHeaders="Accept-Encoding: gzip, deflate", dwHeaderLength=0x1e, lpOptional=0x0(nil), dwOptionalLength=0, dwContentLength=0, bEndRequest=0x1) [/home/test/wine-git/dlls/wininet/http.c:4339] in wininet (0x006de908) 3 0x7e0df8b8 AsyncHttpSendRequestProc+0xc7(workRequest=0x6de9ac) [/home/test/wine-git/dlls/wininet/http.c:4534] in wininet (0x006de988)
Native wininet causes a crash in shdocvw instead... which can also be triggered by first opening iexplore, entering the address and pressing enter. This could be another bug though.
Tried with Wine 1.2 and the bug is still there, so I guess it isn't a (recent) regression.