GNOME Bugzilla – Bug 796396
gst-validate-launcher: let gdb handle SIGINT itself
Last modified: 2018-05-25 11:22:16 UTC
Otherwise both gdb and gst-validate-launcher will react to ^C at the same time, gdb will be killed by SIGHUP (because gst-validate-launcher quitted in consequence of the ^C) and the terminal state will be left garbled because readline inside gdb had disabled echo.
Created attachment 372395 [details] [review] gst-validate-launcher: let gdb handle SIGINT itself
Attachment 372395 [details] pushed as 40dfb71 - gst-validate-launcher: let gdb handle SIGINT itself