sigabrt Questions
14
Solved
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 identif...
3
I have an app which uses SlideMenuControllerSwift. I've modified some code to see how to present different panels, then rolled back my changes.
When running the project I get SIGABRT fatal error:...
1
I have macCatalyst app that recently gets some random crashes. Searched everywhere but without finding any good leads. My guess is that it's related to memory or too many views visible on the scree...
Drawknife asked 4/11, 2021 at 10:6
1
Solved
I'm trying to configure Airflow on my laptop for the first time (without using docker, just following documentation). My goal is to set up a simple ETL job.
I've written the simplest possible DAG w...
1
Solved
I'm trying to sort an array of strings in C++, but I am getting the following error message:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct ...
12
Solved
I am currently trying to save a custom Swift class to NSUserDefaults. Here is the code from my Playground:
import Foundation
class Blog : NSObject, NSCoding {
var blogName: String?
override i...
Stavros asked 20/10, 2014 at 15:33
3
Incident Identifier: B959CD08-FA2C-4A34-8D0C-343927FF6B86
CrashReporter Key: 78e6625f679cb4cfb76f553075c64a197002c1bf
Hardware Model: iPad3,1
Process: ktv [50343]
Path:
/var/mobile/Applicatio...
6
Solved
I have a VirtualBox process hanging around which I tried to kill (KILL/ABORT) but without success. The parent pid is 1 (init).
top shows the process as D which is documented as "uninterruptible sl...
Filagree asked 20/4, 2009 at 9:29
1
Solved
When I create a new Single View App from in Xcode Version 11.3 (11C29) and run it all is ok.
When I turn on Thread Sanitize
And try to run the very same app, I get Thread 1: signal SIGABRT
...
Jalapa asked 30/12, 2019 at 0:42
12
FinalViewWithSending *newView = [[FinalViewWithSending alloc]initWithNibName:@"FinalViewWithSending" bundle:nil];
newView.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentM...
Delisadelisle asked 30/3, 2012 at 21:59
1
Problem
After following the tutorial for react-native-firebase, my app hangs after a successful build. The error I get in Xcode is: Thread 1: signal SIGABRT. I understand from other questions that...
Subotica asked 20/10, 2017 at 9:27
2
Solved
I am building an app in Xcode 9 (Swift 4) and it crashes before it even loads completely. I get an error: Thread 1: Signal SIGABRT and libc++abi.dylib: terminating with uncaught exception of type N...
Shilashilha asked 25/9, 2017 at 15:18
3
I have an activity with a ViewPager and TabLayout as below:
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android....
Bolognese asked 25/10, 2016 at 14:25
3
Solved
I keep getting this error: Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<FoodTracker.MealViewController 0x7faa9ed189d0> setValue:forUndefinedKey:]: this class ...
3
Solved
My code in the main.m file is as follows. I haven't changed it at all from when I started programming this app.
#import <UIKit/UIKit.h>
#import "rickAppDelegate.h"
int main(int argc, char...
1
My app runs perfectly with no problems. But when I try to debug it, android studio freezes. So I get the message "Waiting for debugger" and then that message goes away and next I get only a black s...
Applause asked 17/6, 2017 at 22:15
3
Solved
I have an app that runs perfectly fine on a device without a debugger attached. However, I have a problem when debugging in Eclipse:
When the main thread is suspended for about 10 seconds or more ...
3
Solved
Here is a simple thread trace program. The thread simply prints the first ten integers and then the "thread is done" message.
#include <iostream>
#include <vector>
#include <numeric...
Cynth asked 21/6, 2015 at 22:53
1
Solved
I don't know why this isn't working my Firebase is configured.
Here is a Screenshot of my AppDelegate.swift file. Here is my console log:
2017-05-29 17:52:53.141 Study M8[31592] <Error>...
5
Solved
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 "Threa...
1
Solved
I've built a xamarin.ios app. The app has been working absolutely fine. There have been no code changes and out of the blue, the app now crashes when accessing the camera. I have no idea why this i...
Berneicebernelle asked 10/10, 2016 at 21:9
3
Solved
I have an app I am testing on iOS 10 Beta 3 currently, and for some odd reason whenever I execute this one method, it seems to be crashing on the startPedometerUpdatesFromDate line below:
if (!_pe...
1
Solved
I see a very strange behavior in one of my apps since a few days. A UIAlertController crashes as soon as I add a second action. Here is the code>
let alertController = UIAlertController.init(title...
Julejulee asked 14/6, 2016 at 12:7
7
I'm having a problem where my (simple) iOS app builds fine, says running but on the simulator I just get a blank screen. In xCode, it still says "Running XXXX on iPhone 5.0 Simulator" but also give...
2
I use custom url protocol in my app by extending NSURLProtocol. It works fine most of the time but I see the following crash being reported via crashlytics. I'm unable to reproduce this myself. The...
Johannesburg asked 27/10, 2015 at 9:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.