Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.0
-
None
-
Qt Creator 4.4 on Mac OS 10.12 (Sierra) attempting to use the QML Profiler on a simple app to run on target running QNX7.
-
64d784ec9a78e4b39160c410abde868e6a35b5e8
Description
Attempting to use the QML Profiler on a QNX7 target causes a dialog to be displayed that it could not connect to the in-process QML profiler. I have the "Enable QML debugging and profiling" checkbox checked. This did work previously on Qt Creator 4.0.
I added some logging to the qnx plugin and it appears like it never gets the device address or port which is what causes it try to connect to a LocalServer which has an empty path as well:
serverUrl : ../../../../qt-creator/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp : 248 server= QVariant(Invalid)
startLocalServer : ../../../../qt-creator/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp : 157 m_server.path= ""
start : ../../../../qt-creator/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp : 138
start : ../../../../qt-creator/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp : 141 URL: QUrl("") -1
operator() showing error ../../../../qt-creator/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp 128