Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我关闭浏览器(iexplore.exe *32)时,我在任务管理器中看到它的僵尸。我怀疑内存泄漏或其他错误的 deinit 会阻止浏览器关闭。我如何调试和跟踪这些泄漏?我在 Windows 上使用 Visual Studio 2010。
它不会是这样的内存泄漏,尽管如果有什么东西让它活着,它也可能导致内存泄漏。
首先尝试将调试器附加到进程,看看它们中的任何一个是否确实加载了您的插件。如果是这样,看看他们是否被锁定在任何东西上。(查看不同的线程,查看模块选项卡并查看加载的内容等)。