Kenneth_H_Lee was thinking very hard :
I am seeing the exact same messages;
Whenever I close a tab within IE 8 or close an IE browser window, I will
first get the "Data Execution Protection" window with the message "To help
protect your computer, Windows has closed this program." and when I close
that message, I get the message "Internet Explorer has encountered a problem
and needs to close. We are sorry for the inconvenience".
This was occurring with IE 7 and is also occurring with IE 8, which I just
upgraded to. It is extremely annoying since when this occurs, my system
stalls/slows down while the dumprep is running.. before the error messages
are displayed..
Here is the information from the application log..
Event Type: Error
Event Source: Application Error
Event Category: (100)
Event ID: 1000
Date: 6/11/2009
Time: 20:52:58
User: N/A
Computer: KHL-NB
Description:
Faulting application iexplore.exe, version 8.0.6001.18702, faulting module
unknown, version 0.0.0.0, fault address 0x02ea2a9c.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 69 65 78 ure iex
0018: 70 6c 6f 72 65 2e 65 78 plore.ex
0020: 65 20 38 2e 30 2e 36 30 e 8.0.60
0028: 30 31 2e 31 38 37 30 32 01.18702
0030: 20 69 6e 20 75 6e 6b 6e in unkn
0038: 6f 77 6e 20 30 2e 30 2e own 0.0.
0040: 30 2e 30 20 61 74 20 6f 0.0 at o
0048: 66 66 73 65 74 20 30 32 ffset 02
0050: 65 61 32 61 39 63 ea2a9c
To many things it could be, read the 1st links, you probably will end
up using minidumps which should give the name of the problem.
Blue screen of death troubleshooting tips
http://www.lazybit.com/index.php/2007/12/14/windows_blue_screen_troubleshooting_tips?blog=2
http://www.cakewalk.com/Support/ProblemReporter/minidump.asp
You may get more info from minidumps. Make sure it is Enabled.
Control Panel --> System --> Advanced --> Startup and Recovery -->
Settings ---> Write debugging
information --> Complete memory dump.
On XP and 2003 systems, mini dumps are located at
%SystemRoot%\Minidump, or c:\Windows\Minidump; kernel and full dumps
are located at %SystemRoot%\MEMORY.DMP or c:\Windows\MEMORY.DMP.
How to solve Windows system crashes in minutes
http://www.networkworld.com/news/2005/041105-windows-crash.html
http://www.codeproject.com/KB/debug/windbg_part1.aspx
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
Install Debugging Tools for Windows 64-bit Version
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
http://forums.majorgeeks.com/showthread.php?t=35246
This primer will show you how to solve problems quickly. Using a tool
that costs nothing, you can solve approximately 50% of Windows server
and workstation crashes in a few minutes. The tool is WinDbg, the free
Windows debugger.
You've probably never used the debugger, don't have it and don't want
it. After all, it's a developer's tool, not an administrator's, right?
Yes, but what you need to know is remarkably easy to learn, and even a
rudimentary familiarity with the debugger could enhance your skills and
your resume.
Still hesitant? Think about this: After rebooting a crashed machine,
we've brought up the debugger, opened a memory dump file, given the
debugger a single command, and learned not only that the cause was a
driver, but also the driver's name — all in less than a minute.
Granted, the debugger was installed and configured, we knew what
commands to use and what to look for.
But so will you by the end of this article.
Or,
Grabtxt
http://www.snapfiles.com/get/grabtxt.html
http://halmisbah.blogspot.com/2008/07/grabtxt-10.html
Capture text from Windows error dialogs.
Grabtxt is a simple utility that enables you to capture the text
portions from many Windows dialog boxes. The captured text can be
copied to the clipboard (Ctrl+C) or used to search for details via
Google or Live.com with the provided shortcut buttons. The program can
be useful if you need to copy an error message for a bug report or want
to find out additional information via online search engines without
having to manually type the text. Grabtxt worked with most, but not
all, Windows dialogs that we tested.
Requirements: .NET Framework 2.0 W2000/XP/2003/Vista.
Or,
Event Log Explorer
http://www.softpedia.com/get/System/System-Info/Event-Log-Explorer.shtml
http://www.eventlogxp.com/
http://www.eventlogxp.com/download/elex.zip
Event Log Explorer is a free software for viewing, monitoring and
analyzing events recorded in Security, System, Application and another
logs of Microsoft Windows NT/2000/XP/2003/Vista ( 32 & 64 bit )
operating systems. It extends standard Event Viewer monitoring
functionality and brings new features. Free registration.