[Bug 15234] Kernel bug while hibernating on Dell inspiron 600m
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Tue Sep 13 10:47:30 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15234
Ubuntu (laptop) | linux
mjg59 at codon.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From mjg59 at codon.org.uk 2005-09-13 11:47 UTC -------
Nothing's changed that should fix this, so let's keep it open for now. The only
BUG_ON code in that path is this:
BUG_ON (nr_copy_pages_check != nr_copy_pages);
which is part of the resume path. Ah, I think I see. The only way this should be
possible is if swsusp_alloc failed and so nr_copy_pages_check isn't set. So the
actual problem is that swsusp_alloc failing isn't notified usefully, and the
BUG_ON check is inappropriate in the case of it having failed.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kernel-bugs
mailing list