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 - Problem with timer: (2 Items)
   
Problem with timer  
Hello Friends.

I get strange situation.

I work with the timer in my programm. I config timer and call function timer_settime(). All works. Then I set breakpoint
 on the next row of my programm. Debugger stopped on this row. And if I start to stepping ( F6 - key) my programm is 
stopped.


If I disable timer , stepping works normally.

Re: Problem with timer  
Timer works via signal delivery. I set SIGALRM handler. Maybe problem here.