From: Anatoly Pugachev <matorola@xxxxxxxxx> Date: Tue, 1 Aug 2017 01:01:47 +0300 > I don't know how to run on a running kernel , but as I understood: > > root@v215:strace# gzip -dc /boot/vmlinuz-4.12.0 > vmlinux > root@v215:strace# gdb -q vmlinux > Reading symbols from vmlinux...(no debugging symbols found)...done. > (gdb) x/20i 0x49b294 - 16 Unfortunately you need to do this on the build kernel image before it has been stripped of all of it's symbols. Mikael, you built your kernels right? Go into one of your OOPS's and extract the "RPC: " hex value, and run the gdb command: bash$ cd src/linux bash$ gdb ./vmlinux (gdb) x/10i 0x${RPC_HEX_VALUE} - 16 Thanks. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html