exc-bad-access
How to debug EXC_BAD_ACCESS on device only
I have some code that returns a struct containing 2 objects (declared as id). When trying to use one of the objects I get an EXC_BAD_ACCESS and the app crashes. This only happens on the device (ipad)[详细]
2023-03-20 14:20 分类:问答I am new to C and I am trying to learn to use structs, my unix app won't run and says EXC_BAD_ACCES. HElP! [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-20 08:13 分类:问答xcode 3.1.3 thread_start error
I am currently working on an iPhone game and about 3 weeks ago I started receiving these strange errors that all originated from thread_start in the call stack. The weird thing is that the errors have[详细]
2023-03-19 11:45 分类:问答Button causing EXC_BAD_ACCESS
I have trawled SO for an answer that makes sense to my question, so don\'t hate me if this is an easy one![详细]
2023-03-19 07:32 分类:问答UITextField - crash on delegates that return BOOL
I have a UITextField that I am adding to a UITableViewCell to use as a search field for a long list of accounts. I have added it as follows:[详细]
2023-03-19 05:43 分类:问答EXC_BAD_ACCESS on a struct assignment -- no idea why this happens
My program crashes on the line params.hessianThreshold = threshold; CvSURFParams cvSURFParams(double threshold, int extended)[详细]
2023-03-18 23:03 分类:问答EXC_BAD_ACCESS on trivial code
This is the code: UITabBarController *tbc = [[UITabBarController alloc]init]; tbc.viewControllers = [NSArray arrayWithObjects:ptlc,cvc,gvc,nil];[详细]
2023-03-17 22:31 分类:问答problem EXC_BAD_ACCESS with "removeFromSuperView
I have a problem on xcode. When my image(image1) collide with image2 I want to remove it with removefromsuperview but开发者_开发知识库 when I run my app there is an error \" EXC_BAD_ACCESS \" , I thin[详细]
2023-03-16 23:34 分类:问答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 分类:问答NSMutablearray removeallobjects crash my app. Works fine in NSZombie
This is how i declare my NSMutablearray self.otherDealsList = [[NSMutableArray alloc] init]; I\'ll get some values from a webservice and insert it into this array. This mutable array is used to po[详细]
2023-03-16 08:45 分类:问答