Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Dev Tools Crashing IE with Angular App

$
0
0
I have an angular app we are prepping for launch soon. Some of my code is not working properly and generating errors in IE only. When I open dev tools in IE 11, on a windows 10 machine (tested on 2 different machines) IE will crash and restart.  Iv'e remove all my console.log entries, iv'e added the appropriate HEAD sections, but still am having issues. I can't find much online about this either. 

I did a DebugDiag and the stack calls look like there is an infinite loop. The first few lines showing the loop are at the bottom of this post.  My angular deps are:

var lodgicalWebApp = angular.module('lodgicalWebApp', [
    'ngRoute',
    'ui.bootstrap',
    'ngAnimate',
    'ngCookies',
    'agGrid',
    'checklist-model',
    'nvd3',
    'datatables'
  ]);


                 
mshtml!MemProtectHeapRootAlloc+1e   06f13040   62b01260   007b0000   62c2ee1c 
mshtml!MemoryProtection::HeapAllocClear<1>+29   06f13060   14e6ab00   0a50c84c   067fc4d0 
mshtml!CCSSRule::Create+56c5bf   14e6ab00   14e6ab00   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6ab00   14e6ab00   14e6aae0 
mshtml!CStyleSheet::GetCSSRule+6e   14e6ab00   00000002   00000013   06f130d0 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f130f0   14e6aad0 
mshtml!CCSSRule::Create+56c5d4   14e6aad0   14e6aad0   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aad0   14e6aad0   14e6aab0 
mshtml!CStyleSheet::GetCSSRule+6e   14e6aad0   00000002   00000013   06f13160 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f13180   14e6aaa0 
mshtml!CCSSRule::Create+56c5d4   14e6aaa0   14e6aaa0   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aaa0   14e6aaa0   14e6aa80 
mshtml!CStyleSheet::GetCSSRule+6e   14e6aaa0   00000002   00000013   06f131f0 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f13210   14e6aa70 
mshtml!CCSSRule::Create+56c5d4   14e6aa70   14e6aa70   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aa70   14e6aa70   14e6aa50 
mshtml!CStyleSheet::GetCSSRule+6e


Any and all help would be appreciated. I really can't launch this web app and say IE Edge only. 




Full Call Stack

Function   Arg 1   Arg 2   Arg 3   Arg 4 Source
mshtml!MemProtectHeapRootAlloc+1e   06f13040   62b01260   007b0000   62c2ee1c 
mshtml!MemoryProtection::HeapAllocClear<1>+29   06f13060   14e6ab00   0a50c84c   067fc4d0 
mshtml!CCSSRule::Create+56c5bf   14e6ab00   14e6ab00   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6ab00   14e6ab00   14e6aae0 
mshtml!CStyleSheet::GetCSSRule+6e   14e6ab00   00000002   00000013   06f130d0 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f130f0   14e6aad0 
mshtml!CCSSRule::Create+56c5d4   14e6aad0   14e6aad0   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aad0   14e6aad0   14e6aab0 
mshtml!CStyleSheet::GetCSSRule+6e   14e6aad0   00000002   00000013   06f13160 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f13180   14e6aaa0 
mshtml!CCSSRule::Create+56c5d4   14e6aaa0   14e6aaa0   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aaa0   14e6aaa0   14e6aa80 
mshtml!CStyleSheet::GetCSSRule+6e   14e6aaa0   00000002   00000013   06f131f0 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f13210   14e6aa70 
mshtml!CCSSRule::Create+56c5d4   14e6aa70   14e6aa70   0a5d0f30   067fc4d0 
mshtml!CCSSRuleCacheEntry::GetRuleOM+6c   067fc4d0   14e6aa70   14e6aa70   14e6aa50 
mshtml!CStyleSheet::GetCSSRule+6e   14e6aa70   00000002   00000013   06f13280 
mshtml!CMSCSSKeyframeRule::CMSCSSKeyframeRule+3a   067fc4d0   10c90180   06f132a0   14e6aa40 


Viewing all articles
Browse latest Browse all 3527

Trending Articles