https://bugs.winehq.org/show_bug.cgi?id=48274
Paul Gofman gofmanp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #65958|0 |1 is obsolete| |
--- Comment #22 from Paul Gofman gofmanp@gmail.com --- Created attachment 65997 --> https://bugs.winehq.org/attachment.cgi?id=65997 force stack alignment in syscall dispatcher
Oh well, it is actually about all the same crash in issue which my initial patch failed to fix properly. At least the one related to MacOS, the new logs for Debian look unrelated.
Sadly I cannot reproduce the issue to test it properly, though yet of course I could be more attentive regardless. I entirely missed the fact that the stack pointer is updated for copying on stack arguments after my added alignment. That is probably the reason why patch did not help.
I am attaching the updated patch (on top of current Wine Staging) which is hopefully fixing it now properly.