https://bugs.winehq.org/show_bug.cgi?id=45173
Bug ID: 45173 Summary: Framemaker 7.2 crashes after toolbar change commit Product: Wine Version: 3.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: ulrich.gemkow@ikr.uni-stuttgart.de Distribution: ---
Framemaker 7.2 crashes after commit
From 0645fa1373822629ad82d754fc7232d170e14859 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov nsivov@codeweavers.com Date: Mon, 30 Apr 2018 19:29:06 +0300 Subject: [PATCH] comctl32/toolbar: Fix tooltip notification forwarding.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org --- dlls/comctl32/tests/toolbar.c | 3 +-- dlls/comctl32/toolbar.c | 59 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 54 insertions(+), 8 deletions(-)
The crash happens when opening the "File->Open" Dialog box and using the "Up" button in the toolbar. An internal error is raised with no more useful information.
After reverting this commit and later commits on top of this, the crash disappeats
https://bugs.winehq.org/show_bug.cgi?id=45173
Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0645fa1373822629ad82d754fc7 | |232d170e14859
https://bugs.winehq.org/show_bug.cgi?id=45173
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Hi, Ulrich.
This is already fixed in wine-git, thanks for the report.
*** This bug has been marked as a duplicate of bug 45157 ***
https://bugs.winehq.org/show_bug.cgi?id=45173
--- Comment #2 from Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de --- Hi Nikolay,
thank you for your very quick reply! Indeed - using current master does not show the crash anymore. Thanks again for the fix and best regards.
https://bugs.winehq.org/show_bug.cgi?id=45173
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Closing duplicate.