[Bug 42009] Mentor Graphics DK Design Suite crashes on clipboard copy

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 18 04:27:09 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=42009

--- Comment #6 from felix.huber at schyf.de ---
I did some line by line debugging:
Start the app with winedbg, set breakpoint at OleSetClipboard and
EmptyClipboard, continue
In OleSetClipboard the IDataObject *data->lpVtbl is fine until the call to
EmptyClipboard was made.
After that data is altered and points to an invalid Vtbl.
Somewhere within EmptyClipboard, OleIsCurrentClipboard gets called, where data
is still fine.
I managed once to make it work by single stepping through OpenClipboard for
some lines, but could not reproduce that.
Can this be a race condition?

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