Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - qconn trouble: Page 1 of 14 (14 Items)
   
qconn trouble  
Hi, I'm working on a MPC5200 system, using QNX6.4.1 and IDE 4.6.1.
When I debug a C++ program, if it is killed using the IDE debugger's 
terminate  (CTRL-F2), then the remote target will disappears from
the IDE: I've to kill qconn and restart it again using the local target consolle.
I've noted that the kill of program do not call all the class destructors
and on the consolle I've receive the following message:
-------------------------------------------------------------------------------------------
Program received signal SIGKILL, Killed.
0xfe33f544 in TimerTimeout () from D:/QNX641/target/qnx6/ppcbe/lib/libc.so.3
-------------------------------------------------------------------------------------------
If I gracefully terminate  the program from inside it (calling exit), all works fine,
(all class desctructors are called)
It's seems a troble related to qconn , because one restarted, the IDE works fine...
Any idea?

M. Sangalli