[Bug 20442] visio 2003 & 2007 crash after 2nd double click on element

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 3 08:12:06 CST 2010


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





--- Comment #15 from Aric Stewart <aric at 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

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