WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102390
Web Inspector: Memory Timeline Crash
https://bugs.webkit.org/show_bug.cgi?id=102390
Summary
Web Inspector: Memory Timeline Crash
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 174620
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug