[Bug 67490] Intel driver 2.21.13 hangs on shutdown process

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 29 10:49:00 PDT 2013


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

--- Comment #8 from Chris Wilson <chris at chris-wilson.co.uk> ---
(You may need to download some dependencies.)

$ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
$ cd xf86-video-intel
$ ./autogen --prefix=/usr
$ make && sudo make install

# confirm everything boots fine and you can reproduce the bug

$ git checkout 2.21.12
$ make && sudo make install

# confirm it works

$ git bisect start
$ git bisect good
$ git bisect bad
# git will select a commit halfway between the two endpoints
$ make && sudo make install

# test
$ git bisect good # if it shuts down cleanly, or
$ git bisect bad 

Then repeat the make, install, test, git bisect (good|bad) until git pronounces
a winner.

-- 
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/20130729/6083177d/attachment.html>


More information about the intel-gfx-bugs mailing list