SIGABRT is a Unix signal sent when a program abnormally stops, often leading to a crash.

learn more… | top users | synonyms

0
votes
1answer
44 views

Every time I add something to the CoreData file i get sigabrt

Every time i add something to the CoreData (like adding an attribute to one of the entities) I get sigabrt and the only thing that helps is deleting the app from the emulator and cleaning the project. ...
0
votes
0answers
43 views

Getting signal sigabrt exception, cant find the error

So im getting this strange sigabrt exception, I added an all exception breakpoint and the line I'm getting the exception on is this: [self performSegueWithIdentifier: @"SolveSound" sender: self]; ...
0
votes
1answer
18 views

presentModalViewController causes sigabrt inside UINavigationController in IOS 5.1 [duplicate]

Now, at the moment my application consists of a UINavigationController, which then passes (via a button) to a normal UIViewController, which then uses presentModalViewController to load another ...
0
votes
1answer
64 views

simple calculator app, presents SIGABRT error when I add new button

I'm new to Objective-C programminga nd X-Code so please bear with me. I copied code from a book about objective C to make a calculator class and it's working wonders. Then it asked me as part of the ...
-2
votes
2answers
71 views

SIGABRT 'Unrecognized selector sent to instance…' [closed]

I'm new to programming for iOS. I've started developing an app using storyboards in xcode. The app contains many different scenes and clicking one button takes you to the next scene with new content. ...
0
votes
1answer
29 views

Changing View Controllers - SIGABRT

