Web应用程序崩溃/挂起IE11

时间:2016-04-21 04:22:02

标签: asp.net-mvc-4 internet-explorer-11 mshtml

我的网络应用程序在Firefox和Chrome上运行良好。

但是当试图在IE11上运行时(在Windows 10中),Web应用程序随机出现Crashed并出现跟随错误

  

汇编指示   MSHTML!树:: TableCellBlock :: EnsureTableStructureRelatedFormatsAreReadyToUse + 5   在Microsoft Corporation的C:\ Windows \ System32 \ mshtml.dll中   尝试读取时导致访问冲突异常(0xC0000005)   从第39行的内存位置0x00000008

     

完整调用堆栈

     

功能Arg 1 Arg 2 Arg 3 Arg 4来源   MSHTML!树:: TableCellBlock :: EnsureTableStructureRelatedFormatsAreReadyToUse + 5   6cf07460 112d9470 187a2ee0 00000000
  MSHTML!布局:: TableGridBox :: HandleChildDisplayChangesAndAggregateBounds_Const + B9   1282fe28 06aad5bc 42c80000 112d9534
  mshtml!Layout :: LayoutBox :: HandleDisplayChange_Const + 101e 00000000   1282fe28 06aad5bc 42c80000
  MSHTML!布局:: LayoutBox :: HandleChildDisplayChangesAndAggregateBounds + C9   1282fe28 06aad5bc 42c80000 112d9754
  MSHTML!布局:: TableBox :: HandleChildDisplayChangesAndAggregateBounds_Const + 41   1282fe28 06aad5bc 42c80000 112d9754
  mshtml!Layout :: LayoutBox :: HandleDisplayChange_Const + 101e 00000000   1282fe28 06aad5bc 42c80000
  mshtml!Layout :: FlowBoxBuilder :: ReuseChildBox + 5f6 187f8460
  112d9bfc 112d9bfc 00000000
  mshtml!Layout :: FlowBoxBuilder :: AttemptToReuseChildBox + 15c 1a0978cc   112d9bfc 112d99c8 1282fe00
  mshtml!Layout :: FlowBoxBuilder :: BuildBoxItem + 30a 112d9bfc
  112d9bfc 112d9bbc 00000000

和其他随机崩溃错误

  

ntdll上的汇编指令!RtlpWaitOnCriticalSection + 10e in   来自Microsoft Corporation的C:\ Windows \ System32 \ ntdll.dll导致了   线程28上的未知异常(0xc0000008)

  

jscript9上的汇编指令!IsNativeFunctionAddr + 3 in   来自Microsoft Corporation的C:\ Windows \ System32 \ jscript9.dll导致了   尝试读取时出现访问冲突异常(0xC0000005)   线程21上的内存位置0x000004b4

不确定如何调试;任何帮助将不胜感激。

0 个答案:

没有答案
相关问题