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

learn more… | top users | synonyms

0
votes
1answer
31 views

PresentViewController crash on iOS 6

i got a weird crash problem of my App. Once I enter B ViewController from A ViewController, it crash(not every time, only happened once). here is the code - (void)tableView:(UITableView *)tableView ...
0
votes
0answers
40 views

Xcode signal SIGABRT

I received this warning from Xcode, though I have not changed a single character in the appdelegates (I´m new to Xcode). Nothing seems to work. Here is the line it breaks: return ...
0
votes
2answers
43 views

App is giving SIGABRT when running on already running simulator

When I am running the application from XCode through the simulator for the first time its running fine. But when the application is running in the simulator and if I run again from the XCode the app ...
0
votes
0answers
18 views

EVERY Xcode project errors on every other run

So I am having a major issue. I have completely uninstalled Xcode and used terminal to perform a complete uninstall or all Xcode related files. I deleted the application and then have just reinstalled ...
1
vote
2answers
67 views

SIGABRT on Startup in Simulator

I was just running my code on the simulator which has been working in the past. The only thing I've really done for the startup code is setting user defaults NSUserDefaults *defaults = ...
0
votes
0answers
67 views

Thread 1: signal SIGABRT (Crash in main.m)

So, I'm trying to make an app which requires a few ViewControllers. Everything works fine, by this I mean the navigation between segues. The project is out of the box, not much done but a few custom ...
4
votes
2answers
202 views

iOS simulator crashes at startup (intermittently), no crashes on device

My app crashes on the iPhone 6.1 Simulator. It crashes on startup, but not every time. In fact, I can't get it to crash two times in a row. Sometimes it's every other time I hit run, sometimes it's ...
0
votes
0answers
9 views

simulator crash on main

If I create a new clean app, I write some simple code like add uitextfiel or add value to object (code write 100 time) I try to run the application and 1 time go and one time crash on Thread 1 - "7 ...
3
votes
1answer
121 views

Runtime Error — Thread 1: Signal SIGABRT — No Console Output

First off, I realize there are a thousand questions with this subject, but I looked through many of them and could not find a solution. I'm working on a simple tutorial from developer.apple.com. I ...
0
votes
1answer
96 views

SIGABRT Error - Exactly after 3rd Run (both iPhone & iPad Simulators)

My app loads and runs fine in both the iPhone and iPad simulators (5.0, 5.1, 6.0, 6.1). On the the 3rd attempt "EXACTLY" I receive a SIGABRT error with a "(lldb)" log output. Here's the output from a ...
-1
votes
0answers
93 views

App crashinh in iphone 5 ie IOS6.1.4 and iPad ie IOS6.1.3 [closed]

App running fine on simulator, but... I have some problem with my iPhone/ipad app. i, it crashes when a button is clicked. On the click of button tableview controller appears in contains albums. Would ...
0
votes
0answers
76 views

EXC_CRASH (SIGABRT) on iPhone

I get the following crash report from an iPhone: Incident Identifier: 6E2B4585-CB62-422C-B3AC-572865DD3AA7 CrashReporter Key: c0ee8e4ebe234085fced97effaa20b4466f37166 Hardware Model: iPhone5,2 ...
0
votes
0answers
41 views

iOS Core Data // NSOrderedSet and SIGABRT

I recently had to modify the data model of a project I didn't started. I just added the attribute "ordered" on some entities, and regenerated the whole thing in classes, about 10. The issue is, I'm ...
0
votes
2answers
219 views

iOS SIGABRT on launch

I recently setted up Crashlytics to receive crashlogs from my iOS app and I keep on getting a SIGABRT crashlog and i can't find from where it comes from. Here's the crashlog if you can help me a ...
0
votes
1answer
65 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
77 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
35 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
74 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
84 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
40 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
51 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
36 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 ...
48
votes
2answers
2k 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
93 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
63 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
70 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
472 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
124 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
92 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
59 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
441 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
86 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
118 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
97 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
108 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
62 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
73 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
181 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
164 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
103 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
103 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
45 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
64 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
426 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
108 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
54 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
38 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
71 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
127 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. ...

1 2 3 4 5 7