I am trying to move from one view controller to another when a button is pressed, but it is giving me "sigabrt" error. This is my code: -(IBAction)buttonPressed:(id)sender{ StatsViewController ...
0
votes
0answers
36 views

implementation of UIActivityViewController

Hi Im new in development, not much knowledge about programming I created a simple app with storyboard using a TableViewControllereach time that the tab at the Table view is pressed its open a web ...
0
votes
0answers
32 views

SIGABRT Error with Shake Gesture

I keep getting the SIGABRT Error. Im trying to get a uibutton to appear when the Shake Gesture is activated. Once the button appears I wont to be able to click the button and your then able to post a ...
4
votes
0answers
129 views

iOS app crashing every other launch, can't find error

I've been at it for about 3 hours now performing searches on this issue but haven't found anything that has helped so far. This is what's happening. First time I launch the app, everything seems to ...
0
votes
1answer
81 views

SIGABRT - What is happening? Label of Death

I am coding an app that involves loading data from NSUserDefaults. So when I have confirmed that the passed integer was 1, I want it to display a certain text. However when I don't have a UILabel on ...
0
votes
1answer
62 views

SIGABRT When going back to MainViewController

In my app, when the user presses a button, I want to produce information about that topic on a different view. E.G when the user presses the cat button, I want a new view to come up displaying the ...
1
vote
0answers
56 views

Sigabrt Error NSPredicate Showing up in search bar xcode 4.5+

Hi guys I'm currently having a problem with my search bar. When I run the project the search bar comes up and its all good, but when I actually type inside the search bar it returns a sigabrt error ...
0
votes
1answer
250 views

[__NSArrayM insertObject:atIndex:]: object cannot be nil

For some reason that I cannot find I am getting the following error: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object ...
0
votes
2answers
80 views

SIGABRT on UIApplicationMain error

I have searched and searched and despite being a lot of topics on this issue, i cannot find any relevant to solve my issue. If someone could please take a look: I am using xcode 4.6 I am getting the ...
0
votes
0answers
59 views

Phonebook iOS app using sqlite

I'm almost done with this project. I have created a small application of a phone book using SQLite. I'm facing a thread error after the successful build. In gist i'll tell you what i'm upto in this ...
0
votes
1answer
53 views

sigarbt when using dequueResuableCellWithIdentifier

Using storyboards and a tableview my app worked fine till I added another ViewController and had a push segue to the new controller. I attached the segue to the accessory in the cell. Now I get the ...
4
votes
1answer
337 views

EXC_BAD_ACCESS (SIGABRT), ios crash log

I have some problem with my iPhone/ipad app. its published in app store, but now it seems like a few users experiences crashes when they try to start the app. Sometimes it helps with a hard reboot. ...
-1
votes
2answers
75 views

presentViewController SIGABRT

I am working on a universal app, when trying to select a photo from the devices library on the iPad I get a SIGABRT error, but it works fine on the iPhone picker.sourceType = ...
0
votes
1answer
58 views

A weird crash error in GDB

I tried debugging this program in GDB but I get an extremely weird crash error (SIGABRT). It happens in my pop function but I have no idea why. Can someone help me? Thanks alot! I stepped through GDB ...
2
votes
1answer
101 views

Monotouch SIGABRT error

When launching my app in Monotouch for iOS it just crashes. The wierd thing is that it has just been working, and with only a minor change it did drop me a SIGABRT error.. Even when trying to run ...
0
votes
1answer
73 views

ihasapp to get list of installed apps on ios giving an error

i found the ihasapp framework on github: https://github.com/danielamitay/iHasApp i included the two files into the project..however it is giving an error: 2013-03-14 11:21:35.848 apps[4338:2203] ...
0
votes
2answers
98 views

SIGABRT on launch when using ios 5.1.1

When I use a test device running ios 5.1.1 I get sigabrt. I think i need code which is compatible with ios 5. When using an exception breakpoint it stops at this line of code. [self.window ...
0
votes
1answer
48 views

-[UIBezierPath moveToPoint:]: unrecognized selector sent to instance

When I am running my application I am getting the following exception -[UIBezierPath moveToPoint:]: unrecognized selector sent to instance 0x8e0fcc0 and the app is crashing.
1
vote
1answer
63 views

SIGABRT error after adding SKProduct to NSMutableArray in iOS

I am adding the purchased items to an array so I can retrieve data and display them in a tableview easily.. However I am getting sigabrt error.. What is my problem with the code below? tableView if ...
1
vote
0answers
134 views

SIGABRT error in Xcode 4.6

I'm building an app to demonstrate a point for a project and I keep getting the SIGABRT error whenever I run it I have tried using breakpoints but it comes back to the same line of code in main.m: ...
0
votes
1answer
146 views

SIGABRT inside GCD with iOS 6.1

We're having a weird crash inside libdispatch internal functions and after hours and hour of research we have no clue about what's happening. The crash trace is: Incident Identifier: ...
2
votes
3answers
90 views

How to track the exact issue for the crash in iOS

When I was debugging my iPhone app, I got an error and the app got crashed. I have added a exception break point but it didn't point any where in the code and crashed in main.m. Here I am adding the ...
0
votes
0answers
94 views

iOS ViewController SIGABRT

I have came across a small problem I cannot solve since an hour... I'm new to iOS so probably it is something which you will notice after a second ;) I was looking for simular posts on SO, but didnt ...
0
votes
0answers
39 views

FFTW method fftw_cleanup() causing SIGABRT

Good day , I am running a simulation program implemented in C++ which uses the FFTW libraries. The program was working fine for weeks. I now had to make some changes to a certain class A and now the ...
0
votes
0answers
60 views

Presenting a modalViewController with XIB files, but the application crashes

I tried to present a modalViewController in my View, but it crashes everytime. I tried a lot to do a new project and try it again but everytime the application crashes and the error "Thread 1: signal ...
0
votes
0answers
353 views

Android watchdog sent SIGKILL to system_server, but why did the log say “Fatal signal 6”?

In the log, Watchdog killed system_server by sending SIGKILL, but how did the log say "Fatal signal 6 (SIGABRT)"? I know that a process terminates after receiving SIGKILL, why did it receive SIGABRT ...
-2
votes
2answers
105 views

What could be the cause of SIGABRT - Xcode? [closed]

I have been getting this issue frequently, however it seems my code looking fine to me. What else could be the cause of this issue? eg: long *send_pend_user_list_pvt = new long [count]; // Crashes ...
1
vote
1answer
52 views

iPhone simulator continues to fail loading a webpage with the error sigabrt

I'm building a web browser from scratch and most everything works except for the most important thing. The browser will fail with the error sigabrt and, while I'm new to iPhone programming, I'm pretty ...
1
vote
1answer
33 views

HSC ASSESMENT - UICollectionView signal SIGABRT

Okay, so i am building a basic UICollectoion view app in Xcode, going off of a tutorial on the Ray Wenderlich website, when I get to the point of running it, it searches for photos, and then i get an ...
0
votes
1answer
63 views

SIGABRT between loadView and viewDidLoad

I'm new to iOS development, and having trouble identifying the source of a SIGABRT. I've narrowed it down to something that happens during initialization of a UIViewController subclass, specifically ...
-2
votes
1answer
105 views

Signal SIGABRT Simple Table View

I just followed a few steps in a tutorial to create a simple TableView with 50 rows but i get "Signal SIGABRT" :/ I connected the TableView in Storyboard with the TableViewController-Class i created. ...
0
votes
1answer
112 views

Pulling coordinates for MapView annotations from MySQL database, but annotations aren't showing?

I'm trying to pull coordinates for my MapView from a MySQL database, but for some reason my coordinates just aren't showing up on the MapView? See below my code. MapViewController.h file #import ...
0
votes
1answer
130 views

Calling coordinates from MySQL database with this code causes simulator to display a SIGABRT error. What's wrong?

When I use this code to try and call Lat & Long coordinates from a MySQL database (and display them on a MapView), the app runs fine. Everything appears to work, but for some reason, xcode pauses ...
0
votes
1answer
65 views

Setting delegate for NSXMLParser giving error for SIGABRT

I am using following code for applying delegate for XML Parsing NSXMLParser *nsXMLParse = [[NSXMLParser alloc] initWithData:data]; XMLParse *parser = [[XMLParse alloc] initXMLParser];//XMLParse ...
0
votes
1answer
83 views

SIGABRT thread error running simple ios app

Ok so there have been a lot of answers to questions like this but none of them have worked for me. Basically i have written a very simple iOS app that has a label and a button. click the button and ...
0
votes
0answers
48 views

SIGABRT error in icarousel

I'm still having problems with icarousel, I now created a storyboard and copied the exact code that works. However mine is giving the following error: 2013-01-14 23:56:00.755 ...
0
votes
1answer
1k views

Exception Type: EXC_CRASH (SIGABRT)

Incident Identifier: B959CD08-FA2C-4A34-8D0C-343927FF6B86 CrashReporter Key: 78e6625f679cb4cfb76f553075c64a197002c1bf Hardware Model: iPad3,1 Process: ktv [50343] Path: ...
0
votes
2answers
196 views

Clicking a SegmentedControl to UITableViewCell in Monotouch causes SIGABRT

In my Monotouch application for the iPhone, I'm trying to add a segmented controller to a UITableViewCell to act as a toggle for a value in each row. Everything displays correctly, and the first rows ...
-4
votes
1answer
59 views

How can I fix this Asteroids game? [closed]

I have been programming an Asteroids-like game in obj-c. All I have done is animated one asteroid. I am trying to compile right now so that I can test how my animation runs. However, when I try to run ...
0
votes
2answers
335 views

Killed by signal 11(SIGSEGV) and/or 6(SIGABRT) [closed]

I'm having this slight issue with my program. In Visual Studio 2012 it runs fine, but if I compile it with G++ (yes, for reasons above me, I have to use it to compile), the error signals 11(SIGSEGV) ...
0
votes
1answer
119 views

A GKScore must contain an initialized value?

I am getting a SIGABRT crash sometimes with the crash saying: A GKScore must contain an initialized value. So it tracked it down to this line: [localScore reportScoreWithCompletionHandler:^(NSError* ...
1
vote
1answer
198 views

Sigabrt error in [self.window makeKeyAndVisible] while running the app on ipad?

I am having an error in the following lines if code. This error is being generated when I run the app on ipad its working fine on the simulator. - (BOOL)application:(UIApplication *)application ...
1
vote
1answer
152 views

c++ SIGABRT in struct destructor in multithreading app

I'd need a hand in solving today's multithreading mystery. I have an application that has a mediator, say: class Mediator{ ConfigMgr * mgr; .... Config getConfig(){ return ...
0
votes
1answer
130 views

NSLayoutConstraint SIGABRT on iPad

Application is made in Interface builder. Seperate storyboards for iPhone and iPad. Project runs and works properly on iPhone Simulator, iPad Simulator, iPhone 4 with newest iOs, but I get this error ...
1
vote
1answer
277 views

-[GKPlayerInternal setAuthenticateHandler:]: unrecognized selector sent to instance

Get error SIGABRT with this log: "-[GKPlayerInternal setAuthenticateHandler:]: unrecognized selector sent to instance" I test this on iPad 3 iOS 5.1.1 GKLocalPlayer* localPlayer = [GKLocalPlayer ...

1 2 3 4 5 7