CoreText crashes when run in multiple threads

后端 未结 5 1537
-上瘾入骨i
-上瘾入骨i 2021-02-04 08:32

I have a very weird problem with core text, which sometimes randomly and sometimes reproducibly crashes my application. I use it to lay out and render a couple of pages. I do th

5条回答
  •  一向
    一向 (楼主)
    2021-02-04 08:48

    I've asked some of the engineers during WWDC whether they know the issue. The answer: YES. And there are in fact some problems in the type subsystem. They might be doing a fix some day, but for now all that is left to do is to sequentialize all text layout. :(

    Everyone: PLEASE FILE BUGS!

提交回复
热议问题