http://bugs.winehq.org/show_bug.cgi?id=29004
Bug #: 29004 Summary: Crash in winhttp Product: Wine Version: 1.3.32 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winhttp AssignedTo: wine-bugs@winehq.org ReportedBy: rosslagerwall@gmail.com Classification: Unclassified
My application segfaults when it tries to use the winhttp dll. With the native windows winhttp.dll, it works perfectly.
Attached is the log from the program with WINEDEBUG=+winhttp.
To reproduce: Download http://www.numberwise.com/files/Numberwise-1.13.exe Install it. Run the program and enter random values for AccountNo, FirstName and Surname and then try and logon. The program will then segfault.
Compile by hand on Opensuse 11.4 64 bit with ./configure --prefix=/tmp
Thanks!