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