Home > OS >  For Windows, which in the software after operation, which resources will still take up system
For Windows, which in the software after operation, which resources will still take up system

Time:10-01

Problem description:
Using Qt, a program written in a long run on the user's environment will not response can't response the mouse interface, restart the software also not line, you must restart your operating system,
I wonder if the code in certain resources, there is no release, at the end of the process of software operating system, there is still no back to software restart also does not respond to the mouse, caton

Some of my ideas
Check some of the contents, process application of kernel object, don't release, process ended, and the Windows are not back, so I follow this direction to check in the code;
Then is there any way to query the system kernel object, can query my software unreleased kernel object;
SysInternals utilities concentration can then query the kernel object?;

Thank you very much

CodePudding user response:

Can see the application process is still there?
It takes up much memory?
Maybe the sysinternals tool, can help you
NotMyFault
V4.01 (November 18, 2016)
Notmyfault is a tool that can use to crash, hang, and cause the kernel memory leaks on your Windows system.

CodePudding user response:

Is too bottom, I can't see process, resource hook in occupied? Also not too understand,,,

CodePudding user response:

Did some test

CodePudding user response:

If is called pure WIN32 API, many of the functions in the call handle all need to pass, when many handle to use after all to Close off, question is how to encapsulate the QT WIN32 you don't know, so he is in what time to point out that cannot be answered, is best depends on the QT documentation, see if there are any clues.
  • Related