WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
67193
Web Inspector: Inspected page sometimes crashes in InspectorResourceAgent::didFailLoading
https://bugs.webkit.org/show_bug.cgi?id=67193
Summary
Web Inspector: Inspected page sometimes crashes in InspectorResourceAgent::di...
Vsevolod Vlasov
Reported
2011-08-30 03:39:44 PDT
Chromium crash report:
http://code.google.com/p/chromium/issues/detail?id=93469
Attachments
Patch
(2.03 KB, patch)
2011-08-30 04:29 PDT
,
Vsevolod Vlasov
no flags
Details
Formatted Diff
Diff
Patch
(2.11 KB, patch)
2011-08-30 07:26 PDT
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2011-08-30 04:29:37 PDT
Created
attachment 105613
[details]
Patch
Yury Semikhatsky
Comment 2
2011-08-30 06:41:53 PDT
Comment on
attachment 105613
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=105613&action=review
> Source/WebCore/inspector/InspectorResourceAgent.cpp:294 > + if (!loader || !loader->frame())
All this check should be in if (m_resourcesData->resourceType(requestId) == InspectorPageAgent::DocumentResource), shouldn't them?
Vsevolod Vlasov
Comment 3
2011-08-30 07:26:30 PDT
Created
attachment 105624
[details]
Patch
Vsevolod Vlasov
Comment 4
2011-08-30 08:27:55 PDT
Committed
r94078
: <
http://trac.webkit.org/changeset/94078
>
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