[Bug 68171] [SNB/IVB/HSW ULT regression]system hang when run nightly testing
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 3 16:48:30 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=68171
--- Comment #25 from Ben Widawsky <ben at bwidawsk.net> ---
For posterity... I've discussed this with Chris quite a bit, and thought about
it myself.
I think it's definitely feasible to end up freeing an object while going
through i915_vma_unbind. I can't see how this problem is special to the vma
addition though since the theoretical issue of the shrinker being invoked due
to an object being unbound (and the request being added) is not new.
Either way, I have a few of my own hacks we can try. I think the last patch
from Chris (https://bugs.freedesktop.org/attachment.cgi?id=85153) is flawed in
that it doesn't prevent invalid ptr access on return to i915_vma_unbind.
However, I think the two obsoleted patches before that should prevent the
problem (though it's duct tape to be sure, since the next user of malloc an
easily hit this). The recent patch
https://bugs.freedesktop.org/attachment.cgi?id=85153 seems to be useful to fix
a bug we haven't hit with consecutive shrinker recursion (thought I haven't
charted out how that actually can happen).
My ratio of hitting the problem is quite low. I've been running the previous 2
patches for several hours and haven't hit the problem.
--
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/20130903/e9210513/attachment.html>
More information about the intel-gfx-bugs
mailing list