This is a fatal error (`EXC_BAD_ACCESS`) related to memory management on OS X and iOS.

learn more… | top users | synonyms (1)

0
votes
0answers
17 views

iOS 6.1.3 EXC_BAD_ACCESS KERN_INVALID_ADDRESS

I have an app that is periodically crashing for the client. I'm unable to duplicate the crash, but I was able to get an error log from the client and I'm hoping someone could point me in the right ...
0
votes
0answers
21 views

Thread 1: EXC_BAD_ACCESS (code=1, address …) in C

I have received this error I have no clue why. The code works with initializing and assigning other variables pervious to the error but always throws this exception at the final line in this code. ...
1
vote
0answers
37 views

EXC_BAD_ACCESS code=1 crash on UIScrollView pinch gesture

My app has a UIScrollView with some items on it (such as UITextField), and for the most part, when the view loads with this scroll view, I am able to pinch to zoom in and out and it works fine. ...
0
votes
0answers
11 views

How to debug EXC_BAD_ACCESS in Mobile Safari

I've a multipage web application which when opened in Mobile Safari crashes when clicking certain areas in certain pages. It's 100% reproducable but there seems to be no pattern to it. Going through ...
0
votes
2answers
87 views

EXC_BAD_ACCESS error in Objective-C

I'm trying to write a simple iOS program that will notify when headphones are plugged/unplugged. I'm very new to Objective-C and iOS, and a lot of this code was written by somebody else and I'm now ...
1
vote
4answers
89 views

Random EXC_BAD_ACCESS when adding subview with ARC

My app is working perfectly on the simulator but when I test the app on the device I eventually get a random EXC_BAD_ACCESS and the app crashes. After a few days of testing I think I have found the ...
0
votes
2answers
28 views

fclose causing exc_bad_access

I can't figure out why this fclose() in my c program is causing bad access. It was working fine and then I changed the if condition to only print when the strings do not equal eachother and suddenly ...
0
votes
1answer
21 views

EXC_BAD_ACCESS when using an ABPersonViewControllerDelegate

I have an iOS app that shows a list of contact names in a UITableView, and displays a contact with ABPersonViewController when a cell is tapped. This project uses ARC. If I associate an ...
0
votes
2answers
34 views

Get EXC_BAD_ACCESS error after adding a viewcontroller'view as subView to another viewcontroller's view?

In my application I have two view controllers.First Viewcontroller is the rootViewController of the application window. when The Button in First ViewController is clicked I add the view of the second ...
1
vote
2answers
63 views

EXEC_BAD_ACCESS when calling SQLLite method

sqlite3_stmt *stmt; NSString *selectQuery =[NSString stringWithFormat:@"select * from myaccount"]; NSMutableArray *fl =[[NSMutableArray alloc]init]; NSString *sname; NSString ...
0
votes
1answer
43 views

Obj-C: EXC_BAD_ACCESS strange error with ARC

So I have a WebView inside a custom NSObject subclass called GoogleLinkFetcher and what I do is load a request from the webview and in webView:didFinishLoadForFrame: I call self to call a method on ...
0
votes
1answer
22 views

Getting Bad Access error with iOS Annotations and Arrays

The code below is for conducting search with MKLocalSearch and loading the results into an array. This array gets passed to my [self.mapView addAnnotations:annotations] method. Everything works ...
0
votes
1answer
15 views

Inverting UIImage , reseting alpha caused bad access crash

I am trying to invert and image and I need to reset the alpha count too, however it gives a bad access error when I try to do just that (crash at last line). What can't I access the data array? This ...
0
votes
4answers
54 views

Getting EXC_Bad_Access while scrolling tableview

