| Summary: | lldb-webkit: KeyError thrown for OptionSet | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||
| Component: | Tools / Tests | Assignee: | Daniel Bates <dbates> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | lforschler, simon.fraser, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 348352 [details]
Patch
Comment on attachment 348352 [details] Patch Clearing flags on attachment: 348352 Committed r235445: <https://trac.webkit.org/changeset/235445> All reviewed patches have been landed. Closing bug. |
When debugging in lldb I sometimes see exceptions of the form: [[ Traceback (most recent call last): File "/Volumes/Data/.../Tools/lldb/lldb_webkit.py", line 587, in __init__ self.update() File "/Volumes/Data/.../Tools/lldb/lldb_webkit.py", line 625, in update elements.append((enumerator_value_to_name_map[current], current)) # e.g. ('Spelling', 4) KeyError: 1 ]]