Bug 63251
Summary: | Kernel panic on X startup on Acer Aspire V3-772G | ||
---|---|---|---|
Product: | Drivers | Reporter: | Bernhard Rosenkränzer (bero) |
Component: | Console/Framebuffers | Assignee: | Alan (alan) |
Status: | RESOLVED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | alan, intel-gfx-bugs |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.11.5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Bernhard Rosenkränzer
2013-10-18 23:43:19 UTC
Hmm, nothing in the backtrace implicates i915; the drm_kms_helper message is just from the panic notifier. We've identified a userland bug that was responsible for this (kdm and systemd were apparently trying to grab the same tty at the same time), but there's probably still something wrong - userland shouldn't be able to cause kernel BUG()s even when doing something stupid most of the time... Can you give me a desciption of roughly what was going on, and how I might try and reproduce it. The console/tty code is certainly a little fragile in spots and that sounds like we've not nailed all the hangup/session races |