Bug 86451
Summary: | PC becomes unresponsive to input (and some output) devices, chvt hangs | ||
---|---|---|---|
Product: | Process Management | Reporter: | Nicolas Hillegeer (nicolas) |
Component: | Scheduler | Assignee: | Ingo Molnar (mingo) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | alan, rodrigo.vivi |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.17.1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | dmesg error output after "sudo chvt N" |
Description
Nicolas Hillegeer
2014-10-16 23:42:55 UTC
Created attachment 154061 [details]
dmesg error output after "sudo chvt N"
Speaking of the devil, I *think* that the "sudo chvt 1" (and multiple "sudo chvt N"'s I issued afterwards, which returned instantaneously) provoked some kind of crash, because I get some output on dmesg. See attachment.
https://bugs.freedesktop.org/show_bug.cgi?id=82612 Fixed-by: commit 9c787942907face82da505c2c5493998b56cfc5a Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Sep 5 07:13:25 2014 +0100 drm/i915: Decouple the stuck pageflip on modeset If we successfully confuse the hardware, and cause it to drop a queued pageflip, we wait for 60s and issue a warning before continuing on with the modeset. However, this leaves the pending pageflip still stuck indefinitely. Pretend to userspace that it does complete, and let us start afresh following the modeset. |