Actions
Bug #7157
closedTraffic graphs cause the tab to crash when run in the background
Status:
Resolved
Priority:
Low
Assignee:
Jared Dillard
Category:
Web Interface
Target version:
-
Start date:
01/23/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4
Affected Architecture:
Description
When the "Keep graphs updated when on inactive tab" option is selected for traffic graphs it can cause the tab to lock up and crash after being inactive for several hours.
Files
Updated by Jared Dillard over 8 years ago
- Subject changed from Traffic graphs cause the tab when run in the background to Traffic graphs cause the tab to crash when run in the background
Updated by Pi Ba over 8 years ago
- File 2017-01-25 22_09_57-Developer Tools - https___192.168.0.133_444_.png 2017-01-25 22_09_57-Developer Tools - https___192.168.0.133_444_.png added
- File 2017-01-25 21_59_03-Developer Tools - https___192.168.0.133_444_.png 2017-01-25 21_59_03-Developer Tools - https___192.168.0.133_444_.png added
Pretty sure they will crash in the foreground also.. Think ive found a leak in the code though.
The nv.utils.inheritOptionsD3() seems to have a ever growing array: target._d3options , see screenshots attached.
Not sure yet how to fix..
Updated by Pi Ba over 8 years ago
Think ive found the source of the background leak in a growing list of timer objects waiting for a 'requestAnimationFrame'.
Should hopefully be fixed by pullrequest: https://github.com/pfsense/pfsense/pull/3450
Updated by Renato Botelho over 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 7790e0dfaee5f4f1707a8bb6c6e8abf03b2001c2.
Actions