[Bug 73383] [IVB/HSW ppgtt bisected] When run nightly piglit testing causes X no responsive

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 7 03:34:51 PST 2014


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

--- Comment #15 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to comment #14)
> I can reproduce this easily with 'GpuTest /test=plot3d'. Just run it and hit
> 'esc' -> boom.
> 
> I tried to analyze it a bit and I think what happens is something like this:
> 
> i915_vma_unbind(vma)
>    ...
>    i915_gem_object_finish_gpu()
>        ...
>            i915_vma_unbind(same_vma_here)
>    <-------
>    Oops. The current vma was freed already.

Right, this is somebody calling unbind() without holding their own reference.
So who called unbind()?

P.S. finish_gpu() doesn't call unbind() in my tree...

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


More information about the intel-gfx-bugs mailing list