Details
Description
QProcessManager sets a SIGCHLD handler and uses SA_NOCLDSTOP.
A gdb user tried to use Qt inside gdb (via the Python scripting
feature), and this setting makes gdb not work.
See http://sourceware.org/bugzilla/show_bug.cgi?id=14382
I think an option for Qt would be to leave the sa_flags alone
and simply ignore waitpid results relating to job control.