https://bugs.winehq.org/show_bug.cgi?id=56168
Bug ID: 56168 Summary: dbghelp hits assertion in stabs_pts_read_type_def Product: Wine Version: 9.0-rc4 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
This happened while investigating bug 56101.
Steps to reproduce are: - download and intstall lazarus-2.2.4-fpc-3.2.2-win32.exe [1] - download and intstall CheatEngine75.exe [2]
- download extract cheat-engine sources 7.5.tar.gz [3] - open cheat-engine-7.5/Cheat Engine/cheatengine.lpi - change project settings: disable "Use external debug symbols file (-Xg)" - build cheatengine-i386.exe and replace the version installed by the offical installer
- run cheatengine-i386.exe from e.g. "c:/Program Files/Cheat Engine 7.5"
This produces this assertion: Assertion failed: !*stabs_find_ref(filenr1, subnr1), file .../dlls/dbghelp/stabs.c, line 823
[1] https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits... [2] https://www.cheatengine.org/downloads.php [3] https://codeload.github.com/cheat-engine/cheat-engine/tar.gz/refs/tags/7.5