在仪器中看不到堆栈跟踪

发布于 2024-07-30 03:59:26 字数 166 浏览 2 评论 0原文

我正在使用 Instruments 来查找 iPhone 应用程序中的内存泄漏。 我在应用程序中看到了一些泄漏,但是扩展详细信息视图没有显示堆栈跟踪。 它只是说“此块没有可用的堆栈跟踪”。

我确信我错过了一些导致此行为的设置。 任何帮助将不胜感激!

谢谢 水壶

I am using Instruments to find memory leaks in my iPhone application. I saw a few leaks in the application however the extended details view is not showing the stacktrace. It just says "No stack trace available for this block".

I am sure I have missed some settings which resulted in this behavior. Any help would be greatly appreciated!

Thanks
Jugs

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一直在等你来 2024-08-06 03:59:26

查找泄漏和其他编码语义问题的另一种方法是 Clang 静态分析器,可以在代码中找到它
http://clang-analyzer.llvm.org/

希望能为您找到漏洞

Another method for finding leaks and other coding semantic problems is the Clang static analyzer which can be found here over your code
http://clang-analyzer.llvm.org/

Hopefully will find the leak for you

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文