[Bug 106643] double free when exporting a temporarily imported semaphore

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 7 16:48:20 UTC 2018


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

Jason Ekstrand <jason at jlekstrand.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Jason Ekstrand <jason at jlekstrand.net> ---
This should be fixed by the following commit on master:

commit 237c5ac4f9748d254aa4c5428fec44cf753bc47d (public/master)
Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Sat May 26 12:08:22 2018 -0700

    anv: Set fence/semaphore types to NONE in impl_cleanup

    There were some places that were calling anv_semaphore_impl_cleanup and
    neither deleting the semaphore nor setting the type back to NONE.  Just
    set it to NONE in impl_cleanup to avoid these issues.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106643
    Fixes: 031f57eba "anv: Add a basic implementation of VK_KHX_external..."
    Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180607/bf2e042b/attachment.html>


More information about the intel-3d-bugs mailing list