nszombie
NSTimer getting zombie
I have created a NSTimer in my application which gets fired after every 1 min interval. my problem is when I put the application in ba开发者_Go百科ckground and after some time say 5 min, i bring that[详细]
2023-04-12 15:35 分类:问答Undestanding NSZombie log
I\'m trying to track a exc-bad-access. I have run Instruments with NSZombie enabled, I get this error log when the app crashes. There is a UIView which is autoreleased four times, but before the autor[详细]
2023-04-11 15:27 分类:问答-[CALayer release]: message sent to deallocated instance
I\'m having a problem with some code in the loadView: method of one of my view controllers. Essentially I have a view which centres itself in a larger view (on an iPad) and has some labels, buttons an[详细]
2023-04-05 01:30 分类:问答Where/If to release properties in a UITableViewCell
EDIT: Ok, so i figured out how to remedy my original problem, but i\'m not sure if this is the best way.[详细]
2023-03-31 03:05 分类:问答How to debug zombies on device without active session with xcode?
I\'m debugging an overuse of released objects using NSZombieEnabled. It\'s OK if you have an active connection with mac and are running from xcode4. But I\'m hunting one bug that occurs after long run[详细]
2023-03-28 17:22 分类:问答EXC_BAD_ACCESS error while accessing valid, non-released object
I have a weird issue that comes up while releasing an object. In the object\'s dealloc method I am releasing another (sub) object. When this sub object is released I get an EXC_BAD_ACCESS error. I am[详细]
2023-03-27 02:28 分类:问答How do you enable NSZombie in Instruments of Xcode 4.1 under Lion?
This is ONLY regarding the new Xcode 4.1, specifically running on Lion. How do you enable NSZombie in Instruments ?It is no longer in Allocations in the (i) icon under Launch Configuration as in Xcode[详细]
2023-03-22 14:45 分类:问答NSZombie stopped working after distribution provisioning profile added
I was using NSZombie just fine to debug my project, but now it fails to show anything at all when I run the Profiler. The only change I have made that would seem to affect this is the addition of an a[详细]
2023-03-19 20:55 分类:问答EXC_BAD_ACCESS although objects are not freed?
I have the following problem in my code: UITableViewController *controller = nil; switch (indexPath.row) {[详细]
2023-03-16 20:31 分类:问答Objective C: How to tell if an object is NSZombie now
I have NSZombieEnabled=YES set, and I want to do the following code - (NSString*) udid { if (udid == nil)[详细]
2023-03-09 03:45 分类:问答