[Bug 90622] Segfault in xf86-video-intel-2.99.917 (sna) with gcc-5.1, linux-4.0 headers, linux-4.0 kernels

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 25 00:16:39 PDT 2015


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

Chris Wilson <chris at chris-wilson.co.uk> changed:

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

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
To get past the mmap failure, needs a libdrm fix or the ddx w/a. However, that
crash should not happen, so:

commit 8b7bdff750a98fc7644fc9ab17bedc79b03198b4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon May 25 08:02:46 2015 +0100

    sna: Initialise no-op callbacks early

    In case of error, we try to free up memory before trying again. This
    involves callbacks into higher level code - but if we fail early, we
    will not have those hooks installed. Set no-ops stubs early to prevent
    untimely crashes.

    References: https://bugs.freedesktop.org/show_bug.cgi?id=90622#c1
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150525/f44b0401/attachment.html>


More information about the intel-gfx-bugs mailing list