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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes