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

Consider using vfork instead of fork in QProcess to support no-mmu systems

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • Some future release
    • None
    • Core: I/O
    • None

      fork() is not implemented on no-mmu systems, but running processes can still be useful.
      vfork() is obsolescent is issue 6 of Posix, so rather look into spawn instead.

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

            Unassigned Unassigned
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes