| Summary: | Web Inspector: Occasional ASSERT closing web inspector | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | buildbot, commit-queue, graouts, joepeck, rniwa, simon.fraser, timothy, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Joseph Pecoraro
2014-09-11 15:08:49 PDT
Looking into this, it is harmless in all cases to just return if the list of listeners is empty. Also, it now seems to be expected behavior that the list of listeners might be empty when recompiling all JS functions. So the callback from the recompile (sourceParsed) should be ignored in this case with the early return. I'll clean this up. Created attachment 237991 [details]
[PATCH] Proposed Fix
Comment on attachment 237991 [details] [PATCH] Proposed Fix Attachment 237991 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/4554063857319936 New failing tests: inspector-protocol/debugger/setBreakpoint-options-exception.html inspector-protocol/debugger/setBreakpoint-autoContinue.html inspector-protocol/dom-debugger/node-removed.html inspector-protocol/debugger/breakpoint-condition-with-exception.html inspector-protocol/debugger/debugger-statement.html inspector-protocol/debugger/call-frame-this-host.html inspector-protocol/debugger/hit-breakpoint-from-console.html inspector-protocol/debugger/setBreakpoint-column.html inspector-protocol/debugger/breakpoint-action-with-exception.html inspector-protocol/debugger/breakpoint-condition-with-bad-script.html inspector-protocol/debugger/removeBreakpoint.html inspector-protocol/debugger/didSampleProbe-multiple-probes.html inspector-protocol/debugger/breakpoint-eval-with-exception.html inspector-protocol/debugger/searchInContent-linebreaks.html inspector-protocol/debugger/breakpoint-condition-detach.html inspector-protocol/debugger/setBreakpoint-actions.html inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html inspector-protocol/debugger/setBreakpoint.html inspector-protocol/debugger/call-frame-function-name.html inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html inspector-protocol/debugger/setBreakpoint-condition.html Created attachment 237999 [details]
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Copy and paste error. Created attachment 238002 [details]
[PATCH] Proposed Fix
Comment on attachment 238002 [details] [PATCH] Proposed Fix Clearing flags on attachment: 238002 Committed r173551: <http://trac.webkit.org/changeset/173551> All reviewed patches have been landed. Closing bug. |