|
| | |||||||
| Internet Explorer Discuss IE7 or any other IE version. |
| | LinkBack | Thread Tools |
| |||
| IE7 on Vista stops working in network environment with ISA server We have been testing out Vista machines in our network environment. All of the installs we have done with Vista and IE 7 are having problems. IE7 stops working and has to be restarted several times a day. I run it at home with no problems so I am wondering if the ISA server we run as a firewall could be part of the problem? |
| |||
| RE: IE7 on Vista stops working in network environment with ISA server This is the error message we get: Problem signature: Problem Event Name: APPCRASH Application Name: iexplore.exe Application Version: 7.0.6000.16546 Application Timestamp: 46c64caf Fault Module Name: StackHash_8d13 Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Code: c000001d Exception Offset: 02ea48e2 OS Version: 6.0.6000.2.0.0.256.6 Locale ID: 1033 Additional Information 1: 8d13 Additional Information 2: cdca9b1d21d12b77d84f02df48e34311 Additional Information 3: 8d13 Additional Information 4: cdca9b1d21d12b77d84f02df48e34311 "maryc" wrote: > We have been testing out Vista machines in our network environment. All of > the installs we have done with Vista and IE 7 are having problems. IE7 stops > working and has to be restarted several times a day. I run it at home with no > problems so I am wondering if the ISA server we run as a firewall could be > part of the problem? |
| |||
| RE: IE7 on Vista stops working in network environment with ISA server This is the error message we get: "maryc" wrote: > We have been testing out Vista machines in our network environment. All of > the installs we have done with Vista and IE 7 are having problems. IE7 stops > working and has to be restarted several times a day. I run it at home with no > problems so I am wondering if the ISA server we run as a firewall could be > part of the problem? |
| |||
| Re: IE7 on Vista stops working in network environment with ISA server You might be better off getting an answer in a networking group or maybe even a vista group "maryc" <maryc@discussions.microsoft.com> wrote in message news:E2BB15DF-B706-4290-A9ED-E162ED4DB442@microsoft.com... > This is the error message we get: > > > > "maryc" wrote: > >> We have been testing out Vista machines in our network environment. All >> of >> the installs we have done with Vista and IE 7 are having problems. IE7 >> stops >> working and has to be restarted several times a day. I run it at home >> with no >> problems so I am wondering if the ISA server we run as a firewall could >> be >> part of the problem? |
| |||
| Re: IE7 on Vista stops working in network environment with ISA server (cross-post added to Vista Performance and Maintenance) "maryc" <maryc@discussions.microsoft.com> wrote in message news:1A91FD1C-0112-4AF9-A09B-1216D3614848@microsoft.com... > This is the error message we get: > > Problem signature: > Problem Event Name: APPCRASH > Application Name: iexplore.exe > Application Version: 7.0.6000.16546 > Application Timestamp: 46c64caf > Fault Module Name: StackHash_8d13 > Fault Module Version: 0.0.0.0 > Fault Module Timestamp: 00000000 This is Vista's way of saying the crash didn't occur in a loaded module. > Exception Code: c000001d That's interesting. A less common exception code. (Ignore the title.) http://support.microsoft.com/default.aspx/kb/245643 (Live Search for 0xc000001D exception site:microsoft.com - first hit ) <quote> An attempt was made to execute an illegal instruction. </quote> So the error occurred in an addressable piece of storage and (not suprisingly) the instruction code there was invalid. > Exception Offset: 02ea48e2 If this is an address (as opposed to an offset) or alternatively an offset from a load address of 00000000 (for the unknown module) you could see if there is ever anything loaded at 02EA0000. That could be a useful clue about the cause of the crash. E.g. Process Explorer could show you that. Also, as always, you could look in drwtsn32.log for the Stack Back Trace of the crashing thread (e.g. as found by the FAULT -> line) to see if the list of modules involved in the crash yields any useful clues. I don't have Vista so in case someone has a better interpretation of this crash report or more appropriate ideas for diagnosing it, I have cross-posted to a Vista NG. Alternatively in order to attempt to change the symptom without knowing its cause you could try this step from a new troubleshooter: http://support.microsoft.com/gp/pc_ie_methodthree1000 Good luck Robert Aldwinckle --- > OS Version: 6.0.6000.2.0.0.256.6 > Locale ID: 1033 > Additional Information 1: 8d13 > Additional Information 2: cdca9b1d21d12b77d84f02df48e34311 > Additional Information 3: 8d13 > Additional Information 4: cdca9b1d21d12b77d84f02df48e34311 > > > "maryc" wrote: > >> We have been testing out Vista machines in our network environment. All of >> the installs we have done with Vista and IE 7 are having problems. IE7 stops >> working and has to be restarted several times a day. I run it at home with no >> problems so I am wondering if the ISA server we run as a firewall could be >> part of the problem? |
| |||
| Re: IE7 on Vista stops working in network environment with ISA server Seems symptomatic of a plugin/addon problem, either non-compliant with Vista or corrupted. Disabling non-Microsoft ones that are loading with IE may resolve this issue. Close any/all instances of IE, go to the Control Panel/Internet Options/Programs tab, click on "manage addons". Set the view tab to see those that load with IE, click on each in turn and disable them. Then launch IE and see if the problem still exists. -- Best of Luck, Rick Rogers, aka "Nutcase" - Microsoft MVP http://mvp.support.microsoft.com/ Windows help - www.rickrogers.org My thoughts http://rick-mvp.blogspot.com "Robert Aldwinckle" <robald@techemail.com> wrote in message news:O15bHEQHIHA.748@TK2MSFTNGP04.phx.gbl... > (cross-post added to Vista Performance and Maintenance) > "maryc" <maryc@discussions.microsoft.com> wrote in message > news:1A91FD1C-0112-4AF9-A09B-1216D3614848@microsoft.com... >> This is the error message we get: >> >> Problem signature: >> Problem Event Name: APPCRASH >> Application Name: iexplore.exe >> Application Version: 7.0.6000.16546 >> Application Timestamp: 46c64caf >> Fault Module Name: StackHash_8d13 >> Fault Module Version: 0.0.0.0 >> Fault Module Timestamp: 00000000 > > > This is Vista's way of saying the crash didn't occur in a loaded module. > > >> Exception Code: c000001d > > > That's interesting. A less common exception code. > > (Ignore the title.) > http://support.microsoft.com/default.aspx/kb/245643 > > (Live Search for > 0xc000001D exception site:microsoft.com > - first hit > ) > > <quote> > An attempt was made to execute an illegal instruction. > </quote> > > So the error occurred in an addressable piece of storage > and (not suprisingly) the instruction code there was invalid. > > >> Exception Offset: 02ea48e2 > > > If this is an address (as opposed to an offset) or alternatively an offset > from a load address of 00000000 (for the unknown module) you could see > if there is ever anything loaded at 02EA0000. That could be a useful > clue > about the cause of the crash. E.g. Process Explorer could show you > that. > > Also, as always, you could look in drwtsn32.log for the Stack Back Trace > of the crashing thread (e.g. as found by the FAULT -> line) to see if the > list > of modules involved in the crash yields any useful clues. > > > I don't have Vista so in case someone has a better interpretation of this > crash > report or more appropriate ideas for diagnosing it, I have cross-posted to > a Vista NG. > > > Alternatively in order to attempt to change the symptom without knowing > its cause you could try this step from a new troubleshooter: > > http://support.microsoft.com/gp/pc_ie_methodthree1000 > > > Good luck > > Robert Aldwinckle > --- > > >> OS Version: 6.0.6000.2.0.0.256.6 >> Locale ID: 1033 >> Additional Information 1: 8d13 >> Additional Information 2: cdca9b1d21d12b77d84f02df48e34311 >> Additional Information 3: 8d13 >> Additional Information 4: cdca9b1d21d12b77d84f02df48e34311 >> >> >> "maryc" wrote: >> >>> We have been testing out Vista machines in our network environment. All >>> of >>> the installs we have done with Vista and IE 7 are having problems. IE7 >>> stops >>> working and has to be restarted several times a day. I run it at home >>> with no >>> problems so I am wondering if the ISA server we run as a firewall could >>> be >>> part of the problem? > > |
| |||
| Re: IE7 on Vista stops working in network environment with ISA ser I have tried all of the recommended fixes, such as resetting security, deleting history, runnig IE without addins and it still crashes. "Rick Rogers" wrote: > Seems symptomatic of a plugin/addon problem, either non-compliant with Vista > or corrupted. Disabling non-Microsoft ones that are loading with IE may > resolve this issue. Close any/all instances of IE, go to the Control > Panel/Internet Options/Programs tab, click on "manage addons". Set the view > tab to see those that load with IE, click on each in turn and disable them. > Then launch IE and see if the problem still exists. > > -- > Best of Luck, > > Rick Rogers, aka "Nutcase" - Microsoft MVP > http://mvp.support.microsoft.com/ > Windows help - www.rickrogers.org > My thoughts http://rick-mvp.blogspot.com > > "Robert Aldwinckle" <robald@techemail.com> wrote in message > news:O15bHEQHIHA.748@TK2MSFTNGP04.phx.gbl... > > (cross-post added to Vista Performance and Maintenance) > > "maryc" <maryc@discussions.microsoft.com> wrote in message > > news:1A91FD1C-0112-4AF9-A09B-1216D3614848@microsoft.com... > >> This is the error message we get: > >> > >> Problem signature: > >> Problem Event Name: APPCRASH > >> Application Name: iexplore.exe > >> Application Version: 7.0.6000.16546 > >> Application Timestamp: 46c64caf > >> Fault Module Name: StackHash_8d13 > >> Fault Module Version: 0.0.0.0 > >> Fault Module Timestamp: 00000000 > > > > > > This is Vista's way of saying the crash didn't occur in a loaded module. > > > > > >> Exception Code: c000001d > > > > > > That's interesting. A less common exception code. > > > > (Ignore the title.) > > http://support.microsoft.com/default.aspx/kb/245643 > > > > (Live Search for > > 0xc000001D exception site:microsoft.com > > - first hit > > ) > > > > <quote> > > An attempt was made to execute an illegal instruction. > > </quote> > > > > So the error occurred in an addressable piece of storage > > and (not suprisingly) the instruction code there was invalid. > > > > > >> Exception Offset: 02ea48e2 > > > > > > If this is an address (as opposed to an offset) or alternatively an offset > > from a load address of 00000000 (for the unknown module) you could see > > if there is ever anything loaded at 02EA0000. That could be a useful > > clue > > about the cause of the crash. E.g. Process Explorer could show you > > that. > > > > Also, as always, you could look in drwtsn32.log for the Stack Back Trace > > of the crashing thread (e.g. as found by the FAULT -> line) to see if the > > list > > of modules involved in the crash yields any useful clues. > > > > > > I don't have Vista so in case someone has a better interpretation of this > > crash > > report or more appropriate ideas for diagnosing it, I have cross-posted to > > a Vista NG. > > > > > > Alternatively in order to attempt to change the symptom without knowing > > its cause you could try this step from a new troubleshooter: > > > > http://support.microsoft.com/gp/pc_ie_methodthree1000 > > > > > > Good luck > > > > Robert Aldwinckle > > --- > > > > > >> OS Version: 6.0.6000.2.0.0.256.6 > >> Locale ID: 1033 > >> Additional Information 1: 8d13 > >> Additional Information 2: cdca9b1d21d12b77d84f02df48e34311 > >> Additional Information 3: 8d13 > >> Additional Information 4: cdca9b1d21d12b77d84f02df48e34311 > >> > >> > >> "maryc" wrote: > >> > >>> We have been testing out Vista machines in our network environment. All > >>> of > >>> the installs we have done with Vista and IE 7 are having problems. IE7 > >>> stops > >>> working and has to be restarted several times a day. I run it at home > >>> with no > >>> problems so I am wondering if the ISA server we run as a firewall could > >>> be > >>> part of the problem? > > > > > > |
| |||
| Re: IE7 on Vista stops working in network environment with ISA ser "maryc" <maryc@discussions.microsoft.com> wrote in message news:11124BDF-2C9A-410F-8D48-4D83455D5A05@microsoft.com... >I have tried all of the recommended fixes, such as resetting security, > deleting history, runnig IE without addins and it still crashes. That's why I suggested doing some diagnosis. It's possible that interfering software is not blocked even by No Add-ons mode. Google toolbar is one example of that. Robert --- > > "Rick Rogers" wrote: > >> Seems symptomatic of a plugin/addon problem, either non-compliant with Vista >> or corrupted. Disabling non-Microsoft ones that are loading with IE may >> resolve this issue. Close any/all instances of IE, go to the Control >> Panel/Internet Options/Programs tab, click on "manage addons". Set the view >> tab to see those that load with IE, click on each in turn and disable them. >> Then launch IE and see if the problem still exists. >> >> -- >> Best of Luck, >> >> Rick Rogers, aka "Nutcase" - Microsoft MVP >> http://mvp.support.microsoft.com/ >> Windows help - www.rickrogers.org >> My thoughts http://rick-mvp.blogspot.com >> >> "Robert Aldwinckle" <robald@techemail.com> wrote in message >> news:O15bHEQHIHA.748@TK2MSFTNGP04.phx.gbl... >> > (cross-post added to Vista Performance and Maintenance) >> > "maryc" <maryc@discussions.microsoft.com> wrote in message >> > news:1A91FD1C-0112-4AF9-A09B-1216D3614848@microsoft.com... >> >> This is the error message we get: >> >> >> >> Problem signature: >> >> Problem Event Name: APPCRASH >> >> Application Name: iexplore.exe >> >> Application Version: 7.0.6000.16546 >> >> Application Timestamp: 46c64caf >> >> Fault Module Name: StackHash_8d13 >> >> Fault Module Version: 0.0.0.0 >> >> Fault Module Timestamp: 00000000 >> > >> > >> > This is Vista's way of saying the crash didn't occur in a loaded module. >> > >> > >> >> Exception Code: c000001d >> > >> > >> > That's interesting. A less common exception code. >> > >> > (Ignore the title.) >> > http://support.microsoft.com/default.aspx/kb/245643 >> > >> > (Live Search for >> > 0xc000001D exception site:microsoft.com >> > - first hit >> > ) >> > >> > <quote> >> > An attempt was made to execute an illegal instruction. >> > </quote> >> > >> > So the error occurred in an addressable piece of storage >> > and (not suprisingly) the instruction code there was invalid. >> > >> > >> >> Exception Offset: 02ea48e2 >> > >> > >> > If this is an address (as opposed to an offset) or alternatively an offset >> > from a load address of 00000000 (for the unknown module) you could see >> > if there is ever anything loaded at 02EA0000. That could be a useful >> > clue >> > about the cause of the crash. E.g. Process Explorer could show you >> > that. >> > >> > Also, as always, you could look in drwtsn32.log for the Stack Back Trace >> > of the crashing thread (e.g. as found by the FAULT -> line) to see if the >> > list >> > of modules involved in the crash yields any useful clues. >> > >> > >> > I don't have Vista so in case someone has a better interpretation of this >> > crash >> > report or more appropriate ideas for diagnosing it, I have cross-posted to >> > a Vista NG. >> > >> > >> > Alternatively in order to attempt to change the symptom without knowing >> > its cause you could try this step from a new troubleshooter: >> > >> > http://support.microsoft.com/gp/pc_ie_methodthree1000 >> > >> > >> > Good luck >> > >> > Robert Aldwinckle >> > --- >> > >> > >> >> OS Version: 6.0.6000.2.0.0.256.6 >> >> Locale ID: 1033 >> >> Additional Information 1: 8d13 >> >> Additional Information 2: cdca9b1d21d12b77d84f02df48e34311 >> >> Additional Information 3: 8d13 >> >> Additional Information 4: cdca9b1d21d12b77d84f02df48e34311 >> >> >> >> >> >> "maryc" wrote: >> >> >> >>> We have been testing out Vista machines in our network environment. All >> >>> of >> >>> the installs we have done with Vista and IE 7 are having problems. IE7 >> >>> stops >> >>> working and has to be restarted several times a day. I run it at home >> >>> with no >> >>> problems so I am wondering if the ISA server we run as a firewall could >> >>> be >> >>> part of the problem? >> > >> > >> >> |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet Explorer stops responding, stops working, or restarts | Keithg | Internet Explorer | 0 | 10-17-2007 10:10 AM |
| IE7 in Vista stops working | Artsr3 | Internet Explorer | 1 | 10-04-2007 08:30 AM |
| Sound just stops working in Vista | MrChris | Windows Vista | 4 | 10-03-2007 08:30 AM |
| Windows Vista stops working | MissB | Windows Vista | 2 | 06-08-2007 09:50 AM |
| Windows XP backup not working in Windows Server 2003 Environment | thrdeye40 | Windows XP | 0 | 04-02-2007 11:15 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |