gpt4 book ai didi

事件日志中的 .NET 运行时错误,P 字段

转载 作者:可可西里 更新时间:2023-11-01 09:31:37 25 4
gpt4 key购买 nike

我们的一项服务偶尔会在测试 PC 上崩溃。

我们在事件日志中获得了一些信息,一个“.NET 运行时 2.0 错误”,其中包含一些详细信息。

我已确定 P1 是可执行文件,P2 是版本,P5 是 .NET 运行时,但其余字段 (P1-P10) 是什么?

最佳答案

这些详细信息是 Watson 存储桶,用于对发送回 Microsoft 的崩溃报告进行分组。 MSDN 文章 Unhandled Exception Processing In The CLR 中提供了更多详细信息.来自那篇文章:

[T]he CLR will collect the managed bucket details pertaining to the unhandled exception and write them to the event log (under the Application Log)...

Bucketing is the process that groups crashes of applications based upon the point of crash. In case of unhandled managed exceptions, it is based upon nine details that the CLR collects pertaining to the managed exception that went unhandled. These are collectively known as the Watson buckets, and in the context of managed code they include details such as the name of the module that was responsible for the crash, the intermediate language (IL) offset at which the crash happened, and the MethodDef of the method in which the crash happened

关于事件日志中的 .NET 运行时错误,P 字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4036682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com