I’m debugging my application in the gdb and after continuing from a breakpoint my monitor screen flashes black and then the urho3d app disappears (the window is gone) but it’s still running. Since there’s no more window I needed to interrupt it in the gdb as you can see below. Anyone else had the same experience? Any fix? Thanks.
(gdb) continue
Continuing.
ALSA lib pcm.c:8432:(snd_pcm_recover) underrun occurred
[Thu Dec 12 08:54:57 2019] INFO: OpenGL context lost
[Thu Dec 12 08:54:57 2019] INFO: Adapter used Intel Open Source Technology Center Mesa DRI Intel® Sandybridge Desktop
[Thu Dec 12 08:54:57 2019] INFO: Set screen mode 1360x768 rate 60 Hz fullscreen monitor 0^[^[^C
Thread 1 “learn” received signal SIGINT, Interrupt.
0x00007fffef968945 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
(gdb) kill
Kill the program being debugged? (y or n) y
[Inferior 1 (process 2256) killed]