New issue
Advanced search Search tips

Issue 698119 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

DevTools Timeline: NPE upon clear

Project Member Reported by caseq@chromium.org, Mar 3 2017

Issue description

Chrome Version: ToT (0e430dc72813ba8fb8086228ab1032863381f582)


What steps will reproduce the problem?
(1) Open DevTools, switch to Timeline
(2) Record a timeline
(3) Switch to Call Tree details tab
(4) Assure call stack is visible
(4) Select a line there
(5) Clear Timeline

Observe the following exception:

Uncaught TypeError: Cannot read property 'timelineModel' of null
    at Timeline.CallTreeTimelineTreeView._linkifyLocation (chrome-devtools://devtools/bundled/timeline/TimelineTreeView.js:206)
    at Timeline.TimelineTreeView.GridNode._createNameCell (chrome-devtools://devtools/bundled/timeline/TimelineTreeView.js:528)
    at Timeline.TimelineTreeView.GridNode.createCell (chrome-devtools://devtools/bundled/timeline/TimelineTreeView.js:502)
    at Timeline.TimelineTreeView.GridNode.createCells (chrome-devtools://devtools/bundled/data_grid/DataGrid.js:1331)
    at Timeline.TimelineTreeView.GridNode.element (chrome-devtools://devtools/bundled/data_grid/ViewportDataGrid.js:299)
    at DataGrid.ViewportDataGrid._update (chrome-devtools://devtools/bundled/data_grid/ViewportDataGrid.js:221)

 

Comment 1 by caseq@chromium.org, Mar 3 2017

Components: Platform>DevTools>Performance

Comment 3 by caseq@chromium.org, May 25 2017

Status: Fixed (was: Assigned)

Sign in to add a comment