Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在辅助线程上遇到了一个非常奇怪且非常偶然的随机崩溃。我不知道如何处理堆栈跟踪。任何关于这里可能发生的事情的想法都将不胜感激?
当在后台线程上将字符串和图像绘制到图形上下文时会发生这种情况。
终于明白了——这是由调用 NSString 的一些绘图方法到辅助线程上的图形上下文引起的。它们应该是线程安全的,但这是一个 iOS6 错误。可以通过使用 Core Text 或 NSAttributedString 绘制方法来解决。