<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [IVB/HSW ppgtt bisected] When run nightly piglit testing causes X no responsive"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73383#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [IVB/HSW ppgtt bisected] When run nightly piglit testing causes X no responsive"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73383">bug 73383</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=73383#c14">comment #14</a>)
<span class="quote">> 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.</span >

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...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>