Iphone SDK Utility应用程序模板有泄漏 [英] Iphone SDK Utility Application template has leak

查看:118
本文介绍了Iphone SDK Utility应用程序模板有泄漏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只使用Utility Application模板创建一个项目。
当我按信息按钮到
翻转视图时,此模板有本机内存泄漏。

i'm only create an project with a Utility Application template. This template has a native memory leak when i push "info button" to flip the view.

任何人都知道如何修复此泄漏???
我只是从这个模板创建一个新项目,
i不添加新对象。

Anyone know how can i fix this leak ??? I just make an new project from this template, i don't add new objects.

推荐答案

这可能是泄漏,也可能不是泄漏。如果你要添加分配的回溯,这将是有帮助的。

That might be a leak or it might not be a leak. If you were to add the backtrace of the allocation, that would be helpful.

更可能的是,这不是泄漏,而是一些记账信息正在被dyld偷偷摸摸地泄漏/仪器失去了跟踪。

More likely than not, it isn't a leak, but some bookkeeping information that is being stashed away by dyld that leaks/Instruments loses track of.

鉴于它是128字节并且我猜它只有一个,我鼓励你通过 http://bugreport.apple.com 提交错误,然后暂时忘记它,因为不太可能的情况是它确实是泄漏,你同样不可能在你的应用程序中修复它。

Given that it is 128 bytes and I'm guessing there is only one of them, I would encourage you to file a bug via http://bugreport.apple.com and then forget about it for now as, in the unlikely case that it really is a leak, you will be equally as unlikely to be able to fix it from within your application.

这篇关于Iphone SDK Utility应用程序模板有泄漏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