[Bug 48665] Legends of Runeterra crashes at launch with wine-staging 5.2 (regression)

WineHQ Bugzilla wine-bugs at winehq.org
Thu May 7 04:11:11 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48665

Andrew Wesie <awesie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #66571|0                           |1
        is obsolete|                            |

--- Comment #9 from Andrew Wesie <awesie at gmail.com> ---
Created attachment 67095
  --> https://bugs.winehq.org/attachment.cgi?id=67095
Alternative fix using soft dirty PTEs

After adding the previous patch to wine-staging, it became clear that it is
unlikely to be a path forward due to the limitations of using mmap+sigsegv to
implement WRITECOPY. In the future, it may be possible to use userfaultfd but
not currently.

This alternative patches tries to achieve the same effects that this bug
requires. It is not perfect, e.g. there are some unfixable race conditions and
performance overhead, but it shouldn't break anything unlike the previous
attempt.

-- 
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.



More information about the wine-bugs mailing list