[Bug 67490] Intel driver 2.21.13 hangs on shutdown process

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 30 01:59:40 PDT 2013


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

--- Comment #14 from Chris Wilson <chris at chris-wilson.co.uk> ---
You are not using SNA, which is why this is quite strange. You have two
choices, either do a normal bisect looking for the commit that introduced the
hang, or a "reversed" bisect that looks for the commit that fixes the hang. In
a reversed bisect, you would treat as any hang as good, and any working commit
as bad:

$ git bisect start good 2.21.13 # broken
$ git bisect bad master # works
$ make && sudo make install # test
$ git bisect bad # if it works (shuts down without a hang)
$ git bisect good # if it hangs

and repeat make / git bisect (bad|good).

I suspect that both bisects will be useful to understanding this mystery.

-- 
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/20130730/8594d7c2/attachment.html>


More information about the intel-gfx-bugs mailing list