[Webkit-unassigned] [Bug 119767] [WK2] Sync messages with non-default timeout sent from secondary threads always time out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 13 17:05:56 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119767
--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> 2013-08-13 17:05:31 PST ---
Thank you for the additional information!
It's not valid to use NSTextInputClient methods form a secondary thread. We make no attempt to make this work, and in fact do access a lot of shared state from these methods.
We should still fix this mistake of course, however I strongly suggest looking into a way to not call -attributedSubstringForProposedRange:actualRange: from secondary threads.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list