Quantcast
Channel: Active questions tagged crash - Stack Overflow

Image may be NSFW.
Clik here to view.

VS Code Crashes with Exit Code 5 When Opening Source Control Panel

I am encountering an issue with Visual Studio Code, where the editor consistently crashes with exit code 5 whenever I attempt to open the Source Control panel in the sidebar. I have tried uninstalling...

View Article


How to reduce the crash of the C++ program

I have a big software implemented by C++, built by VC10 SP1. There are more than 15 millions of source code lines. It is delivered to Windows platform, both win32 and x64. From the crash reports, the...

View Article


Image may be NSFW.
Clik here to view.

react-native-background-actions is Not working with Android 14 App Crash issue

Android version details:-buildToolsVersion = "34.0.0"minSdkVersion = 23compileSdkVersion = 34targetSdkVersion = 34ndkVersion = "26.1.10909125"kotlinVersion = "1.9.22"package version details:-"react":...

View Article

Wierd access violation error message when trying to use an openFile dialog...

The project is about choosing a file and the paste it in the console for the user to read and i thought the best way would be using a dialog window (and i get more practice using the winapi).Here my...

View Article

core dump files batch processing (Windows)

I have many core dumpe (or minidump) files from customer (.dmp)I can open each in MS Visual Studio and see the callstack.I can do it also with WinDBG.But since there are many of them and I want to...

View Article


Image may be NSFW.
Clik here to view.

Chrome/Edge crashing with error code: STATUS_BREAKPOINT. Only happens when...

I'm having an issue with some code I'm trying to debug in Chrome/Edge. I think it's probably a bug, as it isn't happening with Firefox. I've managed to create a small test file that is causing others...

View Article

Watchdog terminates app on entering foreground

Please help me interpret stacktrace of a crashlog.My iOS app crashes on entering foreground while being in background for some time. Crashlogs say that the watchdog terminated the app for being active...

View Article

Image may be NSFW.
Clik here to view.

App crashes on iOS 17 and below on Xcode 16 with dyld`__abort_with_payload

While updating to Xcode 16, observed that the app runs all okay on all iOS 18 devices and sims but crashes for iOS 17 and below sims and devices.This is the error:Thread 1: signal SIGABRT...

View Article


Android Studio gets stuck in "Terminating the app" every time I want to run a...

sorry but this is probably going to be a long one. Its my first time building an App with Android Studio and pretty much with Java. I'm trying to build a Chronometer. It was doing good and running...

View Article


Visual Studio 2022 keeps crashing and locking the system

I got a new laptop for Christmas, upto date with Windows 10.Installed Visual Studio 2022 and so far it's been crashing every day several times a day. It could be either on the coding screen, the design...

View Article

How to fix crash ios production from expo go

The iOS production app, built from Expo Go, successfully downloaded a large amount of data (over 40,000 products). However, when trying to select data from these items, the app crashes. How can this...

View Article

.NET MAUI app crashes unpredictably when tapping the screen to create a popup

I'm developing an android only .NET MAUI app and experiencing random crashes when the user taps the screen to create a popup.The crash happens unpredictably: sometimes when tapping very quickly,...

View Article

Error in readRDS(file) : unknown input format

I am trying to install custom packages in my Rprofile.site file. I want to install packages in the site file because I have to install these packages on several users' computers. However, I am getting...

View Article


How do I suppress the "notify Microsoft" crash dialogs when I call a command...

I am calling a command-line program from my Perl script. When these programs crash, I am prompted with a messagebox asking me if I want to notify Microsoft. Since this is an automated system it would...

View Article

Can Array be declared with size as function argument, array[variable_size] in...

I need to know if I can have variable as size of array in a loop and in a function.NOTE: I cannot use malloc.Using array sizes as shown below, Is it valid? Will it cause any runtime issues / crash /...

View Article


Reg: iOS 18.4, crash happens when we set false to the usesClassicLoadingMode...

crash happens when we set 'false' to the 'usesClassicLoadingMode' of URLSessionConfiguration in iOS 18.4,let config = URLSessionConfiguration.default if #available(iOS 18.4, *) {...

View Article

Image may be NSFW.
Clik here to view.

IOS app build with expo crashes instantly after splashscreen

I have coded an app using expo and built the app with EAS. The app runs fine when I launch it on Expo Go, but crashes instantly when running the production build on a simulator, and I have no clue...

View Article


java.lang.IncompatibleClassChangeError: Found interface...

FATAL EXCEPTION: mainProcess: com.example.near_by_api_ex, PID: 10222java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.nearby.connection.ConnectionsClient, but class was...

View Article

Android Emulator (AVD) causes random BSOD or reboot on Windows 11 — sometimes...

I'm experiencing a frustrating and hard-to-diagnose issue on Windows 11 with Android Studio and the Android Emulator (AVD).Sometimes the emulator runs smoothly for hours — even a full workday — but...

View Article

OnePlus 11 apps crashing (libc : Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR))

Using latest OS 15. Rooted via KSUN. When I open some apps it gets stuck in opening animation and the system server gets killed and a hot reboot is performed.Any fix?Here are pictures of...

View Article

Crashes normally, but not with GDB

My program crashes with a segmentation fault when ran normally. So I run it with GDB, but it won't crash when I do that. Why might this occur?I know that Valgrind's FAQ mentions this (not crashing...

View Article


App Crash logs says its due to watch dog, How to find what is causing to...

My App seeing crashes very rarely on some devices with this crash log, How to identify what is making iOS terminating the app due to extended time and watchdog issues is occurring.I tried to understand...

View Article


how to fix Android Native Crash from libc.so, libart.so

Our App does not contain any c/c++ code, while we use some third part sdk who contains .soNow, we found a big percent native crash?we can not find useful info to get which sdk to bear the...

View Article

I have more crashes and ANR errors in the Google Play Developer Console than...

I have seen in the last 30 days the Crashes and ANR errors report of my app in both Firebase Crashlytics and Google Play Developer Console.This is what I have seen:Firebase Crashlytics: 5 Crashes/ANR...

View Article

SwiftData and SwiftTesting: ModelContainer created in init() crashes the test

Recently I started playing with SwiftData and Testing framework.I stumbled across an interesting crash. It occurs when inserting the model into ModelContext. However it happens only if I create my...

View Article


Is redis EVAL really atomic and crash safe?

Redis doc seems to affirm EVAL scripts are similiar too MULTI/EXEC transactions.In my personnals words, this meens a LUA script guarantees two things :sequential : the lua script is run like it is...

View Article

How 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 Article

Crash on LazyVStack SwiftUI [closed]

I am trying to deploy my app onto the App Store but app review keeps rejecting my app due to a crash. I cannot reproduce it on any real device or the simulator. The crash log included from apple...

View Article

Screen turns black after opening storyboard in Xcode 5.1.1

I'm using a simple storyboard in my iOS 7 iPhone-project, containing only one UIViewController and GLKViewController embedded in one navigation controller. When i try to open the storyboard as...

View Article



What causes pygame to crash after back to back screen changes? [duplicate]

I have a mostly written game imitating the NYT's SpellingBee game. The program runs starting in a while loop that uses Enums to keep track of the user action after leaving a different screen. There are...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>