Program and debugger crash for no reason - "The CDB process terminated" [closed]
I have been working on a project on QT for 6 months, a few days ago I reinistialized my computer and I reinstalled Visual Studio 2019 then QT. When I open my project in QT and build it, the program...
View ArticleApp crashes when I run it on emulator through Android Studio
When I run my Tic Tac Toe App in Android Studio, the App crashes in my emulator.In the emulator, it says "Tic Tac Toe keeps stopping".[Screenshot of App crashing in emulator]:...
View Articlereact native android app upgrade crashes but fresh install is OK
Recently have been thru React Native hell and back, having had to upgrade some packages to support Android 11 permissions issues, we basically ended up having to upgrade a whole heap of RN packages and...
View ArticleExtjs application is crashed when dynamically adding one defective item
When an item is dynamically added to the created component, if there is an error in the item, the application crashes.This problem does not exist when the item is not created.Ext.define('Test', {...
View ArticleI/O error after external hard disk crash - is my data safe?
I was running a transfer from an external hard disk to my main drive when the system crashed.I have had situations before when certain sectors were unreadable after the hard disk failed. After...
View ArticleSwift Array.removeFirst() crash with EXC_BAD_ACCESS
Property define:Runloop crash:public class MessageManager { public static let shared = MessageManager() public init() { listenMessageOutput() } private var pendingMessageBlocks: [() -> Void] = []...
View ArticleWhat does Chrome store in registry?
My computer crashed and I'm currently trying to get things out through cmd.I came across a tutorial that shows you how to backup local Chrome files.I didn't use the cloud or an account in Chrome, so...
View ArticleTurtle Canvas Crash
This code causes python to crash. Then when I run it again, I get this error: "Error: Session cannot generate requests." I try restarting the kernel but it just never recovers. I have to close VS Code...
View ArticleHow to approach a java.lang.IllegalArgumentException?
Please find the stack trace attached above. I am not able to figure out the correct way to approach this crash. I am not able to reproduce the crash by trying out following things 1) Checking app with...
View ArticleAndroid: duplicated ids in view hierarchy
I have a problem, reported from the market - huge crash in the app, telling me that:java.lang.RuntimeException: Unable to start activity ComponentInfo{com....android/com....android.activities....}:...
View ArticleWhat are hs_err_pid.log files generated when Tomcat crashes?
Are any specific settings required on the Java tab of Tomcat configuration tool in order to generate a hs_err_pid.log file?What is the default location of the hs_err_pid.log file? Can this location be...
View ArticleApp crashes when launching directly from simulator but If I launch our app in...
In latest Xcode 12.5 and iOS simulators If I launch our app in the simulator from Xcode via the play button it runs just fineIf I launch our app in the simulator by tapping on the app icon the splash...
View Articlemalloc()/free() in several threads crashes on Windows
Simple code (below, malloc()/free() sequence being run in 100 threads) crashes on any Windows OS I tried it to run.Any help would be greatly appreciated.Maybe using some compiler directive can help?We...
View ArticleCould not execute method for android:onClick, Caused by:...
I am working on a project named connect3 this is a game I am trying to show play again button where if someone wins then he can restart the game but whenever I am clicking on plag again my app...
View ArticleWhy does the URL http://a/%%30%30 crash Google Chrome?
The URL http://a/%%30%30 crashes Google Chrome, even when just hovering it.Why does this happen?
View ArticleFacebook sdk 11.0.0 cause crashes on android
EnvironmentUnity Editor Version: 2019.4.30f1Unity SDK Version: 11.0.0In order to solve a crash problem on android caused by Unity, I upgraded my Unity from 2019.4.29f1 to 2019.4.30f1. Unfortunately...
View Articlewhen __NSDictionaryM dealloc crash
For a crash in my application, NSDictionary is an attribute of the model, and when the model executes the cxx_destruct function, crash occurs inside the NSDictionary.There's a place in the crash stack...
View ArticleWhy my Flutter app not running on iPhone?
I successfully run my app on simulator(iPhone 12, iOS 14.5), but when it running on real iPhone 11 Pro Max(iOS 14.7.1) I facing just a black screen. Here is the output from Xcode:2021-09-16...
View ArticleHow I am able to put more elements in an array whose size is fixed?
on my computer when I am declaring an array in C++, say for example thisint mynum[3];mynum[0]=1;mynum[1]=2;mynum[2]=3;mynum is an array which can hold 3 elements,now when I add this linemynum[3]=4;it...
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 Article