> On Fri, Jul 31, 2009 at 8:28 AM, Meelis Roos <mroos@xxxxxxxx> wrote: > > > > > Please see http://www.parisc-linux.org/faq/kernelbug-howto.html > > > > Well, I can not find anything about interpreting SER PIM data there? > > Are you sure? There are basic explanations about the info we need. For instance: > > "- The r02 register is the "return pointer" - it indicates the calling function > - The IAOQ contents specify the address of the instruction where the > fault occured." > > Of course they are undecoded, that's why you need to be able to > objdump the kernel. I tried to download the kernel package, but it's gone from the debian servers. So, you will have to run objdump yourself. Just do hppa64-linux-gnu-objdump vmlinux-2.6.29-2-parisc64-smp | less This will allow you to find the instruction where the fault occured. Comparison of the instructions with the register dump should indicate the cause of the hpmc. Also search for the address contained in r02. That should be the calling function in most cases. Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html