IE Crash on Javascript

G

Guest

Hello ,
I am developing a website and IE 6.0 Crashes .This page is based on dynamic
html and AJAx. I don't get any javascript errors .I have used firebug ato try
to find the any javascript error. But with Visual Studio, I can see in the
debugger that it crashes at CTreeNode::GetInterface. I get this error when i
try to step through the debugger.
Any idea about this issue? I think its a IE bug ,but its hard to even find
more about the IE.
Unhandled exception at 0x7dca978f (mshtml.dll) in IEXPLORE.EXE: 0xC0000005:
Access violation reading location 0x00000000.
 
G

Guest

Here is the call stack
mshtml.dll!CBaseFT::Release() + 0x10b5e bytes
mshtml.dll!CImgCtx::Release() + 0x10 bytes
mshtml.dll!CImgHelper::OnDwnChan() + 0x65a3f bytes
mshtml.dll!CImgHelper::OnDwnChanCallback() + 0x10 bytes
mshtml.dll!CDwnChan::OnMethodCall() + 0x19 bytes
mshtml.dll!GlobalWndOnMethodCall() + 0x66 bytes
mshtml.dll!GlobalWndProc() + 0xe5 bytes
user32.dll!_InternalCallWinProc@20() + 0x28 bytes
user32.dll!_UserCallWinProcCheckWow@32() + 0xb7 bytes
user32.dll!_DispatchMessageWorker@8() + 0xdc bytes
user32.dll!_DispatchMessageW@4() + 0xf bytes
browseui.dll!TimedDispatchMessage() + 0x33 bytes
browseui.dll!BrowserThreadProc() + 0x336 bytes
browseui.dll!BrowserProtectedThreadProc() + 0x50 bytes
browseui.dll!_SHOpenFolderWindow@4() + 0x22c bytes
shdocvw.dll!_IEWinMain@8() + 0x129 bytes
IEXPLORE.EXE!WinMainT() + 0x2de bytes
IEXPLORE.EXE!__ModuleEntry@0() + 0x99 bytes
kernel32.dll!_BaseProcessStart@4() + 0x23 bytes
 
P

photog

Ak said:
Hello ,
I am developing a website and IE 6.0 Crashes .This page is based on dynamic
html and AJAx. I don't get any javascript errors .I have used firebug ato try
to find the any javascript error. But with Visual Studio, I can see in the
debugger that it crashes at CTreeNode::GetInterface. I get this error when i
try to step through the debugger.
Any idea about this issue? I think its a IE bug ,but its hard to even find
more about the IE.
Unhandled exception at 0x7dca978f (mshtml.dll) in IEXPLORE.EXE: 0xC0000005:
Access violation reading location 0x00000000.

Do you have a test site URL?
photog
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top