[Bug 39691] Derive 6 crashes when clicking on the edit menu item

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 30 18:59:53 CST 2015


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

Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
    Regression SHA1|                            |04ed24fb79b03aa825d684cacaa
                   |                            |3c8ef3157552c

--- Comment #7 from Nikolay Sivov <bunglehead at gmail.com> ---
Hello again.

I think I figured out what's going on with it. Program adds menu item with
placeholder string "<<OLE VERBS GO HERE>>", and replaces it using
OleUIAddVerbMenuW(NULL, NULL, ...) to get default localized "Object" entry.
What happens is that we add new item over and over again, instead of replacing
existing one. Application doesn't expect that, and loops adding more and more
items to the menu, that makes it appear hung consuming 100% of single core.

Will send a fix soon, thanks for reporting.

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