[Bug 53474] New: Change in memory handling gives crash in Framemaker 8

WineHQ Bugzilla wine-bugs at winehq.org
Mon Aug 1 08:36:17 CDT 2022


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 at winehq.org
          Reporter: ulrich.gemkow at ikr.uni-stuttgart.de
      Distribution: ---

The following commit

commit a4966b6690b31c4884d07a8a745017adb6363834
Author: Rémi Bernon <rbernon at 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 at 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.

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