应用程序导致Windows崩溃,如何调试此类问题?

时间:2014-03-04 05:44:04

标签: windows debugging crash-dumps

据报道,我们的一个应用程序进程导致Windows系统崩溃,我得到的唯一线索是C:\Windows\MEMORY.DMP下的转储文件,有人能告诉我如何调试这类问题吗?

2 个答案:

答案 0 :(得分:0)

您需要,这是Microsoft提供的免费调试程序,可以分析故障转储文件。

要进行基本分析,请使用

  module 1: builds as .tar.gz with assembly plugin (type declared as 'pom' in its pom.xml)

  module 2: needs to depend on the .tar.gz from the module above but always pulls the pom from the nexus instead.

我需要更多细节才能提供进一步的建议。通常谷歌搜索上述命令的某些输出将为您提供superuser.com的答案。

答案 1 :(得分:-2)

C:\ Windows \ MEMORY.DMP - 这个文件完全与RAM有关所以这些类型错误完全是由于RAM损坏所以检查RAM芯片或使用另一个RAM芯片一段时间并尝试如果错误解决然后没有问题否则通过使用任务管理器首先终止该进程,然后找出内存转储的确切原因