Why does my app crashes after without any error in my code?
My app crashes instantly.Ichecked my whole code everything seems rightI've tried:Clean projectInvalidate caches /restartrebuilding app here is my log:2019-09-24 17:11:22.287...
View ArticleCrash using Here Lite Maps when returning to a screen with MapViewLite from...
The crash happens when user re-enters a screen with the MapViewLite component after sufficient delay (or with "Don't keep activities" dev option set). It doesn't depend on anything in the calling code...
View ArticleEclipse keep closing suddenly
Recently I have lots of problems with eclipse, it keeps on crashing, closing abruptly, don't work well at all. It happens too much, like in every 10 -15 minutes.The CPU and RAM are 50% free when this...
View ArticleHow to build dynamic (shared) libraries of crashpad?
Crashpad is an error reporting system for c++ apps.https://chromium.googlesource.com/crashpad/crashpad/+/HEAD/doc/developing.mdbuild instructions are $ cd ~/crashpad/crashpad $ gn gen out/Default $...
View ArticleVery Important!!! Firebase Security Rules - Android App Crash on Sign Out
I have made a Journal app which uses Cloud Firestore and Firebase Auth.Everything was working great until I updated the security rules. After signout I come back to Login Activity and then immediately...
View ArticleFirebase Security Rules - Android App Crash on Sign Out
I have made a Journal app which uses Cloud Firestore and Firebase Auth.Everything was working great until I updated the security rules. After signout I come back to Login Activity and then immediately...
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 ArticleSaving the editText without using a save button, app stops working
I want to be able to store the contents of the editText input, then be able to display it in a listview.I have connected a RFID device that is set in emulator mode. This mode basically also you to scan...
View ArticleHow can a stack trace be used to determine the cause of a crash?
I understand the "big idea" behind stack traces, but how would one actually go about using a stack trace to determine the cause of a crash? For example, I'm coding a c++ macro, and my interpreter spits...
View ArticleCall to Pythons mutliprocessing.Process.join() fails
When I run the code below it occasionally failstime_start = time.time()job = multiprocessing.Process(target=load_cpu, args=(deadline, ))job.start() # This is line 37 in the source code linked below#...
View Articlesigning executable with hardened runtime for notarize, cause the application...
im have an electron js app for distribution, but for notarize i need to sign all the contents of the app with Developer ID certificate, timestamp and hardened runtime enable, but when i sign the...
View ArticleAndroid app crashes on camera launch.I want to identify the cause
I want to identify the cause of the crashI want to identify the cause of the crashI am developing an application with Android studio Java.I am using an Android Studio project that enables native C++...
View Articleforce any running process to crash
I would like to crash a running program of my choice (e.g., notepad++, becrypt, word) for software testing purposes.I know how to BSOD, I know how to cause a program I write to crash, I know how to end...
View ArticleForce crash an application
I'm currently testing an application that my company wrote. One of the scenarios was to see what happens to the system state if that application was to crash. Is there an application out there that...
View ArticleSwift: crash at non-existing line
Hey StackOverflow detectives.I've been pulling my hair out for a few months trying to figure out the crashes which happen at a line never exists.In the crash log below, CustomClass.swift does exist but...
View ArticleWhat is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?
I am getting a message in my debugger:The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the...
View ArticleApplication crashed on closing peer connection appRTC android
I have implemented appRTC in my app but changed its flow to multiple guests with one host (like a conference meeting etc.). But the issue I am facing is when I disconnects from host side the app got...
View ArticleCrashed Windows hard drive photo recovery
I have a neighbors HD that's been sitting to have photos recovered for years. I have the drive connected to my Android phone via otg cable and idea cables and mounting software and I can browse the...
View ArticleApp crash when tap a cell to download a file and scroll up or down the table
I have an app working fine when I tap a cell to download an audio file, but if I tap a cell then try to scroll up or down before finish downloading it will be crashed!func urlSession(_ session:...
View ArticleDPC_Watchdog on using VS Code
Everytime I use VS Code on my Windows 10 with a decent hardware (ryzen 5 8gb and 1050 4gb) it crashes.Ps. I run my VS Code on my GPU.
View Article