Bug 45901 - Web Inspector: chrome crashes while restoring breakpoints
Summary: Web Inspector: chrome crashes while restoring breakpoints
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 09:54 PDT by Pavel Podivilov
Modified: 2010-09-19 15:07 PDT (History)
11 users (show)

See Also:


Attachments
Quick fix. (1.17 KB, patch)
2010-09-16 09:59 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?