Internet Explorer crashes on startup

8

1

I have 3 machines (all Dell GX520 running Windows XP SP3 with IE7) exhibiting the same problem - when launching IE, it crashes straightaway with a generic memory error with no specified module or further information.

I have tried the following to no avail:

  • Reinstalled IE7
  • Removed and installed IE7
  • Ran IE7 with no extensions / addons disabled / deleted all external addons
  • spyware check - found stuff, fixed, now clean
  • AV - clean
  • Installed / uninstalled IE updates

IE loads fine when not connected to the network. Firefox loads fine.

Any further suggestions or ideas are most welcome.

Kip

Posted 2010-01-27T12:50:47.000

Reputation: 366

What virus scanner are you using? – Ivo Flipse – 2010-01-27T12:58:09.760

Plus please have a look in the Event Viewer log, it might give us info on what the real error is – Ivo Flipse – 2010-01-27T12:58:40.973

Event Log info : Type: Error Source: Application Error Eventid: 1000

Faulting application iexplore.exe, version 7.0.6000.16791, faulting module unknown, version 0.0.0.0, fault address 0xf8ff54cb.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

– Kip – 2010-01-27T14:20:36.777

Sophos is AV But have also ran a number of standalone scanners – Kip – 2010-01-27T14:21:19.973

Is this 64bit xp? That address of 0xf8ff54cb isn't a user mode address for 32-bit xp. – Tony Lee – 2010-01-28T00:59:04.547

Did you try to reset IE to factory default from Control Panel -> Internet Options -> Advanced -> Reset ... ? – LaughingMan – 2010-02-03T07:40:17.487

Three different machines, same user? Occam's razor : change the user. :p – Trevoke – 2010-02-04T16:32:28.610

"IE loads fine when not connected to the network." - if you open IE while disconnected, then connect, does IE stay up and running or does it fall over again? – Kez – 2010-02-19T01:55:35.430

Answers

1

Please restart your system in 'SAFE MODE' & try opening IE. If it works then something's interfering with IE in regular boot mode. Let us know how it goes.

SoftwareGeek

Posted 2010-01-27T12:50:47.000

Reputation: 891

0

Have you tried upgrading to IE8?

Here's the download link

Iain

Posted 2010-01-27T12:50:47.000

Reputation: 4 399

Not an option - currently some of our corporate apps do not support IE8! – Kip – 2010-01-27T13:57:21.340

Just curious, IE8 compat mode doesn't work? – Tony Lee – 2010-01-28T00:56:08.597

Unfortunately not at the moment, but within 3-5 months we should be able to upgrade to it. Just doesn't resolve my current issue. – Kip – 2010-01-28T10:11:06.323

0

When did you install IE7 in relation to XPSP3? if before, rollback the SP and put the SP on first, then IE7..

You can also use "process explorer" from sysinternals to analyse all modules loaded by iexplore.exe and pause the process right when you are connecting to the network, to show changes/stacks/network usage/etc. erroneous plugins (hidden stuff) and the version of the loaded modules. (compare with working workstation)

Grizly

Posted 2010-01-27T12:50:47.000

Reputation: 866