Angular $digest loop issue on node details page

Bug #1509476 reported by Blake Rouse
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MAAS
Fix Released
Critical
Blake Rouse

Bug Description

Angular is complaining about to many $digest cycles which is set to a maximum of 10. Something is causing this to continuosly repeat, which should not occur.

Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: [["fn: $watchCollectionWatch; newVal: 1522; oldVal: 1518","fn: $watchCollectionWatch; newVal: 382; oldVal: 381","fn: $watchCollectionWatch; newVal: 1522; oldVal: 1518","fn: $watchCollectionWatch; newVal: 382; oldVal: 381"],["fn: $watchCollectionWatch; newVal: 1526; oldVal: 1522","fn: $watchCollectionWatch; newVal: 383; oldVal: 382","fn: $watchCollectionWatch; newVal: 1526; oldVal: 1522","fn: $watchCollectionWatch; newVal: 383; oldVal: 382"],["fn: $watchCollectionWatch; newVal: 1530; oldVal: 1526","fn: $watchCollectionWatch; newVal: 384; oldVal: 383","fn: $watchCollectionWatch; newVal: 1530; oldVal: 1526","fn: $watchCollectionWatch; newVal: 384; oldVal: 383"],["fn: $watchCollectionWatch; newVal: 1534; oldVal: 1530","fn: $watchCollectionWatch; newVal: 385; oldVal: 384","fn: $watchCollectionWatch; newVal: 1534; oldVal: 1530","fn: $watchCollectionWatch; newVal: 385; oldVal: 384"],["fn: $watchCollectionWatch; newVal: 1538; oldVal: 1534","fn: $watchCollectionWatch; newVal: 386; oldVal: 385","fn: $watchCollectionWatch; newVal: 1538; oldVal: 1534","fn: $watchCollectionWatch; newVal: 386; oldVal: 385"]]
http://errors.angularjs.org/1.2.28/$rootScope/infdig?p0=10&p1=%5B%5B%22fn%3…%24watchCollectionWatch%3B%20newVal%3A%20386%3B%20oldVal%3A%20385%22%5D%5D

Tags: ui

Related branches

Changed in maas:
status: Triaged → In Progress
Changed in maas:
status: In Progress → Fix Committed
Changed in maas:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.