Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7191

how to find a symbol file and tell crash about it

$
0
0

I am debugging in issue in the Linux kernel using the crash utility to inspect a kernel crash core. But when I try to inspect contents of a particular instance of struct r5conf, crash tells me it does not know that struct or its layout.

crash> struct r5conf
struct: invalid data structure reference: r5conf

So, how do I tell crash about the layout of this structure?


Viewing all articles
Browse latest Browse all 7191

Trending Articles