http://bugs.winehq.org/show_bug.cgi?id=20442
--- Comment #15 from Aric Stewart aric@codeweavers.com 2010-03-03 08:12:04 --- (In reply to comment #14)
Created an attachment (id=26583)
--> (http://bugs.winehq.org/attachment.cgi?id=26583) [details]
msctf trace
I am still investigating what is going on here, but it looks like something with the msctf ThreadMgr message pump is causing issue.
I can stop the crash by commenting out
else if (IsEqualIID(iid, &IID_ITfMessagePump)) { *ppvOut = &This->MessagePumpVtbl; }
at line 263 of threadmgr.c
I will keep looking. strangely I get the crash in a different place under winedbg than logging than running normally.
-aric