http://bugs.winehq.org/show_bug.cgi?id=9922
Misha Koshelev mk144210@bcm.tmc.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mk144210@bcm.tmc.edu
--- Comment #1 from Misha Koshelev mk144210@bcm.tmc.edu 2007-10-16 19:56:07 --- Hi Dan,
Thanks for reporting, I've been doing some looking at this on and off for a bit and I:
(i) can't reproduce it (it looks from the failed tests like you are getting some redirects somehow from the sites but I never do) and (ii) the race must ultimately be in NETCON_close (easy to see race conditions if it gets called twice) but the callers for NETCON_close themselves (only 3 in wininet/http.c) I can't mentally trace a race in. However, I did fix that (unrelated?) urlmon race I tracked down mentally, and was wondering if you are still seeing this failure?
So I guess my questions are:
(a) Are you still seeing this failure? (b) Any ideas why you seem to be getting redirects from these sites?
Thanks Misha