Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 8.0.0-rc1
-
None
Description
Steps to reproduce:
- Launch QtCreator
- Configure any QtWidget example with a QNX target
- Run the application - the application is successfully launched
- Press the "stop" button - the application fails to stop on the target and must be manually slayed
Here's the stdout:
qtc.utils.deviceshell: Failed installing device shell script qt.core.qobject.connect: QObject::connect: Cannot queue arguments of type 'ProcessResultData' (Make sure 'ProcessResultData' is registered using qRegisterMetaType().) qtc.utils.deviceshell: Failed to start shell via: "/usr/bin/ssh -q -o StrictHostKeyChecking=no -o Port=22 -o User=root -o BatchMode=no -o ConnectTimeout=10 10.0.0.2 /bin/sh" SOFT ASSERT: "setupShell()" in file /home/qt/work/build/qt-creator/src/plugins/remotelinux/linuxdevice.cpp, line 1108 SOFT ASSERT: "m_shellScriptState == State::Succeeded" in file /home/qt/work/build/qt-creator/src/libs/utils/deviceshell.cpp, line 239
Attachments
Issue Links
- relates to
-
QTCREATORBUG-28072 Freezing when stopping running Boot2Qt process
- Closed