https://bugs.winehq.org/show_bug.cgi?id=55812
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 75548 --> https://bugs.winehq.org/attachment.cgi?id=75548 regression-test-info.txt
Hello, I tried to get some more information. Attached are some hints for setting up the application stack and used versions. I tried a git bisect and found: ec3de128257a8ceb0637fae9d9fd2b067bb0e0d8 is the first broken commit commit ec3de128257a8ceb0637fae9d9fd2b067bb0e0d8 Author: Alexandre Julliard julliard@winehq.org Date: Thu Oct 5 10:43:02 2023 +0200 ntdll: Relocate dynamic base modules when mapping them.
But even better it looks like since wine-8.19 the "unwind:execute_cfa_instructions" followed by the "virtual_setup_exception stack overflow" does no longer happen. Because I had all set up I did here also a regression test this showed it to be fixed with: 229ccfd04829b63c9da694303b48d4153cac45db is the first working commit commit 229ccfd04829b63c9da694303b48d4153cac45db Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Oct 26 10:46:22 2023 -0500 ntdll: Do not reject data directories at the end of a file.
@Marko, therefore could you please check if you still see this stack overflow with wine-8.19 or above?