Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31141

Stopping remote process gracefully should display exit code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4: Low P4: Low
    • Qt Creator 15.0.0
    • Qt Creator 13.0.2
    • Remote Linux
    • None
    • All
    • 7b08a8131 (master)

      If you press Stop it will send a TERM signal to the remote process. If the process exits within 2 seconds, it should show message "/path/to/process on remote-host exited with code 123". If it had to be killed as it took longer than 2 seconds, it should show "The process was ended forcefully.". This is like how it was in Qt Creator 6.0.2. It seems to have changed in newer versions of Qt Creator.

      Currently it will always show "The process was ended forcefully." when pressing Stop regardless of whether it exited in response to TERM signal before the timeout or whether it was killed with KILL signal after the timeout.

        For Gerrit Dashboard: QTCREATORBUG-31141
        # Subject Branch Project Status CR V

            kandeler Christian Kandeler
            net147 Jonathan Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes