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

[QNX]: When trying to attach to a running application on QNX then it will cause a crash inside Qt Creator

    XMLWordPrintable

Details

    Description

      [QNX]: When trying to attach to a running application on QNX then it will cause a crash inside Qt Creator.

      This is due to the fact that createDebuggerRunControl() requires a valid runconfiguration. The QNX plugin for Qt Creator will return 0 due to the fact it does not have a valid runconfiguration and therefore it will cause it to crash later on as there is no checking done for a valid runControl. The soft assert:

      SOFT ASSERT: "runConfig" in file C:\work\build\qt-creator\src\plugins\debugger\debuggerruncontrol.cpp, line 660
      

      is the indication as to where it goes wrong

      Attachments

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

        Activity

          People

            hjk hjk
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes