My Mac HDD is occupied by so many temp files generated recently after...
I don't know why this happens. after upgrading to the latest mac os, I crashed several times because of out of disk. and then I found my disk is occupied by some temp files generated, after I restart...
View ArticleJava 9.0.1 OpenJdk crashed the JVM with problem with AdaptiveWeightedAverage
My application failed for a customer crashing the JVMI have these details:## A fatal error has been detected by the Java Runtime Environment:## SIGSEGV (0xb) at pc=0xb6b48b12, pid=31447, tid=31508##...
View ArticleRaspberry Pi / Raspbian reboot issue with SSD
I am getting occasional reboot issues with my RPi.Running latest Raspbian, Pi4-4Gb, PNY SSD - booting from SD but /root on the SSD. Main running software is Home Assistant Supervised.It looks like...
View ArticleAndroid app crashes after obfuscation, also obfuscated logs received in debug...
I am working on an Android app, that is in SIT testing phase. My idea is to release a debug obfuscated build to the testing team. For this I have added this piece of code in my build.gradlebuildTypes {...
View ArticleApp crashes when requesting permission
I'm using this code to request SMS permission before running the method SendSMS(string 1, string 2);but my app crashes before permission request takes place.What's missing? final private int...
View ArticleCould I accidentally crash a website by reading content of several urls using...
Let's say I loop over 500 different page urls of one webpage and read the contents using urlopen(foo).read(). Could this cause any trouble for the website? I want to make sure I won't crash the site by...
View ArticleExecutable JAR file on Heroku, crashes after 1minute
i'm trying to upload my project to heroku various ways, but i'm getting unlucky.I'm trying manage to make it run, but what i getting is 1minute after loading.I uploaded a executable jar file, it loads...
View ArticleWord Cloud: Code shows no error but displaying wordcloud raises name error
Here are all the installation and imports:!pip install wordcloud!pip install fileupload!pip install ipywidgets!jupyter nbextension install --py --user fileupload!jupyter nbextension enable --py...
View ArticleIs there anything we can do to check the reason for Android...
Is there anything we can do to check the reason for Android DeadSystemException from our app or the sole responsibility is OS? My app is crashing multiple times only on multiple Samsung devices like on...
View ArticleNative crash in /system/lib64/libart.so
My application are reporting some native crash with only some device. I try to understand the stacktrace wit the help of https://source.android.com/devices/tech/debug/native-crash.But I don't find the...
View ArticleSwift Button crashes after #selector is used
I have managed to get the text field validation working which doesn't allow the add button to be active unless there is text in the textbox field. However, now when I press the add button the app...
View ArticleSDL crashing when calling SDL_CreateTextureFromSurface
I'm really new to c++ programming with SDL and I've got a really strange problem when running my program: SDL crashes when it arrives to SDL_CreateTextureFromSurface and then I couldn't even close the...
View ArticleFunction crashing app when called from another class but not when called from...
I'm sort of having a weird problem here. I've created a function to update a notification ("updateNotification" in MainActivity). However, the weird thing is my update notification function has no...
View ArticleThe exe file stops working after being run for a while
I don't know if this is an appropriate question for this site so please tell me if it is not suitable and I will delete it. I have created an executable file with auto-py-to-exe and it works when...
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 ArticleInstalling just in time debugging
I pull data for my department each morning into a SQL Query Connected Excel document, I have dozens of these reports and all but one work 100% of the time. The other, crashes on saving the document...
View ArticleAndroid application crash diagnostics
I have an Android app for API >=23. It installs on user's device manually via USB (I can't publish it on Google Play).What is the best way to log crashes of my app on user's device? I would like to...
View ArticleXamarin Forms - App crashes after blue Launching Screen when starting on IOS...
I have a xamarin forms application. The IOS has nothing native implemented, all code are in the shared forms project. When I run my application by setting the Android project as the default project, it...
View ArticleFirebaseApp.configure() crashes app on launch
I'm working on a iOS project which uses Firebase for analytics, crashlytics and remote config fetching. For dependency management I use cocoapods and current version of Firebase in project is the...
View ArticleExcel VBA macro for opening files crashes without any error message
for few years I've a macro somewhere from the internet which opens all files in selected folder and does something with them (changes something in all of them, merges them in one, changes column order...
View Article