root@DietPi:~# gdb /usr/bin/mc
GNU gdb (Debian 16.3-1) 16.3
Copyright (C) 2024 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:
<https://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"...
Reading symbols from /usr/bin/mc...
(No debugging symbols found in /usr/bin/mc)
(gdb) run
Starting program: /usr/bin/mc
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Program received signal SIGILL, Illegal instruction.
0x00007ffff7948488 in g_get_prgname () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007ffff7948488 in g_get_prgname () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff7910e38 in g_option_context_parse () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#2 0x000055555556fad4 in ?? ()
#3 0x000055555556e708 in ?? ()
#4 0x00007ffff76f225c in ?? () from /lib/aarch64-linux-gnu/libc.so.6
#5 0x00007ffff76f233c in __libc_start_main () from /lib/aarch64-linux-gnu/libc.so.6
#6 0x000055555556eef0 in ?? ()
(gdb)