错误的访问代码2 [英] exc bad access code 2

查看:78
本文介绍了错误的访问代码2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

过去3天我一直在努力解决这个错误而且没有运气。我正在开发一个带有 uiviewcontrollers uitableviewcontrollers 的组合应用程序,在表格视图中,我点击了添加按钮,它崩溃了。 (尚未添加核心数据编码)。我甚至启用了 NSzombies Guard Malloc ,这些代码中出现以下崩溃点。请帮忙,因为我需要尝试追逐截止日期,我不想在项目中使用gremlin进一步开发。

I have been struggling with this error for the last 3 days and no luck. I'm developing a combined app with uiviewcontrollers and uitableviewcontrollers and in table views I click the add button and it crashes. (no core data coding has been added yet). I have even enabled NSzombies and Guard Malloc and the following points of crashing are on these codes. Please help as I need to try chase a deadline and I don't want to go further in development with the gremlin in the project.


0x0 into
0x93e3bef3 testl
0x93e3570c movl
0x1f1b124 testl
0x1f18eb1 movl
0x8fecf203 addl
0x8feced68 movl
0x8fecc2c8 movb
0x8fecc25e movl
0x8fecc25e movl
0x8fecc25e movl
0x8fecc25e movl
0x8fecd268 movl
0x8fec1664 addl
0x8fec5f99 jmp
0x8febf2ef addl


推荐答案

使用Zombie 工具中的工具。

Use the "Zombie" tool in Instruments.

打开菜单产品>配置文件。 Xcode打开仪器,您可以在其中选择工具。选择Zombie。该应用程序将在模拟器中打开,然后重新创建EXC_BAD_ACCESS错误。仪器将显示哪个变量以及什么函数引发了此错误。

Open menu Product > Profile. Xcode opens instruments, where you can select a tool. Select Zombie. The app will open in simulator then recreate the EXC_BAD_ACCESS error. Instruments will show you what variable and on what function raised this error.

这篇关于错误的访问代码2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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