RESOLVED FIXED 189062
lldb-webkit: KeyError thrown for OptionSet
https://bugs.webkit.org/show_bug.cgi?id=189062
Summary lldb-webkit: KeyError thrown for OptionSet
Daniel Bates
Reported 2018-08-28 15:21:05 PDT
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 ]]
Attachments
Patch (1.51 KB, patch)
2018-08-28 15:29 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2018-08-28 15:29:36 PDT
Daniel Bates
Comment 2 2018-08-28 16:04:35 PDT
Comment on attachment 348352 [details] Patch Clearing flags on attachment: 348352 Committed r235445: <https://trac.webkit.org/changeset/235445>
Daniel Bates
Comment 3 2018-08-28 16:04:36 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-08-28 16:05:18 PDT
Note You need to log in before you can comment on or make changes to this bug.