Tagged Questions

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

learn more… | top users | synonyms

4
votes
1answer
193 views

More unspecified crashes on Xcode 4.2

I've been using Xcode to develop iPhone Apps for a couple of years now. In the last couple of months I've updated to Xcode 4.2 for iOS 5 development. On previous versions of Xcode I've found it ...
3
votes
4answers
4k views

Setting self.window.rootViewController causes SIGABRT

I am trying to do an application where you press a button then a UIAlertView comes up and there is a UIView inside it with 3 custom button. So far everything work. When i click on one of the 3 button ...
3
votes
1answer
311 views

Why would one crash log symbolicate and not another?

I have two crash logs from a iPhone application in XCode Organizer. Both occurred within 20 minutes of each other, on the same device, running the same build of the application. While one has been ...
3
votes
4answers
3k views

When does a process get SIGABRT (signal 6)?

What are the scenarios where a process gets a SIGABRT in C++? Does this signal always come from within the process or can this signal be sent from one process to another? Is there a way to identify ...
3
votes
5answers
369 views

Does the stack get unwound when a SIGABRT occurs?

Does the stack get unwound (destructors run) when a SIGABRT occurs in C++? Thanks.
2
votes
1answer
259 views

Xcode 4.2 SIGABRT Error

Everytime I run my app on the iPad simulator, it works flawlessly. But, when I run it on the iPhone simulator, when I click the home button, I get an error in Xcode in my main.m file, saying "Thread ...
2
votes
1answer
51 views

node.js main process killed by ABRT signal, but not caught by process.on(“SIGABRT”,…)

I'm using upstart to launch a daemon to run a node.js (using express and connect-redis) http and https server (in the same node .js file) per ...
2
votes
2answers
44 views

error when using delegate array

I am attempting to create a "Player" object in a differing class by initializing with an array of "Player" objects that I have in my app delegate. This code worked (and still does) with ios 4.3, but ...
2
votes
0answers
424 views

SIGABRT doesn't show stack trace in iOS 5 simulator

When running my application in the iPad Simulator using iOS 5, if there is a SIGABRT error, it doesn't show the full stack trace as it did in iOS 4.3 Also the debugger doesn't stop in the line where ...
2
votes
3answers
127 views

Why is this QT app exiting with a SIGABRT signal?

I'm new to Qt. So I started to reimplement one of the get started examples: link. However I get a SIGABRT signal when closing the windows. The reason for this is obvoisly due to some memory managment ...
2
votes
3answers
8k views

Objective C, Thread 1 Program Received Signal SIGABRT

I am trying to compile and run a simple tutorial for an Objective C app using Interface Builder. I am using Xcode 4.0.2 and simulating on iOS (iPhone) 4.3 ...
2
votes
1answer
458 views

Prevent iOS SIGABRT when calling 'UIColor colorWithPatternImage'

I am writing an iPad application that has a label with a gradient image background. This has worked in 4.2 but it is working no longer. Every time I try to run I get a SIGABRT whether I am in 4.2 or ...
2
votes
2answers
693 views

SIGABRT received while using KeychainItemWrapper iPhone SDK

