Bugzilla – Bug 119833
panic after swsusp reading image on x86-64
Last modified: 2006-01-11 10:18:36 UTC
I have kernel panic when resume from suspend2disk with minimal configuration. Crash statistic: 10% Ok, 30% panic & dump stack trace, 60% crash & reboot. suspend2ram and resume more and more stability, but need video=normal. I have trouble to capture kernel stack trace. Serial console disable after `swsusp' done. May be I needed additional configuration for dump stack trace to serial console?
Created attachment 51307 [details] "screenshot" kernel panic
Created attachment 51308 [details] Serial console capture before crash and next reboot (stack trace - "screensot" only)
P.S. I try linux-2.6.13-8, linux-2.6.13-9, also. May be serial console speed incorrect? I try 115K and 38K.
There are some known problems with pagetables on x86-64. See Rafael's patches on linux-kernel. (Alternatively, try 32-bit kernel, it does not suffer from those problems).
Pavel, Thanks. I see <http://bugzilla.kernel.org/show_bug.cgi?id=4959>. With patch "Another (better?) fix" <http://bugzilla.kernel.org/attachment.cgi?id=6110&action=view> applied to SuSE kernel-default-2.6.13.2-20050930150828.x86_64.rpm system more and more stability. Now for 10 Ok from suspend2disk/resume attempt. This patch seems need and good. Thanks.
Pavel, can we get this into (at least) the STABLE a.k.a. 10.1Alpha kernel? I know we will get it from mainline sooner or later, but i have no idea when the update for 10.1 will happen and the earlier and more tested Rafaels patches are, the better IMO.
Andi, you had some problems with Rafaels patch, so I guess this is your call.
Backporting the final patch I submitted to Linus to 10.0 would be ok.
*** Bug 98912 has been marked as a duplicate of this bug. ***
It should be fixed in latest mainline, and I think it is fixed in 2.6.15, too (=> we should have it fixed already, right?)