AngularJS v1.3.8 Calls "Aw, Snap" in Chrome

I have an Angular app that we recently updated to AngularJS v1.3.8 and now we are getting an intermittent "Aw, Snap" crash in chrome. But the app works fine in other browsers and on certain computers.

Whenever we encounter this error, the update fixes it immediately.

We looked at many options while trying to figure out the root cause of this issue: - Check memory profile - Check CPU profile - Turn on / off hardware acceleration - Check minified / uninstalled AngularJSv1.3.8

When we go back to Angular v1.2.7, we no longer see this crash. We have highlighted this change and it is ONLY a change between versions.

Has anyone experienced this? Or does anyone know of any reasons for this? Or are there any compatibility issues that could lead to this error?

Error when using Chrome version 39.0.2171.95 (64-bit)

+3


source to share


1 answer


For us, this happened when we made the $ .invoke injector inside the responseError interceptor. He seems to be sensitive to this.



0


source







All Articles