Signal handler Question

Started by
-1 comments, last by Nash 19 years, 8 months ago
I noticed in my app that my signal handler wasn't working in certain situations. I realized a third party library was taking control of the signal hander. Basically, it re-defined the function to handle the signal. I discovered I could fix the problem simply by re-setting the signal handler to my function. However, I do not think this is the correct course of action. Any suggestions?? Thanks.

This topic is closed to new replies.

Advertisement