Bug 443222
| Summary: | X31 freezes (not oops) on dock eject | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrick C. F. Ernzer <pcfe> | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-05-27 18:07:46 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Patrick C. F. Ernzer
2008-04-19 12:40:43 UTC
setting needinfo on myself until I provide the Sysrq-t output. Created attachment 303238 [details]
console output from boot to hang
changed /etc/rsyslogd.conf so that kern.* goes to ttyS0
booted with "console=ttyS0,115200"
but I do not get the wished output :-(
(I just see "SysRq : Show State", so it got the Sysrq-T and subsequent Sysrq-S,
Sysrq-U, Sysrq-B work just fine.)
what am I doing wrong here?
What I do see (and hence the log being attached) is "kernel: ACPI:
\_SB_.PCI0.IDE0.SCND.MSTR: Bay event" spamming when I press the key.
Not sure if this is enough for you to work with. Feel free to tell me WTH I am
doing wrong in getting that SysRq-T output.
oh, creating an attachment does not flip out of NEEDINFO (In reply to comment #2) > Created an attachment (id=303238) [edit] > console output from boot to hang > > changed /etc/rsyslogd.conf so that kern.* goes to ttyS0 > booted with "console=ttyS0,115200" > but I do not get the wished output :-( > (I just see "SysRq : Show State", so it got the Sysrq-T and subsequent Sysrq-S, > Sysrq-U, Sysrq-B work just fine.) Maybe the console log level is set wrong? Try booting with kernel options "ignore_loglevel sysrq_always_enabled". Just to confirm that I have the same problem on Fedora 8: with kernels 2.6.23 (i686): no problem at all (dock/undock) with kernels 2.6.24 (i686): freezes everytime I press the "undock" button or I brutally undock (undock without pressing the button). I didn't see any error nor information in any log files about the freezes. Created attachment 303664 [details]
serial console log of hang
doh!
setting log level to 9 before attempting SysRq-T reaaly helps.
attached is the serial console log of the boot and the SysRq-T output when the
machine is hung.
I only set log level to 9 once the machine was hung.
Note that the "ACPI: \_SB_.PCI0.IDE0.SCND.MSTR: Bay event" entries seem to
continue ad absurdum, I stopped logging after a while.
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping I confirm this bug is still in Fedora 9, kernel 2.6.25-14.fc9.i686. one should change the SEVERITY to HIGH because it causes data losses as it freezes the laptop entirely without warning. Nothing is reacting, only BIOS functions still remain usable, like screen brightness. no more console, nor ssh, nor anything alive. OK I tried to unload the "bay" new experimental acpi module and there was no more freeze. someone on IRC #fedora_kernel advised me that this has to do with lib_ata: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=ae6c23c4 so for now a quick work around is to blacklist the bay module. Obviously it needs testing but I can't do that because I'm not skilled enough in compiling kernel. So if anyone is skilled enough and willing to test that code, feel free to help. :) *** This bug has been marked as a duplicate of 439197 *** |