I have an ivar, keys which is an NSMutableArray containing 50 strings. When开发者_开发问答 my view loads, i am getting a zombie messaged error in Instruments, and it is directing me to this line of co
I try to find out why my app crashes (RSS Reader) if I send a wrong URL to NSXML Parser. I got an EXC_BAD_ACCESS. So after some Searching I found out that I have to use Zombies. So I added the followi
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I have a singleton object called PoolManager that loads and saves some data in a plist.Throughout my program when something needs to know about my pool, it asks the [PoolManager sharedPoolManager] for
I\'m developing an iphone app and when I turn on my NSZombieEnabled I have regularly a crash on error :
I keep getting bad instruction or bad exception so I enabled NSZombieEnabled and the other vars needed, and I have no idea how to analyze the results.This is what was logged:
I\'ve spent two days on this and I still can\'t find the cause of the crash. I know it has something to do with trying to access an object that has been freed but I don\'t know which access or which
I\'m developing an iPhone application. I have an EXC_BAD_ACCESS that occurs only in the release target; when I build the debug target the exception does not occur. However, when I set the NSZombieEnab
I am facing the error of \"error fo开发者_高级运维r object 0x1c8250: double free\" when delloc for my controller is called. I causes some memory issues. Kindly guide me about this error. What is the b
H开发者_StackOverflow中文版ow do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?In Xcode 4.x press