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.
我遇到了一个错误,但我无法创建进程转储。我已经创建了一个full memory dump系统。我怎么能提取一个process dump使用它? Windows.
full memory dump
process dump
Windows
你不能。通常,属于您的进程的一些内存段可能会被分页,而不是驻留在物理内存中。这意味着使用完整的内核内存转储,您不能保证重建进程地址空间。
在许多情况下,您可以从内核转储中提取有关进程的有用信息。但是有两个限制: