Re: [PATCH 0/8] unwind, arm64: add sframe unwinder for kernel
Josh Poimboeuf <[email protected]>
| Newsgroups | org.kernel.vger.linux-toolchains,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.live-patching |
|---|---|
| Message-ID | <20250214182439.gpavslsvgw4xy7sf@jpoimboe> |
On Fri, Feb 14, 2025 at 08:56:45AM +0000, Puranjay Mohan wrote: > I did this test and found the same issue as you (gdb assembly broken), > but I can see this issue even without the inlining. I think GDB tried to > load the debuginfo and that is somehow broken therefore it fails to > disassemblt properly. I had the same theory about the debuginfo, but I stripped debug sections from that file and gdb still got confused. Still, the symbol table looked normal, so the gdb issue might be completely separate from the kernel runtime issues. -- Josh