(cross-post added to 64bit General)
"Scott Adams" <> wrote in message
news:040E3270-44F8-4557-9629-...
>
> Frank --
>
> Same problem.
Not at all, even though the OP didn't bother disclosing the OS.
> here is my situation...
>
> Vista Ultimate 64-bit
> IE 7.0.6000.16386
> Fresh install on formatted drive this morning
> Updated all updates (except language packs) through Windows Update
> Clicking the IE Icon brings up "IE has stopped" error.
> If I go into Control Panel and REST all internet options, then IE will open.
> But, often reverts back after just one or two sessions.
>
> Problem Details from Control Panel:
>
> Problem signature
> Problem Event Name: APPCRASH
> Application Name: iexplore.exe
> Application Version: 7.0.6000.16386
> Application Timestamp: 4549b133
> Fault Module Name: ntdll.dll
Crashes in low level modules like this often are symptoms of incompatible
modules further down the call stack. In 32-bit NT you could look in drwtsn32.log
for clues about that. I don't know how to tell from this error signature
if the iexplore.exe running was a 32-bit program or a 64-bit program.
Perhaps the module version information tells us that?
Also, before NT, Windows had drwatson.log and thus NT had
to differentiate logs for dumps in 32 bit programs by putting them
in drwtsn32.log instead. Perhaps 64-bit programs dump in
drwtsn64.log now? <eg>
Another way to get stack information supposedly is to be running
ProcMon when you reproduce the symptom. The trace record
for the crash event would be expanded to see the stack.
Best information from the stack requires the use of symbols
but just having module names, especially third-party ones,
is often an adequate clue to get you pointed in the right direction.
Good luck
Robert Aldwinckle
---
> Fault Module Version: 6.0.6000.16386
> Fault Module Timestamp: 4549bdf8
> Exception Code: c0000005
> Exception Offset: 000543f6
> OS Version: 6.0.6000.2.0.0.256.1
> Locale ID: 1033
> Additional Information 1: a0fd
> Additional Information 2: 658fc71fa57143f59575bd1550069c8f
> Additional Information 3: 7368
> Additional Information 4: 30e0f2a4f60b0fcbdedf7bcf6c1a81e6
>
> Extra information about the problem
> Bucket ID: 347445464
>
> Any ideas?
> Scott
>
|