Swift HapticEngine Crash
I'm getting this crash which happens randomly. The console prints these lines when the crash happens. Would really appreciate knowing what is causing this?2021-12-03 22:22:55.921138+0000 Secret...
View Articleandroid crash on SIGSEGV /SEGV_MAPERR
there is an issue that makes the app crash. the message of the crash isSIGSEGV /SEGV_MAPERR atOS: Android: 0.0.0 Linux 4.9.148 #1 SMP PREEMPT Wed Jun 23 14:50:38 CST 2021 aarch64CPU: arm64GPU: -0...
View ArticleP/Invoke on Mac causes process to exit
I'm attempting to build a utility to automatically copy files from removable drives (specifically, an SD card from my camera) when they are attached. I've built most of the plumbing and it successfully...
View ArticleUnable to Launch Game on Arch Linux Via Steam
I am trying to start Civilization 5 on a Arch Linux System using Steam/Lutris. The game launches fine until the map is ready to be displayed. Once the map is ready to be displayed and the game has...
View ArticleDocker container keeps restarting(crashing)
my Docker container keeps restarting and I don't know why.You can try to reproduce the error with the container:docker run -d \ --name egmrp-daemon \ --restart always \ -p 27200:27200 \ -v...
View ArticleScenekit / Spritekit remove node causing crash
What I'm try to do, is replicate some digital instrument gauge ...using Spritekit..On my project I have to use a SpriteKit Scene as material for Scenekit SCNnode.In order to do that I create a sub...
View ArticleC++ Program crashed after reading ppm file row by row
I'm writing a program to read from a .ppm file and store their values. This code that I wrote worked, but it just crashes (break?) right before closing the file. Can someone please help me find out how...
View ArticleDetermining source line nubmer in ASM from offset in Android crashlog
I have a crash in Crashlytics, that occurs in libc.memcpy:backtrace: #00 pc 0005d158 /apex/com.android.runtime/lib/bionic/libc.so (__memcpy_a53+40) (BuildId: 1980ba02db10292648c1fc24639ec9c1) ...On...
View ArticleApp crashes even before launch. How can I debug this? [closed]
I have an app and some users have reported that their app is being crashed on the launch. But I see no crash reports, not on Crashlytics, not on Xcode. Probably because the app crashes even before...
View ArticleAndroid App Crashes when Button is clicked, startActivity
my app crashes every time I click on button1. Another button in the same activity works fine. I already tried replacing the button and the code. There is no Error in the console.@Override protected...
View ArticleApp crashes, but only on iOS 14, and only if installed via MDM
We're experiencing an extremely bizarre crash in our iOS/iPadOS app.Some major changes in our latest release:Built with Xcode 13.0 on Big Sur 11.6Dropped support for iOS 13Updated Firebase to...
View ArticleWhy my app crashes when I parse string (from EditText) to Float
Why Am I not able to convert String (taken from EditText) to Float.I was building a simple app to calculate (addition, subtraction, division, multiplication) of two numbers as per the radio group...
View ArticleReact Native: crash when running "fetch"
I am facing problem with Ract Native when use this commandnpx react-native run-android --variant=releasethe app crash when it run into the line with fetch function try { const response = await fetch(...
View ArticleAndroid app crashed after installing via adb
i would like to capute the traffic of the IONOS App (https://play.google.com/store/apps/details?id=com.oneandone.ciso.mobile.app.android&hl=de&gl=US).The reason is simple: I need the API to...
View ArticleExcel Office 365 crashes when COM object is called
I have an excel add-in which uses third-party library for SOAP protocol to connect our services. The library is Pocket Soap. All worked fine in most of Excel versions(starting from 2003), but recently...
View Articleeclipse ide crashes every 2 to 3 seconds
I'm a new developer,My eclipse crash anytime, I cant write some line without crashEclipse IDE for Enterprise Java Developers.Version: 2019-06 (4.12.0)Build id: 20190614-1200OS: Windows 10, v.10.0,...
View ArticleC++ freeing dynamically allocated memory in shared library causing crash
I have a shared library mod.so and it has a function getptr to return pointer to a dynamically allocated memory.It also has a function Unload which frees the memory which was allocated.The main program...
View ArticleWhy my app crashing when i add xml file inside app assets folder?
I was added my xml file inside assets folder but when i open my app, it started to crash i don't know how, everything was fine !
View ArticleReact Native android application crashing on Android 11 after targetSDk...
I changed targetSDK version to 30 to be in compliance with the play store.The app is crashing immediately at launch. Tried every solution on StackOverflow and GitHub.Note: app works on Android 9 and...
View ArticleUnity il2cpp apk cant be executed and crash
12-07 20:49:06.802 15087 15106 E AndroidRuntime: FATAL EXCEPTION: UnityMain12-07 20:49:06.802 15087 15106 E AndroidRuntime: Process: com.DefaultCompany.behacker.android, PID: 1508712-07 20:49:06.802...
View Article