Bug 928134
| Summary: | [abrt] WARNING: at kernel/power/suspend_test.c:53 suspend_test_finish+0x8c/0x90() | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> | ||||
| Component: | kernel | Assignee: | Prarit Bhargava <prarit> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda | ||||
| Target Milestone: | --- | Flags: | jforbes:
needinfo?
|
||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:6f70ba4c1b47998c3abce4f6ee64ec9460a1d4bb | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-03-17 18:43:56 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
Christopher Meng
2013-03-27 01:56:01 UTC
Created attachment 716857 [details]
File: dmesg
The reason you're seeing this warning is that the suspend test took longer than 10 seconds (which is a lifetime) to complete. [ 5867.060791] Freezing user space processes ... (elapsed 0.01 seconds) done. [ 5867.075006] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done. [ 5867.087224] PM: Entering mem sleep [ 5867.087997] Suspending console(s) (use no_console_suspend to debug) [ 5867.093192] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 5867.155616] sd 0:0:0:0: [sda] Stopping disk [ 5867.310697] nouveau [ DRM] suspending fbcon... [ 5867.310814] nouveau [ DRM] suspending display... [ 5867.310958] nouveau [ DRM] unpinning framebuffer(s)... [ 5867.311897] nouveau [ DRM] evicting buffers... [ 5871.539847] nouveau [ DRM] suspending client object trees... [ 5878.480497] nouveau 0000:01:00.0: power state changed by ACPI to D3hot ^^^ the nouveau driver took a long time to suspend for some reason. [ 5878.480748] PM: suspend of devices complete after 11388.678 msecs [ 5878.480752] PM: suspend devices took 11.392 seconds ^^^ and the whole suspend took 11 seconds, which causes the warning below: [ 5878.480754] ------------[ cut here ]------------ [ 5878.480765] WARNING: at kernel/power/suspend_test.c:53 suspend_test_finish+0x8c/0x90() [ 5878.480767] Hardware name: 251676C <snip> OOC, what type of hardware is this? P. I have to say suspend tasks are still long. But now my kernel is 3.10 so I don't know how to provide more information to you. My hardware is Lenovo T410i 251676C with Intel Pentium P6000 and NVS 3100m This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20 *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 20 kernel bugs. Fedora 20 has now been rebased to 3.13.4-200.fc20. Please test this kernel update and let us know if you issue has been resolved or if it is still present with the newer kernel. If you experience different issues, please open a new bug report for those. *********** MASS BUG UPDATE ************** This bug has been in a needinfo state for several weeks and is being closed with insufficient data due to inactivity. If this is still an issue with Fedora 20, please feel free to reopen the bug and provide the additional information requested. |