http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #108 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-21 01:26:39 CST --- (In reply to comment #106)
000d:trace:seh:raise_exception code=80000004 flags=0 addr=0x70a9c1 ip=0070a9c1 tid=000d
So I'm at an impasse again. I think I know what's going on; the IO thread crashes after getting the server header, never sending the reply, and another thread times out waiting for more data. But I don't see anything suspicious going on right before the crash, which means the trail is cold again.
This is not a crash, 80000004 is EXCEPTION_SINGLE_STEP, somebody is playing with CPU context flags?