exc-bad-access
EXC_BAD_ACCESS after using function
Here the code : - (void)addAnswerWithNumber:(NSString *)numberAnswer { UIButton *aButton = [[UIButton buttonWithType:UIButtonTypeCustom] retain];[详细]
2023-04-04 21:08 分类:问答Application crashes when scrolling UITableView to reveal bottom rows
I have an application which displays data in a UITableView. However, it crashes when i try to reveal the bottom rows. Hope someone can shed some light on why this is happening.[详细]
2023-04-04 17:41 分类:问答iPhone - Need some help with EXC_BAD_ACCESS that drives me crazy (full source code included)
I have an app that uses a GoogleMap view. Into that app, I want to display some custom anotations, and a custom view for the userLocation. When the location manager gives a heading, I want to display[详细]
2023-04-04 12:00 分类:问答iPhone - Trying to catch a EXC_BAD_ACCESS error (seems to be a zombie problem)
I have an app that has a strange bug. I have registered the UIApplicationDidBecomeActiveNotification event, so when my app comes back from background, it does some things. I can play with that for h[详细]
2023-04-04 08:13 分类:问答Sdwebimage EXC_BAD_ACCESS
I am using https://github.com/rs/SDWebImage to load images in a UITableView. Here is how i implemented it (simple), inside cellForRowAtIndexPath[详细]
2023-04-03 14:11 分类:问答UIWebView EXC_BAD Access
Hy I\'ve got a UIView. In one method, I alloc a WebView, and set it\'s to a retain property. self->webView= [[UIWebView alloc] initWithFrame:self.frame];[详细]
2023-04-03 09:55 分类:问答NSOperationQueue and UITableView release is crashing my app
This is by far the weirdest problem I\'ve been stuck with. I have a UIViewController on a UINavigationController and I want to call a method at viewDidAppear using NSInvocationOperation so it can run[详细]
2023-04-02 23:41 分类:问答EXC_BAD_ACCESS in location based app
My app uses Location Manager. I see the above error after the updateService is stopped, and the delegate is set to nil. Here\'s the code:[详细]
2023-04-02 02:21 分类:问答I am trying to make a simple chat program with c and sockets. When I run it after a couple of things it says program received signal EXC_BAD_ACCESS
printf(\"what is your name?\"); gets(send_name); strcpy(send_name2, strcat(\"You are connected to \", send_name));[详细]
2023-04-02 01:07 分类:问答NSExpressionDescription for empty result sets
Using Core Data, I have a fetch request to fetch the minimum of a certain attribute using an expression. If I set a predicate on the request that results in no results being matched, I get EXC_BAD_ACC[详细]
2023-04-01 18:40 分类:问答