[Bug 73108] crash in _sna_pixmap_move_to_cpu in 2.99.906
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 17 01:30:05 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73108
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEEDINFO
--- Comment #8 from Chris Wilson <chris at chris-wilson.co.uk> ---
Presuming it is bug 73351, it should be fixed by
commit 5f3ee21a307a4ff4db189bd53e58a70ec01ee6bc
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Fri Jan 17 08:40:34 2014 +0000
sna: Nullify pixmap->devPrivate.ptr after promoting CPU bo to GPU
When we convert a CPU bo into a GPU bo, we need to remove any dangling
shadow pointers we use for devPrivate.ptr. Whilst the bo remains alive
these are incoherent, but if we ever replace the GPU bo (for example to
change tiling for DRI2) then the dangling pointer becomes invalid and
will explode on next use.
Reported-by: Mike Aury <mike.auty at gmail.com>
Reported-by: Marti Raudsepp <marti at juffo.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73351
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
The concern is that you have a different stacktrace which may indicate another
issue. In any case the extra assertions added for #73351 should also help here.
Please try testing with xf86-video-intel.git and see if that resolves the issue
or gives us more debug information.
--
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/20140117/1b3adfb8/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list