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.
我刚刚购买了新的 iPhone,并在它们上面安装了我正在开发的应用程序。该应用程序非常不稳定并且经常崩溃。它在其他设备上没有问题。以下是它为其构建和运行的设备列表。
iPhone 3gs,iOS 4.3.1 完美运行
iPhone 4、iOS 5.0.1 和 6.1.2 完美运行
iPhone 4s、iOS 6.1.2 崩溃
iPhone 5、iOS 6.1.2 崩溃
当我绘制一个有很多点的图形时,崩溃的主要来源似乎是 Core-Plot。
有没有人遇到过这个问题(也许还有解决方案?)
我已经解决了这个问题。关键是它失败的机器是双核的。我有一个垃圾收集器正在运行。所以在单核机器上,收集器被阻塞了。在双核上,它在另一个核上运行,从而清理了“所谓的垃圾”图。