After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796396 - gst-validate-launcher: let gdb handle SIGINT itself
gst-validate-launcher: let gdb handle SIGINT itself
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other All
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-25 10:13 UTC by Alicia Boya García
Modified: 2018-05-25 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-validate-launcher: let gdb handle SIGINT itself (2.58 KB, patch)
2018-05-25 10:13 UTC, Alicia Boya García
committed Details | Review

Description Alicia Boya García 2018-05-25 10:13:19 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.
Comment 1 Alicia Boya García 2018-05-25 10:13:23 UTC
Created attachment 372395 [details] [review]
gst-validate-launcher: let gdb handle SIGINT itself
Comment 2 Thibault Saunier 2018-05-25 11:02:36 UTC
Attachment 372395 [details] pushed as 40dfb71 - gst-validate-launcher: let gdb handle SIGINT itself