Debug IE11 crash

I have Javascript code that causes IE11 to crash. How can I find offensive code? (function name, line number, stack trace, whatever)

The only option I see is

debugging with VS2015

but this still tells me the hex offset in the dll (mshtml.dll) where the exception was raised

What is the error report from VS2015:

Unhandled exception in 0x62E06A9C (mshtml.dll) in iexplore.exe: 0xC0000005: Access violation read location 0x00000028.

+5
source share
1 answer

The "solution" I found was to switch to the Javascript library responsible for the crash (D3, d3js.org). The crash just disappeared.

But yes, IE11 still sucks a lot of time

0
source

Source: https://habr.com/ru/post/1263320/


All Articles