gdb intercepts the signal, afaik, and breaks into the debugger. Resend
SIGINT to Hatari by entering at the gdb prompt:
signal 2
That did the trick, thank you.
hread 1 "hatari" received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x000055555595f6c9 in CycInt_Process_stop (stop_cond=<optimized out>)
at /home/us/hatari/hatari/src/includes/cycInt.h:131
#2 m68k_run_2_020 () at /home/us/hatari/hatari/src/cpu/newcpu.c:7267
#3 0x0000555555957272 in m68k_go (may_quit=may_quit@entry=1)
at /home/us/hatari/hatari/src/cpu/newcpu.c:7600
#4 0x00005555558fa0bb in M68000_Start ()
at /home/us/hatari/hatari/src/m68000.c:299
#5 0x00005555558b1944 in main (argc=-12112, argv=<optimized out>)
at /home/us/hatari/hatari/src/main.c:964