[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
Thu Feb 6 10:44:35 PST 2014


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

--- Comment #14 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
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.

-- 
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/20140206/40554ea9/attachment.html>


More information about the intel-gfx-bugs mailing list