Why does adding a provider crash android app?
Here is the problem in its minimal version. I have an android app that does nothing except print the sdk version in its onCreate method. I am using the AndroidManifest<?xml version="1.0"...
View ArticleFlutter web app is crashing DUE_TO_PRIVACY_VIOLATION in debug (camera...
I'm working on some Flutter web app that uses the camera and mic input. For development, I'm using VS Code on macOS (Catalina). When I start the app, the Chrome instance is started. This instance is...
View ArticleOMNeT++ crash when trying to open analyzes file
I just started working with OMNeT++ and installing it on my PC, I have a simulation from a github that I want to modify and add my components to.This simulation works fine but when I try to see the...
View ArticleReact Native App crashes on Launch Screen on device
I'm starting with React Native, everything works fine in the iOS simulator. I decide to try it on a device.The app launches, I can play with it, I close/reopen it around 4 or 5 times, and then somewhat...
View Articlenginx recv() failed (104: Connection reset by peer) while reading response...
I have recently upgrade my magento from 1.5 to 1.9 and when ever I add a certain product to basket, I started to receive this error: 502 Bad GatewayThere were no log entries in the var/log/ folder:So,...
View ArticleTableview is crashing only on TestFlight build with Xcode 16.2 build
I'm working on the app, which uses a table view to display data from the API. Everything worked fine until Xcode 16. Now, when we are testing the build on a test flight with Xcode 16.2, the app crashes...
View ArticleWhy this PendingIntent Not working on android 12
Please read the PendingIntent Below and correct it for my project.Broadcast class:intent = new Intent(context, MainActivity.class); PendingIntent contentIntent = PendingIntent.getActivity(context, 0,...
View ArticleUsing Spritebuilder, crashing buttons
I am creating an app using Spritebuilder.I have two scenes: MainScene, and LevelSelect.That's self explanatory, but just incase: A button called Play on MainScene is used to go to LevelSelect. A button...
View ArticleMy jupyter kernel keeps crasing while using VSCODE and pandas
While running jupyter on vscode I often get this error. This error only happens when I use pandas.The Kernel crashed while executing code in the current cell or a previous cell.Please review the code...
View ArticleCrash on android device for flutter image_cropper...
Crash on android device with this error message:java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/appcompat/app/AppCompatActivityI found other people having crash problems with android...
View ArticleDebugging a iOS Safari crash "A problem repeatedly occurred"
Sometimes when visitors visit our website on their iPhone and start scrolling, Safari will show an error "A problem repeatedly occurred for ...." . When we try to reproduce the issue, nothing shows in...
View ArticleiOS about FMDB crash, Crash when execute update data SQL
Take a look at the following two pieces of code;Code1 : dont crash;if (stockArr.count == 1) { for (Stock *model in stockArr) { model.TW = nil; // It was written this way on purpose; the purpose is to...
View ArticleIssue using matplotlib.pyplot in pycharm console for Matplotlib 3.9.0
Hi I am finding an issue with pycharm console (PyCharm 2023.2.7 community edition) when I set up a new venv and install matplotlib (3.9.0), I find that I am unable to plot a figure.When I type the...
View ArticleMonogame OpenGL Game crashes on some Windows 7 computers
I'am learning some Gamedevelopment using Monogame.I started a Windows OpenGL Project and everything works fine on my Win8 machine.I have compiled the project and sent it to 2 People, both are using...
View ArticleWeb site crashes after longer usage
I am building a web site on a free web site provider (000webhost) and I am currently working on a chat. I have set an interval every 500ms which reads a file and checks if a new message was posted. If...
View Articlemultiple crashes related to "java.lang.String cannot be cast to...
Starting last few days, out of the blue, we get multiple crash reports from google analytics related to "java.lang.String cannot be cast to java.lang.Object[]". First crash seen at 04-11-2024.No code...
View ArticleReact Native App Crashes After Splash Screen with "Inicializando..." Message...
I'm developing a React Native app using Expo SDK and encountering a consistent crash issue. The app successfully displays the splash screen, then briefly shows an "Inicializando..." (Initializing...)...
View ArticleVSCode(1.90.0) crashes when starting up in Ubuntu 22.04
Vscode was actively working on my ubuntu machine. Suddenly after a system restart the vscode started crashing on startup.vscode version:vscode version:code verbose:I tried uninstalling & re...
View ArticleAndroid app crash with ResourceNotFoundException
I recently checked for my GP crash logs and I am getting this callstack very frequently. Could you please help me. A few things:The failed to add asset path sometimes shows...
View Articlediscord.py bot crashes after a few hours
it crashes with a very long error message about the token but the token isnt the problem as it worked for the past couple of hours, when it crashes i go to the console and type kill 1, it work fine...
View ArticleCalling MIDINetworkSession.default() on iOS 26 simulator causes SIGABRT crash
Creating a brand new iOS app in Xcode 26 (beta 17A5241e), and modifying the App file thusly causes a SIGABRT crash when run in the iOS 26 simulator:import SwiftUIimport CoreMIDI@mainstruct...
View ArticleJava app crash on MacOS Monterey 12.0.1 - EXC_BAD_ACCESS (SIGABRT) -...
We have multiple reports from users which have upgraded to MacOS Monterey 12.0.1 with our java application with the following error:Crashed Thread: 53 Java: Thread-13Exception Type: EXC_BAD_ACCESS...
View ArticleGot crash when using thread_local to describe unordered_map
I have tested the following code and the run crashed at when the map does ~_Hashtable() and clear().This case is simplified from my project. And I do need to use thread_local to describe map. I want to...
View ArticleCLBackgroundActivitySession Crash Issue - Misleading Apple Guidance
I encountered a crash in iOS 17 related to CLBackgroundActivitySession, which appears to be due to misleading guidance in an Apple’s WWDC video.Crash sample code:...
View ArticlePROBLEMS WITH WIRELESS ADAPTER when i install or update games from steam or...
When i install or update a game from epic or steam, late 10 or 15 minutes the wireless adapter just disconect from wifi, i realize that not happens with another download or big use of internetsometimes...
View ArticleFlutter App Crash When Loading Large Maps?
I have a Flutter application, and I’ve tried a bit of everything so far. However, when I load certain maps into the app (ones larger than 2 MB), it crashes if I zoom in too deeply, and also if the...
View ArticleLooking for a workaround for `-RedirectStandardOutput` crash
I've discovered by accident that start-process crashes when a process started with the -RedirectStandardOutput outputs non-Latin characters.Example python script:print("Begin")print("香港")print("End")PS...
View Article"omp_init_lock" crash at startup in ImageMagick [closed]
I am experiencing random but frequent crashes (SIGBUG) at startup in libomp in the context of using ImageMagick. The actual task at hand seems irrelevant, it looks like an initialisation bug of some...
View Articlecrashkernel doesn't load for raspberry pi 3B arm64 linux kernel
I have built 6.6.x linux kernel : https://github.com/raspberrypi/linux/tree/rpi-6.6.y for RPi3B+ (arm64 target). The rootfs came from buildroot-2025.05-arm64. I am running it on RPi3B+ and following...
View ArticleHow to manually launch the services needed for a working macOS loginwindow...
Issue: Fast User Switching hung mid-way and while the WindowServer is running, I only see the mouse pointer on a black screen but no login window GUI.Goal: to get the login window GUI on screen (via...
View Article