[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170731.150632.885106324164202893.davem@davemloft.net>
Date: Mon, 31 Jul 2017 15:06:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: matorola@...il.com
Cc: mikpelinux@...il.com, sparclinux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: strace-4.18 test suite oopses sparc64 4.12 and 4.13-rc kernels
From: Anatoly Pugachev <matorola@...il.com>
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@...5:strace# gzip -dc /boot/vmlinuz-4.12.0 > vmlinux
> root@...5: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.
Powered by blists - more mailing lists