I have an application starts up itself when the Graphic Master powers on, but then it will terminate itself after about an hour. I'm in the process of finding out what causes the termination, and I'm shooting in the dark. My application is a multi-thread application. I'm not sure if those threads running in the background are causing this problem. If anyone knows what may possibly cause an application to terminate itself. , please let me. It will help my debugging process.
There are just far too many variables in this equation for us to be able to help you out much. If it's a repeatable situation, you might try sending debug information out the debug port such as the entrance of methods or some such. By capturing that output to a file with Hyperterminal you might get an idea at least of where the application is stopping.