mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
93d0c63232
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
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
run
|
|
set print elements 0
|
|
print (char*) __glib_assert_msg
|
|
quit
|