.Net进程由于.net运行时错误而终止。退出代码e0004743

时间:2019-04-22 08:03:20

标签: c# clr .net-runtime

我们有一个Windows服务,它实际上是生产环境中的Web服务器。它一次意外崩溃。唯一的线索是事件日志,如下所示:

Log Name:      Application
Source:        .NET Runtime
Date:          4/8/2019 6:10:10 AM
Event ID:      1023
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-6G9SE5OQD06
Description:
Application: xyz.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFFAD60B47F (00007FFFAD230000) with exit code e0004743.

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-04-08T06:10:10.000000000Z" />
<EventRecordID>22681</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-6G9SE5OQD06</Computer>
<Security />
</System>
<EventData>
<Data>Application: xyz.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFFAD60B47F (00007FFFAD230000) with exit code e0004743.
</Data>
</EventData>
</Event>

我确实阅读了几篇文章,但Dint可以得到任何具体信息。     一篇SO文章如下:     The process was terminated due to an internal error in the .NET Runtime 但是没有具体的指导。任何帮助将不胜感激。

尽管已将进程配置为生成进程转储,但未生成任何进程转储。以下文章用于添加代码生成的转储。 https://docs.microsoft.com/en-us/windows/desktop/wer/collecting-user-mode-dumps

0 个答案:

没有答案