故障转储文件中的主机信息 [英] Host information from a crash dump file

查看:36
本文介绍了故障转储文件中的主机信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获得有关创建转储文件的主机的信息,例如操作系统版本、服务包、.NET 框架版本等.

Is it possible to get information about the host where a dump file was been created e.g., OS version, service pack, .NET framework version etc.

推荐答案

打开转储文件时会自动列出操作系统版本等.

OS version and so forth is listed automatically when you open the dump file.

您可以使用 !eeversion 命令获取 .NET 框架版本.

You can get the .NET framework version using the !eeversion command.

0:000> !eeversion
2.0.50727.4952 free
Workstation mode
SOS Version: 2.0.50727.4952 retail build

要获取加载模块的附加信息,请使用 lm 的详细选项.例如

To get additional information for loaded modules use the verbose option for lm. E.g.

0:000> lm vm mscoree
start             end                 module name
000007fe`f0f10000 000007fe`f0f7f000   mscoree    (deferred)             
    Image path: C:\Windows\System32\mscoree.dll
    Image name: mscoree.dll
    Timestamp:        Fri Nov 06 06:09:26 2009 (4AF3AF86)
    CheckSum:         00072187
    ImageSize:        0006F000
    File version:     4.0.31106.0
    Product version:  4.0.31106.0
    File flags:       8 (Mask 3F) Private
    File OS:          4 Unknown Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    CompanyName:      Microsoft Corporation
    ProductName:      Microsoft® .NET Framework
    InternalName:     mscoree.dll
    OriginalFilename: mscoree.dll
    ProductVersion:   4.0.31106.0
    FileVersion:      4.0.31106.0 (Main.031106-0000)
    PrivateBuild:     DDBLD278
    FileDescription:  Microsoft .NET Runtime Execution Engine
    LegalCopyright:   © Microsoft Corporation.  All rights reserved.
    Comments:         Flavor=Retail

这篇关于故障转储文件中的主机信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