Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.2.1, Qt Creator 3.2.2
-
None
-
Using Qt Creator 3.2.2 on MacOs 10.8. Using Qt 5.3.2 for QNX.
I've tried using both the armle-v7 gdb and the x86: they both exhibit the same problem.
-
6a30fa9f53a42b3d2fc3029e1a7be137704b161b
Description
Using Qt Creator 3.2.1 or 3.2.2 I am unable to launch a debug session of a QNX device. The debugger always attempts to connect to port -1 for the gdb server, and the debug connection fails. I've attached the full debug log output.
I've reverted to Qt Creator 3.0.1, where the same environment and code can be successfully debugged. I have not tried in Qt Creator 3.1, so I cannot say for sure whether the problem exists in that version.
Part of the debug output:
18^done
<19target qnx tcp:192.168.18.129:-1
>&"target qnx tcp:192.168.18.129:-1\n"
d19: target qnx tcp:192.168.18.129:-1 => handleTargetQnx
dTIMED OUT WAITING FOR GDB REPLY. COMMANDS STILL IN PROGRESS: "target qnx tcp:192.168.18.129:-1"
>&"tcp:192.168.18.129:-1: Operation timed out.\n"
>19^error,msg="tcp:192.168.18.129:-1: Operation timed out."
sFailed to start application: Connecting to remote server failed:
stcp:192.168.18.129:-1: Operation timed out.