Bug 65912

Summary: Web Inspector: assertion failure in InspectorDOMStorageResource::bind when opening inspector
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, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Description Andrey Kosyakov 2011-08-09 05:41:51 PDT
1. run debug build
2. open web inspector
3. observe inspected page crash

The assertion in InspectorDOMStorageResource.cpp:71 is hit.
Comment 1 Andrey Kosyakov 2011-08-09 05:44:58 PDT
Created attachment 103349 [details]
patch
Comment 2 Pavel Feldman 2011-08-09 05:59:21 PDT
Comment on attachment 103349 [details]
patch

This subtle change definitely requires a test!
Comment 3 Andrey Kosyakov 2011-08-09 06:16:25 PDT
(In reply to comment #2)
> (From update of attachment 103349 [details])
> This subtle change definitely requires a test!

This is difficult to test with current harness, as the agent is enabled very early in the front-end initialization.

Raised Bug 65914 for protocol test framework.
Comment 4 Andrey Kosyakov 2011-08-09 06:24:33 PDT
Comment on attachment 103349 [details]
patch

Clearing flags on attachment: 103349

Committed r92678: <http://trac.webkit.org/changeset/92678>
Comment 5 Andrey Kosyakov 2011-08-09 06:24:40 PDT
All reviewed patches have been landed.  Closing bug.