[Webkit-unassigned] [Bug 242235] [iOS 15.3+] Crash at -[UIViewController presentViewController:withAnimationController:completion:], called on a wrong thread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 11:18:12 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242235
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org,
| |cdumez at apple.com,
| |eric.carlson at apple.com,
| |jer.noble at apple.com,
| |wenson_hsieh at apple.com
Summary|[iOS 15.3+]Crash at |[iOS 15.3+] Crash at
|-[UIViewController |-[UIViewController
|presentViewController:withA |presentViewController:withA
|nimationController:completi |nimationController:completi
|on:] |on:], called on a wrong
| |thread
--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
There is an assertion in -[_UISimpleFenceProvider trackSystemAnimationFence:] that says "main thread only", and we are clearly calling it on WebThread.
And this seems like a weird mix of WebKit and WebKitLegacy code?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220701/e8fa500a/attachment.htm>
More information about the webkit-unassigned
mailing list