gst-validate-launcher: let gdb handle SIGINT itself
authorAlicia Boya García <ntrrgc@gmail.com>
Fri, 25 May 2018 10:03:46 +0000 (12:03 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 25 May 2018 10:59:41 +0000 (12:59 +0200)
commit40dfb7174e329be12dea5a57301db0538ca9933b
tree4c9359d06c395cf07a10f1f8e99ad9ba7fac82b6
parentbfa143caa92674b5c3d44e5c73cf05db45988a84
gst-validate-launcher: let gdb handle SIGINT itself

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.

https://bugzilla.gnome.org/show_bug.cgi?id=796396
validate/launcher/baseclasses.py