Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
Qt Creator 12.0.2
Description
Using QtCreator 7 (free version, GDB 7.12.0) I was able to debug my Qt application for QNX (7.1) on a remote iMX6 target.
After updating QtCreator to version 12.0.2, the same application cannot be debugged on the same target (I have noticed that in the new version is used ssh to run the program).
Analyzing the active processes on the target, I noticed that the process pdebug was running, but it was not working with my application.
---->With QtCreator 7
16:12:17: Checking available ports...
16:12:18: Found 101 free ports.
16:12:18: Starting pdebug 10003...
16:12:18: Debugging \tmp\mspeQT\bin\mspeQT -v -1 ...
---->With QtCreator 12.0.2
15:51:51: Checking available ports...
15:51:52: Found 101 free ports.
15:51:52: Starting pdebug 10000 on QNX Device...
15:51:53: Debugging ssh://cometto@11.0.10.20/tmp/mspeQT/bin/mspeQT -v -1 ...
Shared object "C:\QNX650\target\qnx6\armle-v7\usr\lib\ldqnx.so.2" could not be validated and will be ignored.
Could not load shared library symbols for /usr/lib/ldqnx.so.2.
Do you need "set solib-search-path" or "set sysroot"?15:52:11: User requested stop. Shutting down...
15:52:14: Remote process did not finish in time. Connectivity lost?
15:52:14: pdebug on QNX Device crashed.
15:52:15: Debugging of ssh://cometto@11.0.10.20/tmp/mspeQT/bin/mspeQT -v -1 has finished with exit code 0.