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.
我的应用程序崩溃了,它说
试图弹出一个未知的自动释放池:10/19/09 11:40:11 AM MyApp [89480] ***尝试弹出一个未知的 自动释放池(0x11bc800)
如何追溯?
由于它是 RubyCocoa 应用程序,因此几乎不可能在 Xcode 环境中使用 gdb 对其进行跟踪。所以主要是关于日志记录。有一个 irb 调试器,它提供与日志记录相同的结果。
谢谢,
纳瓦
http://www.corbinstreehouse.com/blog/2007/10/instruments-on-leopard-how-to-debug-those-random-crashes-in-your-cocoa-app/comment-page-1/#comment -43762
并且来自同一作者 - 在 CFLog 中休息一下。
链接真的很有帮助!