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