Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-26947

QProcessManager uses SA_NOCLDSTOP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 4.8.2
    • Core: I/O
    • None
    • Fedora 16

    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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            tromey Tom Tromey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes