http://bugs.winehq.org/show_bug.cgi?id=59850 --- Comment #5 from LIU Hao <lh_mouse@126.com> --- (In reply to Bernhard Übelacker from comment #4)
I tried to collect some details. But could not get the testcase to succed within a Bookworm VM with the winehq packages.
As far as I see RIP gets the null pointer via the parameter to RtlUnwind. Bolow is the backtrace where the context is set, which later tries to execute at the null pointer.
https://learn.microsoft.com/en-us/windows/win32/api/winnt/nf-winnt-rtlunwind...
Parameters [in, optional] TargetFrame
A pointer to the call frame that is the target of the unwind. If this parameter is NULL, the function performs an exit unwind.
[in, optional] TargetIp
The continuation address of the unwind. This parameter is ignored if TargetFrame is NULL.
A null `TargetFrame` means the unwinder should unwind every frame it encounters and `TargetIp` should be ignored. -- 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.