Bug 81245

Summary: Web Inspector: crash in InspectorTimelineAgent when trying to add children to cancelable records
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Andrey Kosyakov
Reported 2012-03-15 11:32:23 PDT
Cancelable records are not expected to have children, since they may be cancelled. pushGCEventRecords() used to indirectly add children to cancelable records by invoking addRecordToTimeline(). We should always commit cancelable records before trying to add children.
Attachments
Patch (3.89 KB, patch)
2012-03-15 11:58 PDT, Andrey Kosyakov
vsevik: review+
Andrey Kosyakov
Comment 1 2012-03-15 11:58:09 PDT
Andrey Kosyakov
Comment 2 2012-03-15 12:30:52 PDT
Note You need to log in before you can comment on or make changes to this bug.