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
info:
kernel: Linux cvm-76 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:10:13 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
crash: crash 7.3.2
In my ubuntu system, i use "echo c > /proc/sysrq-trigger" get the /var/crash/vmcore.202412240137. And download the ubuntu debug ddep file from here.
But, when i use crash to debug, it tell me not match.
when i debug the code of crash, the function of "verify_version" get the empty buf form linux_banner.
if (!read_string(linux_banner, buf, BUFSIZE-1))
error(WARNING, "cannot read linux_banner string\n");
other info:
# cat /boot/System.map-4.15.0-45-generic | grep linux_banner
ffff000008b100c0 R linux_banner
The text was updated successfully, but these errors were encountered:
info:
kernel: Linux cvm-76 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:10:13 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
crash: crash 7.3.2
In my ubuntu system, i use "echo c > /proc/sysrq-trigger" get the /var/crash/vmcore.202412240137. And download the ubuntu debug ddep file from here.
But, when i use crash to debug, it tell me not match.
when i debug the code of crash, the function of "verify_version" get the empty buf form linux_banner.
other info:
The text was updated successfully, but these errors were encountered: