[Bug 18243] wine iexplore.exe http://www.some.file.com/foobar.exe fails

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 28 02:38:03 CDT 2009


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





--- Comment #9 from Hans Leidekker <hans at meelstraat.net>  2009-04-28 02:38:03 ---
The truncation bug happens with any protocol. What happens is that the
last WriteFile call fails with an invalid handle error. If I disable
the fd cache in ntdll it succeeds and the file is fully written.

A significant thing happening in between is that wininet gets unloaded,
but that doesn't close the file handle (it shouldn't, since it's owned
by the app).

Another interesting fact is that the CloseHandle call following the
failed WriteFile call succeeds.


-- 
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