NSURLConnection causes bad access crash
I have been fighting with this for the past 48 hours and searching all forums with no use. I am using NSURLConnection to asynchronously download a series of web files. It randomly crashes after...
View ArticleiOS 13 crashes from UserNotifications
LibGdx app crashes on iOS 13 only, worked fine on iOS 12 and below. It is either cause of getPendingNotificationRequestsWithCompletionHandler: orremovePendingNotificationRequestsWithIdentifiers: .From...
View ArticleJava ProcessBuilder: Resultant Process Hangs
I've been trying to use Java's ProcessBuilder to launch an application in Linux that should run "long-term". The way this program runs is to launch a command (in this case, I am launching a media...
View ArticleUnderstanding crash report from iOS review process
I'm trying to upload an app to the iOS App Store but I'm getting rejection due to crashes (which I can't reproduce with the several simulations / devices I have.I'm attaching here the crash reports....
View ArticleSteps performed by Windows OS when a hang GUI process is force quit from task...
I am performing an activity of creating a binary which catches the signals and crashes raised in a GUI application. The crashes and signals are handled as expected. When I test it for an application...
View Articlewhen i press dot button i want that dot button press only one time in input 1?
package com.deitel.calculator; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import...
View ArticleiOS 13: @objc VC.navigationController(_:willShow:animated:) : threading...
I got the crash on Crashlytics of Fabric only for iOS 13 users when the NavigationBar of the particular ViewController is being hidden.I tried by hiding the NavigationBar for particular ViewController...
View ArticleXcode 11.1 crashes when tried to record in login screen in safari browser for...
I am trying to write the XCUITest test case for Microsoft SSO login but my Xcode getting crashed every time if navigating on the SSO webpage or any other safari page from the application.Some...
View ArticleDiscord PY Bot crashing after reaction
my Discord PY bot keep crashing, after the crash it printed this:2019-11-19T10:25:23.845044+00:00 app[worker.1]: Traceback (most recent call last): 2019-11-19T10:25:23.845074+00:00 app[worker.1]: File...
View ArticleXcode crashing after archive?
App crashes after creating an archive of the app. My app works fine in several different branches of syncing, however, as soon as I create a Product-> Archive, after that has been completed, the app...
View ArticleAndroid app crashes when trying to connect to CC receiver
Some of our users are experiencing issues with connection to the Chromecast receiver. When they select a CC device in the app from the list of available devices the app crashes. Here is the stacktrace...
View ArticleHow can I cause Python 3.5 to crash?
We are using embedded cpython as a scripting language in our app. We are modifying our sys.path at startup to make sure that we don't execute code from outside our app, but a user with a...
View ArticleC++ CTRL+C Handler having undefined behavior?
I have a large C++ program running on Windows 10, that has a main system answering socket requests and 2 threads running monitoring systems via separate instances of a socket client class. At software...
View ArticleJava Crash on JAVA 8 SIGSEGV (0xb)
I have a java program that continues to crash. Here how I run the java/opt/ejre/bin/java -Xcheck:jni -XX:ErrorFile=/var/log/java/java_error.log -jar /opt/ecube/server/ecube_2.jar -cp...
View ArticleAndroid October Security Patch 2019 broke my app
My team noticed that after upgrading our QA devices with the October 2019 Security Patch (primarily Samsung and Pixel phone devices), our app is no longer stable.We are seeing crashes due to a signal 9...
View Articlestuck at percpu_ref_switch_to_atomic_sync waiting for !ref->confirm_switch
I am debugging this issue in the Linux kernel where I see one thread stuck waiting for per-cpu reference counter to switch to atomic mode. This is how the function looks like:void...
View ArticleiOS: Desymbolicating fails or gives implausible results
TL;DRatos gives me implausible info, namely that my own code is part of libobjc.A.dylib or AVFAudio. I was unable to desymbolicate via Xcode's Devices window. I am well aware that there is vast info...
View ArticleWhy XAML crashing while resizing an specific page in UWP?
my app has 4 pages. But when I'm trying to resize a specific page (setting page in my app), XAML is crashing and throwing an unhandled exception -#if DEBUG &&...
View ArticleUnity 2D Game - Memory issues on low end devices
Our game is designed in 1.5k resolution, so max size of image covering the screen is 1536*1152. There are around 600-900 textures of varying sizes per scene in our game which run without crashes on...
View ArticleCorruption of a heap - crash detected on Firebase but non reproductable
I have a large part of my users impacted by this crash which is non reproductable. I have only these logs below to help me to investigate. I know that the stack trace indicates that the corruption of a...
View Article