Top "Sigabrt" questions

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

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 …

c++ sigabrt
Xcode error - Thread 1: signal SIGABRT

I am creating a simple RSS application and I am not that good in Objective-c. The application will always build …

iphone objective-c xcode sigabrt
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 …

ios objective-c xcode4 xib sigabrt
Saving custom Swift class with NSCoding to UserDefaults

I am currently trying to save a custom Swift class to NSUserDefaults. Here is the code from my Playground: import …

swift nsuserdefaults sigabrt nscoding
Exception Type: EXC_CRASH (SIGABRT)

Incident Identifier: B959CD08-FA2C-4A34-8D0C-343927FF6B86 CrashReporter Key: 78e6625f679cb4cfb76f553075c64…

ios crash sigabrt
How to stop 'uninterruptible' process on Linux?

I have a VirtualBox process hanging around which I tried to kill (KILL/ABORT) but without success. The parent pid …

linux signals sigabrt kill-process sigkill
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 …

ios xcode simulator sigabrt
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 …

iphone ios xcode main sigabrt
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 …

objective-c cocoa-touch crash sigabrt
setValue:forUndefinedKey:]:

FinalViewWithSending *newView = [[FinalViewWithSending alloc]initWithNibName:@"FinalViewWithSending" bundle:nil]; newView.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; [self presentModalViewController:newView animated:YES]; //it crashes here with …

xcode modalviewcontroller viewcontroller sigabrt