1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-11 03:34:05 +02:00

assert-msg-test: Explicitly quit gdb session to avoid zombie

gdb is run in batch mode, and can leave leave the program being
executed/debugged running when the batchfile is finished. Explicitly
"quit"ing the subprocess prevents it from leaving the stray subprocess
when gdb finishes.

https://bugzilla.gnome.org/show_bug.cgi?id=731366
This commit is contained in:
Daniel Macks
2014-06-10 06:00:33 -04:00
committed by Dan Winship
parent 545b44444b
commit 93d0c63232

@@ -1,3 +1,4 @@
run run
set print elements 0 set print elements 0
print (char*) __glib_assert_msg print (char*) __glib_assert_msg
quit