I am getting EXC_BadAccess error message while i am scrolling tableview. the following is the code i have done in cellForRowAtIndexPath. - (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
1answer
44 views

EXC_BAD_ACCESS when using weakSelf in block / blocks

I have been struggeling with this issue for a while since i don't think i fully understand the retain cycles. I am totally new to this and i'm trying to learn more about it. I am getting the ...
0
votes
0answers
7 views

Cannot get file to move from my tmp folder, NSError giving Bad_Access?

Getting EXC BAD ACCESS code=2 in the below code and I have no idea why! Sorry to be so vague, I'm kind of new at this but here's the code, please impart your wisdom on me. [fileManager ...
0
votes
2answers
54 views

Memory management with GCD, NSMutableArray and UITableView [closed]

I'm now been stuck with this error "EXC_BAD_ACCESS" for hours and I can't seem to find what's wrong. Hopefully some of you will find it. I'm downloadning a file containing json-data, save it as a ...
-1
votes
1answer
36 views

EXEC_BAD_ACCES on objective c class [closed]

I've created a small class which should be used to manage a SQLite database. But now, when I try to initialize the class and call a method - I get a EXEC_BAD_ACCES error. I've seen that this has ...
0
votes
0answers
38 views

EXC_BAD_ACCESS using Mapkit

I have a map view controller here that is crashing after a while (did happen instanty once). When I pressed the button to track the map after my location after moving the map away it crashed. The ...
0
votes
1answer
41 views

EXC-BAD-ACCESS when setting a relationship between two objects

Can anyone explain why given the following MagicalRecord import code __block NSManagedObject *importedObject = nil; [MagicalRecord saveWithBlockAndWait:^(NSManagedObjectContext *localContext) { id ...
0
votes
1answer
46 views

EXC BAD ACCESS error on touch event

Im getting an EXC BAD ACCESS error on a touch event. The line being highlighted is the: if ([aCrate isKindOfClass:[Crate class]]) { Im working in an ARC enabled project using cocos2d. I have no idea ...
-3
votes
2answers
39 views

strcmp saying that it has EXC_BAD_ACCESS

This loop will crash and give the error of EXC_BAD_ACCESS in XCode 4.6.2 Here is the loop code for (beforeToDel = studentToChange->pFirstClass; ...
0
votes
0answers
23 views

Moving UIImage after OpenGL ES renders

I am trying to render a HUD using UIImageView over my OpenGL ES view. Basically, I am trying to move the HUD around on the screen after the view loads via touchesBegan. However, the problem is that I ...
0
votes
1answer
29 views

CAGradientLayer giving EXC_BAD_ACCESS?

I'm trying to make the ends of my UIScrollView fade out - just like one would a UITableView. I found the below code. I'm using it in a UIScrollView subclass in a method called inside ...
0
votes
1answer
52 views

Tabris 0.11 iOS EXC_BAD_ACCESS Geolocation

First of all: Thanks that I got such a good and fast feedback from you guys a few days ago. I'm still playing around in Tabris 0.11 and tried to implement a Geolocation like you guys did in the demo ...
1
vote
4answers
88 views

Is there a way to catch or handle EXC_BAD_ACCESS?

As far as I understand, EXC_BAD_ACCESS happens when you try to access bad memory (feel free to correct me if I'm wrong)? Is there a way to kind of catch it like in a try-catch in Java to prevent ...
0
votes
1answer
17 views

EXC_BAD_ACCESS when trying to set NSScrollView from NSOutlineView selected row item

I have an NSOutlineView and NSScrollView in a window, i set it up so every row in the outline view has an item MCMBlock (subclass of NSViewController) : - (id)outlineView:(NSOutlineView *)outlineView ...
-2
votes
2answers
87 views

App Crash due to “UnKnown Error”

My app crash without any Log write in Console. It gives me the "EXC_BAD_ACCESS" and stop. Image for the error is as below: I didn't get any help to solve this problem.
0
votes
1answer
55 views

EXC_BAD_ACCESS on attempting access private CCLabelBMFont member within performselector

I started a non ARC cocos2d project. It throws error EXC_BAD_ACCESS while attempting to access private CCLabelBMFont member within performSelector:withObject:afterDelay: title is allocating in ...
-3
votes
1answer
33 views

Difference between nil and return nothing in Init method

I'm new to objective c, recently I'm doing some exercises by myself: I create a class and implement the init method, I didn't return anything( I don't even write the return statement ). when I test ...
-1
votes
1answer
54 views

EXC BAD ACCESS error xcode [closed]

Can anyone help me out with this error, no idea what the problem is. Im using cocos2d with ARC enabled. The ScoreNode class then removes itself from parent after 2 seconds if that helps. Any ...
0
votes
1answer
36 views

NSNotificationCenter crash after changing UIViewController

I'm now implementing an application, whith iOS SDK 6.0, and i've got a problem. When i'm opening for the first time my UIViewcontroller where i implemented some NSNotificationCenter to detect when ...
0
votes
0answers
15 views

EXC_BAD_ACCESS when trying to deserialize a subclass object from AFHTTPClient

I have a subclass of AFHTTPClient with NSCoding protocol methods implemented: - (id)initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; if (!self) return nil; ...
0
votes
0answers
49 views

EXC_BAD_ACCESS error and strange behaviour when moving box2d body in straight horizontal line

I am having a few issues with making a box2d body move in a straight line. At times when I run the code it works (body moves in a straight line) and other times it falls as it moves. Below is the ...
0
votes
0answers
86 views

Loading a UIViewController with a nib result with a nil view property

So I've got a few UIViewControllers which I've subclassed that I'm trying to instantiate with nib files as views. The problem is that once I instantiate them, the view property on them is throwing an ...
0
votes
0answers
25 views

Xcode crashes - EXC_BAD_ADDRESS, Failed codesign and Two-factor authentication

Since I enabled two factor authentication for Apple my app refuses to launch in xcode, EXC_BAD_ADDRESS. After some digging I realized that "Application failed codesign verification" is the culprit. I ...
-8
votes
1answer
74 views

C on Xcode: bad access [duplicate]

I am trying to finish an assignment for my C programming class on Xcode. It's simple. It reads a text file, which contains a list of student IDs and their test scores. And then it calculates the ...
0
votes
0answers
68 views

ios- didSelectRowAtIndexPath generates EXC BAD ACCESS Code 2 error

i am new to ios and i wish to do the following: -a splitview controller as shown in image below: Now on click of the call of below table on left-side(the grey and white table below the black ...
-2
votes
1answer
143 views

iOS app crashes exc_bad_access during splashscreen

Before I even able to insert any breakpoints in the appdelegate.m... App does work in simulator but not on ipod touch. sometimes it does run, i'm unsure how to reproduce successful runs... here's ...
-1
votes
2answers
39 views

EXC_BAD_ACCESS error

When I call a method from another class, I get the error: (TREAD) : EXC_BAD_ACCESS. Here my method in class A: -(NSString*) parse: (NSString *) filePath { ////do something codeWriter* ...
0
votes
1answer
21 views

XCode EXC_BAD_ACCESS crash on device but not simulator - debugging with breakpoints

I'm not sure what happened, I think I did not make any significant changes to the code, but now I cannot run or debug the app. Thread 1: EXC_BAD_ACCESS (code=2, address=0x2fd77d4c) I cannot even ...
0
votes
1answer
40 views

Xcode lldb error - unsure where to start

I've been working on a small app, actually in final staging of polish and debug. I made few small changes to NSUserDefaults storage, which were very minor changes. However, every time I try to run ...
1
vote
1answer
25 views

Selector from button created in category calls released method

I have a category of a class that creates a button that initializes properly with the following options [cancelButton addTarget:self action:@selector(cancelReconnect:) ...
0
votes
1answer
17 views

EXC_BAD_ACCESS error on fwrite using underlying array from vector class

I am stumped with this EXC_BAD_ACCESS error. I am using zlib to compress and save some data from the array ch in the function deflateReadOut which is called from the function generate. The program ...
0
votes
1answer
57 views

glGenBuffers and many OpenGL function EXC_BAD_ACCESS in Macbook Air

I have a weird problem that a lot of OpenGL functions failed with EXC_BAD_ACCESS in my MacBook Air. A very simple function like glGenBuffers or glGetString(GL_VENDOR) would get this result. I run it ...
0
votes
1answer
75 views

C++: EXC_BAD_ACCESS when passing array pointer obtained from vector

Edit: I figured it out. When deflateReadOut() was instantiating the array was too large to be in the stack so it threw the EXC_BAD_ACCESS error when it was called. Useful link:link This ...
1
vote
1answer
35 views

Embedded Mono: EXC_BAD_ACCESS (SIGSEGV) when calling mono_jit_cleanup()

I'm embedding Mono runtime into existing Cocoa application. I've built the latest runtime from GitHub (master branch) and exiting application after running some managed code gives me this during the ...
0
votes
1answer
69 views

Application crash due to dereference garbage pointer

I am seeing few random crashes in my iPod application with following message common in all the crash reports (though they have different thread traces). The crash is not reproducible - it occurs ...
1
vote
3answers
71 views

NSMutableArray initializing from viewDidLoad

arrayOfElements = [NSMutableArray arrayWithArray:[someObj getArray]]; and arrayOfElements = [[NSMutableArray alloc] init]; arrayOfElements = [someObj getArray]; What's the difference? The first ...
3
votes
0answers
60 views

UICollectionView bad acces on -> UICollectionViewData _setLayoutAttributes:atGlobalIndex:

I use an UICollectionView to display a lot of images with a batch of 32. Every time the i reach the end of the collection view i load an other batch of 32 images and resize the collectionView ...

1 2 3 4 5 22