worldping-app icon indicating copy to clipboard operation
worldping-app copied to clipboard

Dashboard crashing on specific endpoint selection

Open jdbranham opened this issue 8 years ago • 1 comments

worldpingcrash.mp4.zip

Chromium is crashing consistently after selecting a specific endpoint.
I cleared cookies and cache, and restarted the browser.
I've tried adding some JS breakpoints but haven't nailed down the root cause yet.

jdbranham avatar May 04 '17 03:05 jdbranham

I was able to kill the script in Firefox and see it is related to the applyLogScale() -

Error: Script terminated by timeout at:
applyLogScale@http://localhost:3000/public/app/plugins/panel/graph/graph.js?bust=1493867991646:542:50
configureAxisOptions@http://localhost:3000/public/app/plugins/panel/graph/graph.js?bust=1493867991646:487:29
render_panel@http://localhost:3000/public/app/plugins/panel/graph/graph.js?bust=1493867991646:349:29
link/<@http://localhost:3000/public/app/plugins/panel/graph/graph.js?bust=1493867991646:92:29
emit@http://localhost:3000/public/vendor/npm/eventemitter3/index.js?bust=1493867991646:150:17
execute/Emitter</Emitter.prototype.emit@http://localhost:3000/public/app/core/utils/emitter.js?bust=1493867991646:22:21
execute/PanelCtrl</PanelCtrl.prototype.render@http://localhost:3000/public/app/features/panel/panel_ctrl.js?bust=1493867991646:166:21
execute/GraphCtrl</GraphCtrl.prototype.onDataReceived/<@http://localhost:3000/public/app/plugins/panel/graph/module.js?bust=1493867991646:224:25
processQueue@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:16648:37
scheduleProcessQueue/<@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:16692:27
$eval@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:17972:16
$digest@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:17786:15
$apply@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:18080:13
scheduleApplyAsync/applyAsyncId<@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:18381:11
completeOutstandingRequest@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:6111:7
Browser/self.defer/timeoutId<@http://localhost:3000/public/vendor/angular/angular.js?bust=1493867991646:6390:7
  system.src.js%20line%201555%20%3E%20eval:542:50

jdbranham avatar May 04 '17 03:05 jdbranham