|
Bugzilla – Full Text Bug Listing |
| Summary: | Panic while writing to SDCARD | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Juergen Weigert <jw> |
| Component: | Kernel | Assignee: | E-mail List <kernel-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jeffm |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 357354 | ||
| Attachments: | screenshot of the panic | ||
|
Description
Juergen Weigert
2012-05-15 19:06:56 UTC
Created attachment 490963 [details]
screenshot of the panic
Can you reproduce this on demand? The problem is that the Oops isn't getting captured by your photo. It's BUG'ing while the fbcon takes a lock, causing the "scheduling while atomic" condition. One way to track this down is to either not use the fbcon or to set up crash dumps to capture the oops. The current version of kdump in Factory allows the user to configure a mode to *only* capture the oops message, which makes the crash dump cycle that much faster. There's no yast support for it yet, though. If you change KDUMP_DUMPFORMAT to "none" it will just capture the log. It seems I cannot reproduce on demand. Which file should contain the KDUMP_DUMPFORMAT setting? I cannot find it in /etc/*:w You'll need to install the kdump package and then /etc/sysconfig/kdump will exist. You'll also need to enable kdump. yast2-kdump is probably the easiest way -- but it doesn't yet support the "none" format. I can no longer reproduce this with openSUSE 12.2 kernels. Assuming its fixed. Thanks for the details anyway, I guess I'll be able to produce proper logs if similar things happen again. |