End program message shutdown
Computer problem? Tech Support Guy is completely free -- paid for by advertisers and donations. Click here to join today! JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding. Thread starter glidflying Start date Jun 18, Status This thread has been Locked and is not open to further replies.
The original thread starter may use the Report button to request it be reopened but anyone else with a similar issue should start a New Thread. Watch our Welcome Guide to learn how to use this site. Joined Jun 18, Messages 1. This has been going on for a long long time. I have never been able to figure this out, but every time I shut down or restart my computer I get a ccapp "End Program" message.
It stays up for about 5 seconds before self terminating. Does anybody know what this is or how to solve this problem? I tried a search and the only thing I found out is that ccapp may be associated with Norton Anti-Virus.
Which I have, lastest verision. But this problem has occured with earlier versions too. Joined Jun 15, Messages I just figured I'd respond by at least saying that it IS Norton Related and it does do the same for me, but it never seems to cause any major issues on my personal machines. Improve this question. Harry Johnston Neka Neka 1, 3 3 gold badges 19 19 silver badges 35 35 bronze badges.
If your application doesn't respond to to the shutdown and kill signals and events, then your program will be terminated no matter what it's currently doing. And if the system is going down either way, does it really matter what it does with its memory? It won't be save anyway. Add a comment. Active Oldest Votes. There are a few things you could attempt to do; The shutdown sequence will not be easy to simulate if at all - a lot happens during shutdown; the exact state and situation is difficult to simulate in it's entirety.
Improve this answer. Niall Niall Simulating shutdown is not that easy, in particular because modern Windows versions just kill the application if it doesn't return quickly enough.
The best way to test this is to run your application inside a VM and really shut it down. I agree, there is no way to fully "simulate" the shutdown, these are all really just hints at what the OP could do to try diagnose the issue. I'll edit it to try make that more clear. VZ, ok, I got it. But error messages comes from my app, when it tries to do some inappropriate things with the memory.
So, it doesn't killed by the OS at this moment. It just recieved signal from OS to shut down — Neka. By this, we have come to the end of this topic. The exit and quit functions cannot be used in the operational and production codes. Because, these two functions can be implemented only if the site module is imported. Thus, out of the above mentioned methods, the most preferred method is sys.
0コメント