https://bugs.winehq.org/show_bug.cgi?id=52295
Bug ID: 52295 Summary: Crash when calling StackWalk() Product: Wine Version: 7.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: ralf.habacker@freenet.de Distribution: ---
Created attachment 71446 --> https://bugs.winehq.org/attachment.cgi?id=71446 Backtrace log
Running the appended 32 bit test case let wine crash, when using the "-gstabs" symbol format. See backtrace.log for detailed information.
The test case is part of the dbus test suite. For the source see https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/test/manual-backtrace..., the call to StackWalk() is located at https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/dbus/dbus-sysdeps-win....