https://bugzilla.novell.com/show_bug.cgi?id=337003#c6 --- Comment #6 from Nick Piggin <npiggin@novell.com> 2007-11-07 19:19:03 MST --- The corrupted pte message means the pte unexpectedly points outside the range of the regular mem_map. There is not too much I can gather from the crash: The calltrace is pretty jumbled, but even if it was accurate, the it is only the path via which the corruption is detected, not where it occurred. vm_flags is VM_READ|VM_WRITE|VM_EXEC|VM_MAYREAD|VM_MAYWRITE|VM_MAYEXEC|VM_ACCOUNT It could be a library or program text mapping, I suppose (we don't print out vm_file or vm_ops information in these messages, so it is hard to know). The pte is (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_ACCESSED|_PAGE_DIRTY), which is not surprising -- just a regular user page. The corruption is likely to be in the higher order bits of the pte. It's almost impossible to make any useful progress on this unless you we can reproduce it. If you can reliably reproduce, we could eventually narrow it down. Although I do think it might be an overheating issue: it is very common to see the kernel hit memory corruption in pages and pagetables... -- 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.