Debugging _usr_bin_gdb.0.crash

Hi, my kernel crushes and I have the following core file:
/var/crash/_usr_bin_gdb.0.crash

And I cant debug it via gdb:

root@ingame:/var/crash# gdb _usr_bin_gdb.0.crash
GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type “show copying”
and “show warranty” for details.
This GDB was configured as “aarch64-linux-gnu”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type “help”.
Type “apropos word” to search for commands related to “word”…
“/var/crash/_usr_bin_gdb.0.crash”: not in executable format: File format not recognized
(gdb) bt
No stack.
(gdb)

Any help is greatly appreciated

I have never used this, but can you say more about the original error, and if it is reproducible? Did the system itself fail? What was running? Are you using a modified kernel? When this occurs is there any note of it in “dmesg” (you could run “dmesg --follow” in a serial console before the condition occurs if there is an issue trying to get logs).