Bug 45901

Summary: Web Inspector: chrome crashes while restoring breakpoints
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, commit-queue, dglazkov, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Quick fix. none

Description Pavel Podivilov 2010-09-16 09:54:28 PDT
Web Inspector: chrome crashes while restoring breakpoints

http://code.google.com/p/chromium/issues/detail?id=55128
Comment 1 Pavel Podivilov 2010-09-16 09:59:25 PDT
Created attachment 67812 [details]
Quick fix.
Comment 2 Pavel Feldman 2010-09-16 11:57:16 PDT
Note that you will have breakpoint stored with the default key as a fallback. So you will have a lot of them. Or was the failing on read? (Did you check whether read by this key succeeded?)
Comment 3 WebKit Commit Bot 2010-09-16 12:31:55 PDT
Comment on attachment 67812 [details]
Quick fix.

Clearing flags on attachment: 67812

Committed r67651: <http://trac.webkit.org/changeset/67651>
Comment 4 WebKit Commit Bot 2010-09-16 12:32:00 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Dimitri Glazkov (Google) 2010-09-19 15:07:39 PDT
This may have caused http/tests/inspector/change-iframe-src.html to start crashing on Chromium/DRT:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Finspector%2Fchange-iframe-src.html&upstreamWebKit=true&showExpectations=true&showLargeExpectations=true

Can you guys look into it?