https://bugs.freedesktop.org/show_bug.cgi?id=110240

--- Comment #10 from Jason Ekstrand <ja...@jlekstrand.net> ---
Fixed by the following commit in master:

commit ce47999ceed7efe010a1b6cc592780514803670a (public/master)
Author: Jason Ekstrand <ja...@jlekstrand.net>
Date:   Wed Mar 27 11:16:15 2019 -0500

    Revert "anv/radv: release memory allocated by glsl types during
spirv_to_nir"

    This reverts commit 4e1bbb000cdfe4ba01bee5a6868c54fed7285dae.  It turns
    out that some DXVK apps due to some implementation detail of DXVK or
    other create and destroy instances in an interleaved way.  Freeing the
    glsl_type memory without being a bit more careful causes use-after-free
    issues.  Looks like we need to try again.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to