You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so, kernel must configurate CONFIG_KEXEC=y to use bt command to analyze dumpfile for ARM/ARM64?
Looks so in the current implementation. I'm not familiar with ramdump and not sure if there is a way to get CPU registers without the crash_notes. I think they are needed to use bt command for active tasks.
@taigerhu I tried with CONFIG_KEXEC enabled on a Qualcomm chipset but still, I get the same error when I try bt. I checked the panic_task_regs also through help -m but they are still coming out to be zero, I have verified by adding debug logs that crash notes exist after enabling CONFIG_KEXEC.
hi
I met below warning when to use bt in version 7.2.8 to analyze offline ramdump for ARM.
i already checked related issue and code, i added debug code, and found no crash_notes symbol, note that arm_get_crash_notes():
only arm_init() will call arm_get_crash_notes().
And the "crash_notes' is from kexec, rt?
so, kernel must configurate CONFIG_KEXEC=y to use bt command to analyze dumpfile for ARM/ARM64?
btw: seems lots of android kernel do not enable the CONFIG_KEXEC.
Thx.,
The text was updated successfully, but these errors were encountered: