在 Windows 2008 64 位上保存 IIS 进程的大型堆转储

发布于 2024-10-05 10:23:17 字数 171 浏览 2 评论 0原文

我刚刚尝试创建占用 6 GB RAM 的 IIS 进程的堆转储(taskmgr,右键单击,创建转储文件)。我收到以下错误,并且转储文件已损坏:

仅读取进程内存的一部分或 写进程内存请求是 已完成

有人遇到过这个吗?知道解决方法吗?

I just tried creating a heap dump of an IIS process that was taking 6 gigs of RAM (taskmgr, right click, Create Dump File). I got the follow error, and the dump file was corrupt:

only part of a readprocessmemory or
writeprocessmemory request was
completed

Did anyone encounter this? Know of a workaround?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

多像笑话 2024-10-12 10:23:17

听起来好像它无法读取某些进程内存并退出(这将导致转储文件损坏)。如果您使用 Windbg 附加到进程,则可以运行 .dump /mA 命令使其继续运行,即使在读取进程内存时出错。 以下是该选项的说明。

It sounds as if it failed to read some of the process memory and bailed out (which would result in a corrupt dump file). If you attach to the process with windbg, you could run a .dump /mA command to make it continue on even if it gets an error reading the process memory. Here is a description of the option.

人间不值得 2024-10-12 10:23:17

我将使用 Microsoft TechNet 中的 ProcDump 。它是一个独立的可执行文件,由 Windows Internals 的作者编写。

I would use ProcDump from Microsoft TechNet. It's a standalone executable written by the people who authored Windows Internals.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文