http://bugs.winehq.org/show_bug.cgi?id=59850 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org --- Comment #4 from Bernhard Übelacker <bernhardu@mailbox.org> --- 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. (rr) bt #0 NtSetContextThread at dlls/ntdll/unix/signal_x86_64.c:1061 #1 signal_set_full_context at dlls/ntdll/unix/signal_x86_64.c:975 #2 NtContinueEx at dlls/ntdll/unix/server.c:865 #3 NtContinue at dlls/ntdll/unix/server.c:842 #4 __wine_syscall_dispatcher () from dlls/ntdll/ntdll.so #5 NtContinue () from dlls/ntdll/x86_64-windows/ntdll.dll #6 RtlRestoreContext at dlls/ntdll/signal_x86_64.c:682 #7 RtlUnwindEx at dlls/ntdll/signal_x86_64.c:817 #8 RtlUnwind at dlls/ntdll/unwind.c:2383 #9 test_exit_unwind () at 59850_unwind.c:31 #10 main () at 59850_unwind.c:37 -- 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.