How to resolve UnhandledException at [UnityAppController(Rendering)...
This crash is by far topping our crash logs, and we just can't figure out what is causing it. So I turn to you guys for help.My research in this topic hints that a possible cause is when we're either...
View ArticleVS-2019 program crashes on first floating point instruction on some servers
I have a service with code that runs for years. Now using the VS-2019 16.3.7/8/9 I get a 0xC000001D (The thread tried to execute an invalid instruction.) exceptions on the first floating point...
View ArticleFlutter app crashes when it use Firestore plugin in Release mode
Everything works perfectly when in debug mode. It first happened when I update Flutter version to 1.10.x I could not remember which version did I use, properly. It should be 1.7.8, it was stable. To...
View Articlehow to find a symbol file and tell crash about it
I am debugging in issue in the Linux kernel using the crash utility to inspect a kernel crash core. But when I try to inspect contents of a particular instance of struct r5conf, crash tells me it does...
View ArticleAdding entry to myApp.entitlements causes quit with `Message from debugger:...
I have some IOHID code for watching keyboard events.It was working fine on an earlier version of macOS. About four years ago, I don't remember precisely. Towards the end of the Big Cat era, before the...
View ArticleApp crashes in GooglePlay store but not when developing locally on emulators...
After upgrading my app to a never version and using realm database, it crashes when downloaded from GooglePlay but never when I check it on physical devices or many emulators. What is wrong? Pls help....
View ArticleUnity3d - Access Violation (0xc0000005)
My Unity App build for Windows10 is crashing randomly. I can kind of reproduce it when I click the buttons in the app very fast, a couple of times in a row.I use an external touchscreen monitor, not...
View ArticleiOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta
This crash has been a blocking issue I used the following steps to reproduce the issue:Create a Cocoa Touch Framework projectAdd a swift file and a class DogBuild a framework for deviceCreate a Single...
View ArticleApp crashes on first time opening it, but only if downloaded from Google play...
What the title says. Already saw few topics and tried their fixes like addingandroid:allowBackup="false" android:fullBackupContent="false" tools:replace="android:allowBackup"to the AndroidManifest....
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 Articlerunning python code with takes 3GBs of ram and crashes the pc
im doing deep learning stuff. I have tensorflow 2.0 (cpu version) and when i try to run this code(below) in pycharm (or jupyter notebook) it uses 3GBs of memory(RAM) however i have 6GBs of RAMthe...
View ArticleiOS crash report and the plus value meaning
facing a crash on my app, i'm using an external SDK to display some ads, i have a crash velocity and the report i get looks like: -[ExternalProviderCAbstractShowableNetworkALongLongNameForAFunction:]...
View ArticleStm32duino crashes in malloc
I find this trouble really hard to fix.Some info before describing the problem : - I got a Nucleo L4r5zi and I'm using stm32duino to control it. - I'm using PlatformIO in visual studio code to debug...
View ArticleGauge - Implementing step crashing VS 17
I had created a spec several days ago and needed to create a new one. Instead of creating a new step implementation I used the same one as the previous spec. And since a couple of the steps were...
View ArticleWhy is my Application going to a black screen when I click on a level?
I am creating a mathematical Quiz, that has 10 questions, all randomly generated, completely. For some reason, when I click on the level I wish to play, it crashes.No errors are shown in logcat...
View ArticleLocalHost not reloading and crashing on save
So I am building a huge project in React.Js and VSCode, and I have had no problems up to this point. Recently when dealing with this json object, my program (on localhost:3000) just won't save, and...
View ArticleApp crashes while login on iPad running iOS 13.2
I have submitted an iOS app to app store review and they say that the application crashes in iPad (iPadOS 13.2) running on wifi.I have tried to symbolicate crash logs but could not find understand the...
View ArticleUnity Build (Win10) Crashes - Access Violation (0xc0000005)
My Unity App build for Windows10 is crashing randomly. I'm using an external touchscreen monitor, not sure if this is important and the app is compiled on a Mac (don't have Unity on windows).My system:...
View ArticleProgram crashes and I can't figure out why
Program crashes and I can't figure out why. ptr and ptr1 are char** and each element of ptr and ptr1 is a char*, not all of the malloc'd space if full, however, leaving some null pointers in each. I...
View ArticleCoreData crashes with a small number of users
I developed an app focused on health and fitness and to save workout data I use Core Data. In a small number of users (<0.1%), I get the following error: Fatal Exception: NSInvalidArgumentException,...
View Article