https://bugzilla.novell.com/show_bug.cgi?id=228344 ------- Comment #10 from bk@novell.com 2007-01-11 08:30 MST ------- I've got suspend on 2.6.20-rc4-git2 to succeed by aborting the data copy loop in kernel/power/snapshot.c:copy_data_pages() before it hits the page (src_pfn= 0x4000) which triggered the oops. With this hack which consists of if (pfn==0x4000) break the kernel suspends, but on resume it hangs after reading the pages from swap. Once, resume displayed vertical white bars on the display. Looks like the memory corruption also bites on 2.6.20-rc4-git2 (one could assume), or the kernel data pages used by suspend do no look like the suspend code expects them to be. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.