RESOLVED FIXED 173680
Add release assertions help diagnose a hang in CallbackMap
https://bugs.webkit.org/show_bug.cgi?id=173680
Summary Add release assertions help diagnose a hang in CallbackMap
Ryosuke Niwa
Reported 2017-06-21 16:33:18 PDT
We're seeing a hang inside WebKit::CallbackMap in Safari, and we suspect it could be caused by a hash table corruption. Add release assertions to make sure this hash table isn't used in a non-main thread and empty value isn't used as a key.
Attachments
Adds assertion (1.91 KB, patch)
2017-06-21 16:37 PDT, Ryosuke Niwa
cdumez: review+
Radar WebKit Bug Importer
Comment 1 2017-06-21 16:34:59 PDT
Ryosuke Niwa
Comment 2 2017-06-21 16:37:09 PDT
Created attachment 313564 [details] Adds assertion
Ryosuke Niwa
Comment 3 2017-06-21 19:44:14 PDT
Note You need to log in before you can comment on or make changes to this bug.