--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > > > > Shutdown.PowerPro doesn't close PP completely, !BaseProcessStartThunk > > and one more thread seem to remain not closed. If I kill the above > > thread, then PP is completely closed. I have no idea about it. > > > > Are you releasing the object?
I thought that the objects were released automatically in the end. I confirmed it indirectly by looking at the handles of the newly created objects. Anyway, adding explicitly com.release_all didn't change the situation. The only way to be out of it was adding also com.unload in the end if it didn't hang PP, however, it mostly made PP irresponsive. I don't know if it'll be of help, but the other thread was ntdll!RtlpQueryProcessDebugInformationRemote This made me a little puzzled why it was !BaseProcessStartThunk not kernel32!BaseProcessStartThunk Sean
