Pending Review
Last Updated: 30 Nov 2018 18:06 by Eric
a
Created on: 30 Nov 2018 06:54
Type: Bug Report
0
在Fiddler和其他窗口切换时,偶尔异常崩溃,不知崩溃原因
日志名称:          Application
来源:            .NET Runtime
日期:            2018/11/29 11:10:13
事件 ID:         1026
任务类别:          无
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           AW
描述:
应用程序: Fiddler.exe
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.AccessViolationException
   在 System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
   在 System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.ToolTip.WndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.ToolTip+ToolTipNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
   在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
   在 System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   在 Fiddler.frmViewer.‹•(System.String[])
   在 Fiddler.frmViewer.‡•(System.String[])


事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2018-11-29T03:10:13.000000000Z" />
    <EventRecordID>217040</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WYW46861.tcent.cn</Computer>
    <Security />
  </System>
  <EventData>
    <Data>应用程序: Fiddler.exe
Framework 版本: v4.0.30319
说明: 由于未经处理的异常,进程终止。
异常信息: System.AccessViolationException
   在 System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
   在 System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.ToolTip.WndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.ToolTip+ToolTipNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
   在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
   在 System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   在 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   在 Fiddler.frmViewer.‹•(System.String[])
   在 Fiddler.frmViewer.‡•(System.String[])

</Data>
  </EventData>
</Event>
1 comment
Eric
Posted on: 30 Nov 2018 18:06

This is most likely a bug in Windows or .NET itself; have you checked Windows Update for the latest updates?

https://github.com/Microsoft/dotnet/issues/402