https://bugs.winehq.org/show_bug.cgi?id=53474
Bug ID: 53474 Summary: Change in memory handling gives crash in Framemaker 8 Product: Wine Version: 7.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: ulrich.gemkow@ikr.uni-stuttgart.de Distribution: ---
The following commit
commit a4966b6690b31c4884d07a8a745017adb6363834 Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jun 9 14:13:53 2022 +0200
kernelbase: Cleanup and simplify (Global|Local)ReAlloc.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com
dlls/kernel32/heap.c | 22 ++++++++- dlls/kernel32/tests/heap.c | 15 ------- dlls/kernelbase/memory.c | 108 +++++++++++++++------------------------------ 3 files changed, 56 insertions(+), 89 deletions(-)
leads to a crash in Framemaker 8. Reverting the patch on top of wine-7.14 solves the problem.
To reproduce (simplest way):
- Start Framemaker and create a new document
- Open the print dialog (Ctrl-P)
- Select another printer (lower part of the dialog)
- Framemaker crashes with an internal error
Framemaker generates a log file (which is IMHO useless but attached anyway)
I can provide a demo version of framemaker if this would help.