I'm writing an application that uses the class "KeychainItemWrapper" for storing in a secure way login credentials. Here's the code that manages the Keychain object: - (IBAction)saveFields { wrapper ...
2
votes
1answer
3k views

How to read crash log? How to find why the app crashes in system library? What means EXC_CRASH (SIGABRT)?

I got an crash logs from a customer to figure why my app crash on her iPhone. Here some info from crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed ...
1
vote
2answers
63 views

Crash with SIGABRT on a calculator app, don't know how it happened

I'm extremely new at programming, and am trying to learn some of the basics for my senior project (a graduation requirement). I'm attempting to make a simple calculator app, following the Stanford ...
1
vote
1answer
58 views

App crashes when MapKit annotation tapped

I am developing app to virtualize twitter trends. I fetched the locations of places and create annotation for each of them. Unfortunately when I tap the annotation, the app crashes and gives a sigabrt ...
1
vote
0answers
54 views

Strange SIGABRT error using UIViewController

I'm getting a very odd SIGABRT error when adding subviews to a UIScrollView. Basically, I am looping through and loading a series of subviews from nibs whose names are stored in an array (pages): ...
1
vote
1answer
187 views

iOS SIGABRT in Main.m (backtrace provided)

Getting the SIGABRT error in main.m. I have listed the back trace form the console to see if someonbe could point me in the right direction. #0 0x94d77c5a in __kill () #1 0x94d77c4c in ...
1
vote
1answer
53 views

Crash on device during a declare of ClientBase

I try to invoke a wcf web service in my MonoTouch application. On simulator all is working great. On device I received the error: EXC_CRASH (SIGABRT) I generate my proxy class using the tool: ...
1
vote
0answers
175 views

xcode error: program received signal SIGABRT, very simple program tho

I'm trying to write a program that counts the number of wings my friend eats, while at the same time counting the amount of time that has passed. Fairly simple and I made the program with no errors ...
1
vote
0answers
71 views

Thread 1:Program recieved signal: "SIGABRT error code [closed]

Possible Duplicate: thread 1 program received signal SIGABRT <UIKit/UIKit.h> int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int ...
1
vote
1answer
230 views

How to track down cause of SIGABRT

I'm showing the code to this problem for example purposes, but really my question is: how am I supposed to track down and understand SIGABRT errors? I read this question: sigabrt with no error ...
1
vote
4answers
926 views

App crashes while loading with error in main.m

I'm trying to recover an app that I accidentally deleted and managed to do it through the organizer, however, now when I try to run it on the simulator or iphone, it crashes with an error popping up ...
1
vote
1answer
104 views

SIGABRT and not sure how to trace back to calling code

The error messages and stack trace xcode is giving me don't seem to allow me to trace back to the calling code. *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ...
1
vote
1answer
156 views

app crash while testing with ios 5.0

I m trying to compile an app developped with ios sdk 4.3 with new ios 5.0 sdk however, I get a strange crash at app loading with SIGABRT signal the call stack is pretty minimalistic : 13 ...
1
vote
2answers
437 views

Xcode: Why do I get a SIGABRT message using presentModalViewcontroller?

I want to switch to another viewController. I have an UIButton on my view, the UIButton have an UILongPressGestureRecognizer by using this code: UILongPressGestureRecognizer ...
1
vote
0answers
103 views

SPOJ PALIN problem (SIGABRT runtime error) [closed]

Possible Duplicate: SPOJ PALIN problem (SIGABRT runtime error) With reference to following question : http://www.spoj.pl/problems/PALIN/ The problem asks to find the next higher ...
1
vote
0answers
77 views

SPOJ PALIN problem (SIGABRT runtime error)

With reference to following question : http://www.spoj.pl/problems/PALIN/ The problem asks to find the next higher palindrome for an inputted number. My program works well on my PC (I am using MinGW ...
1
vote
2answers
76 views

NSInternalConsistencyException thrown when loading a NIB

I have an RSS feed reader with a table view. When I run my app, it boots up fine, but when I try to touch one of the previews of the articles in the table view, I get a SIGABRT error/warning. When I ...
1
vote
4answers
313 views

Xcode SIGABRT when accessing photo gallery

I've been trying to get my application to select a photo from the photo gallery and then display it, it worked in a different project fine, but in this one the application runs fine but when I press ...
1
vote
2answers
132 views

NSMutableArray removeAllObjects issue

I am trying to remove all the objects from the NSMutableArray and I am reloading the UITableView. But it produces SIGABRT in cellForRowAtIndexPath. The code is given below. if ([nsMutableArray ...
1
vote
1answer
170 views

Setting UILabel background color causes app to crash

I have the following code: UIImageView *photo = [[[UIImageView alloc] initWithFrame:CGRectMake(title_bar.titleView.frame.origin.x+130, title_bar.titleView.frame.origin.y-12, 22.0, 22.0)] ...
1
vote
1answer
1k views

SIGABRT error during interface change

(IBAction)switchAppointment { AppointmentController *appt = [[AppointmentController alloc] initWithNibName:nil bundle:nil]; appt.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; ...
1
vote
2answers
128 views

-[NSURL objectAtIndex:]: unrecognized selector sent to instance 0x4e1d6d0 ASIHTTPRequest

I'm formatting an ASIHTTPRequest to send array data to a server. I have an array for keys (propertyKeys) and an array for the information (propertyValues) and have created a loop to set the post and ...
1
vote
3answers
166 views

Vector push_back in while and for loops returns SIGABRT signal (signal 6) (C++)

I'm making a C++ game which requires me to initialize 36 numbers into a vector. You can't initialize a vector with an initializer list, so I've created a while loop to initialize it faster. I want to ...
1
vote
1answer
60 views

Why am I receiving an error message when attempting NSScanner to use in a NSString statement?

I would like to know why I get an error message Thread 1: Program received signal: "SIGABRT") When I use this line of code: NSScanner *userEntered = [[NSScanner alloc] scannerWithString:temp]; ...
1
vote
1answer
847 views

SIGABRT @ [self.window addSubview:viewController.view]; on devices only

On the iPad/iPhone simulator, my app runs perfectly. On either device, I get a SIGABRT @ [self.window addSubview:viewController.view]; The two XIB files (MainWindow.xib and appNameViewController.xib) ...
1
vote
4answers
528 views

C++: vector<string> *args = new vector<string>(); causes SIGABRT

Pretty self explanatory. Here's the method that's causing the SIGABRT on the 'new vector' line: vector<string> * Task::arguments() { vector<string> *args = new vector<string>(); ...
1
vote
2answers
330 views

C Realloc error - “Assertion `ptr == alloc_last_block' failed!”

I'm writing a function in C that takes in a linked list and a predicate and returns an array containing all values of the linked list satisfying this condition. Here's the function: void ...
1
vote
1answer
201 views

Strange SIGABRT error

I was trying to make a program but, when add sprintf to the equation, I get the following error: Program received signal: "SIGABRT" My sprintf is written as follows: int i; int g; char b[6]; ...
1
vote
3answers
841 views

SIGABRT on any UIView touch

I'm afraid no amount of Googling has been able to save my hyde on this. I seem to be getting SIGABRT error anytime I touch the screen of the phone, on any UIView. The debugger console posts this ...
0
votes
2answers
41 views

Switching Views gives me a SIGABRT Message

I'm having a little predicament switching between views, here. Alright, so, I have this view controller class in my iPhone project called "BaseViewController," which is the default, which has a ...
0
votes
2answers
91 views

I can not figure out how to resolve SIGABRT error in Xcode

I am working on a basic calculator app, following a tutorial for an iTunes U class. I thought I had worked it out perfectly but when I go to run the application in the simulator, I get an unexpected ...
0
votes
0answers
23 views

program received signal SIGABRT in splitviw application

I am trying to develop a split view application.After running the project it shows the error like this Couldn't register com.yourcompany.MultipleDetailViews with the bootstrap server. Error: unknown ...
0
votes
0answers
8 views

classes using in split view controller

I am using the split view controller application. But when I am using the different classes. In one of the class, I call the method of another class. After that it shows the Thread1:Program received ...
0
votes
2answers
67 views

NSURLConnection originalRequest throwing exception in iOS 4 what can I use instead?

In iOS 5 [NSURLConnection originalRequest] works fine, however in iOS 4 it throws an exception: -[NSURLConnection originalRequest]: unrecognized selector sent to instance 0x65609a0 It seems ...
0
votes
1answer
93 views

App crashes on startup

Im trying to make an iOS App with Xcode, until now everything worked well. I have an Navigation Controller on MainWindow.xib, first it loaded RootViewController NIB, but now I changed it to main ...
0
votes
1answer
74 views

SIGABRT error in xcode: NSMutableArray fails to load all objects creating null reference

I am trying to create a quiz app. My code should load the questions & answers from a CSV and then display them randomly. On the simulator, it works well up until at least question 85. After which ...
0
votes
0answers
68 views

OpenEars SIGABRT error in Device but works fine in Simulation

I use xcode3.2.3 to compile the OpenEars sample program and works fine in Simulation mode. However, when I run in Device (my device is iphone 2G), console shows: 'backward, forward, left, right, ...
0
votes
3answers
41 views

Changing between tabs using a Singleton class causes SIGABRT

I come from more of an Android development background so apologies if this is a stupid question, but it's just wracking my brain and I can't see what is wrong. I have a Singleton Class implementation ...

1 2 3