Bug 102390

Summary: Web Inspector: Memory Timeline Crash
Product: WebKit Reporter: Alex Seville <hi>
Component: Web Inspector (Deprecated)Assignee: eustas.bug
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, caseq, eustas.bug, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://jsperf.com/eval-vs-createscript/2
Attachments:
Description Flags
Patch none

Alex Seville
Reported 2012-11-15 07:55:14 PST
When I attempt to run the Memory Timeline on the above page the tool stops capturing after a certain point and the UI locks up. If I try to stop capturing, nothing works. If I resize the window the UI does not update and eventually it crashes. This happens in Chrome and Canary.
Attachments
Patch (5.86 KB, patch)
2012-11-16 00:13 PST, eustas.bug
no flags
Alex Seville
Comment 1 2012-11-15 08:18:18 PST
I just noticed that this issue DOES NOT occur in Safari for Windows.
eustas.bug
Comment 2 2012-11-16 00:12:51 PST
Crash seems to be caused by IPC overflow. Messages "ParsedScriptSource" are routed to ResourceScriptMapping.prototype.addScript that process them in time linear to number of already registered non-anonymous non-inline scripts. Fixed this with replacing repreated filtering with "on-line" bucketing
eustas.bug
Comment 3 2012-11-16 00:13:45 PST
WebKit Review Bot
Comment 4 2012-11-16 03:35:55 PST
Comment on attachment 174620 [details] Patch Clearing flags on attachment: 174620 Committed r134926: <http://trac.webkit.org/changeset/134926>
WebKit Review Bot
Comment 5 2012-11-16 03:35:59 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.