Program that will output three integers in descending ordrer
This program is meant to prompt a user to enter three integers, store the integers in three separate variables, and output the three integers in descending order (highest to lowest values).import...
View ArticleAccess crash when hitting breakpoints
I've got a project in Access 2010 that runs without issues. That is, until I add a breakpoint and I try to debug code. As soon as it reaches the first breakpoint, the VBA project opens up and about 1...
View ArticleWeird crash in NSURLConnectionLoader thread
We started seeing crashes that happen when our app starts.I wasn't able to reproduce it, and it happens only to a few users.The exception is: Exception Type: EXC_BAD_ACCESS Code: KERN_INVALID_ADDRESS...
View ArticleFlutter app crash without error ( Android - Ios ) just in release mode
My App crash in just release mode ( never in debug mode ) .and I can't know the reason of that , I'm trying to add firebase crashlytics but after the app crashing there is no crash session on firebase...
View ArticleRestarting Application after crash on android 10+
I am using this code in an exception handler setting it as my default exception handler in my oncreate functionit is working on version 9 and less but not higher than thatIntent intent = new...
View ArticleWhat causes the crash of okio.InflaterSource.read (InflaterSource.kt:51)...
In my Android Application, I have a crash keep coming to firebase which the exception is:Fatal Exception: java.lang.NoSuchMethodErrorNo virtual method ()Z in class Ljava/util/zip/Inflater; or its super...
View ArticleWhy C++ Recognizes an uninitialized Raw Pointer (or say a daemon) as true?
Why the following code produces a SEGMENTATION FAULT!!!//somewhere in main ... int *pointer; if(pointer) cout << *pointer; ... But slightly changed following code doesn't//somewhere in main ......
View ArticleConsistent Dispatch queue: com.apple.root.default-qos.overcommit crash
Anyone had experience diagnosing these crashes? I have a single user getting them consistently, and though I found an iOS related post, my app is not crashing on the same type of operation...
View ArticleExcel workbook causes Excel to crash when opening another workbook - 4...
I've encountered an unusual bug in Excel that results in the whole programme crashing without warning, any form of error notification (including upon startup), or any acknowledgement that it crashed....
View ArticleApplication crash on launch when submit to app store review or test flight
My application crashes on the apple review team side and another user testing using test flight, but on my end, I have tested the app on both simulator and physical device but no crash or error appears...
View Articleandroid crash when open gellary
My application crashes when I open a gallery before the method "onActivityResult"val galleryIntent = Intent(Intent.ACTION_PICK,...
View ArticleHow can you catch memory corruption in C++?
I have an std::string which appears to be getting corrupted somehow. Sometimes the string destructor will trigger an access violation, and sometimes printing it via std::cout will produce a crash.If I...
View ArticleDocker containers not starting
On one particular Ubuntu 18.04 server, my Docker containers are stuck in a restart loop. The restart policy is set to always, which is what I want. Originally, I entertained the idea that the container...
View ArticleExpo iOS app is crashing when fetching for new version
I have installed the expo-updates library for our app. I just tried reproducing this code snippet which results in the app crashing on iOS - iPhones. Once the app is launched again from ExpoGo it works...
View Articleemulator crashing, android
New day, new problem. Now it's about emulator. I'm starting it, and then it gives me the error:12-05 18:25:42.460 2735-2735/? D/AndroidRuntime: CheckJNI is ON12-05 18:25:42.610 2735-2735/? E/memtrack:...
View ArticleVS2022 Community - Vanilla ASP/C#.Net crashes immeditely in IISExpress with...
Using Visual Studio Community 2022 targeting .Net 4.7.2. I create a new C# ASP.Net 4.7.2 web project (NO CORE)I did not make any changes to the code, project, or solution. I press play after the...
View ArticleEdge extension crashes the whole browser on API call after latest update...
I'm creating a browser extension for my work.The function launchWebAuthFlow has worked wonderfully since I started this project, but then Edge decided to update (to 96.0.1054.43, and now again to...
View ArticleWSL2 Ubuntu connection attempt failed
I was running a python program that uses multiprocessing pool, and I encountered an error OSError: [Errno 28] No space left on device after some hours of nearly full usage of CPU and RAM (ext4.vhdx is...
View ArticleiOS app crashes at launch on Testflight for iOS 14 and below but not iOS 15+
We're having some strange issue with our app and/or Testflight since a few days ago: our app runs fine on simulator and devices (iOS 12, iOS 14 & iOS 15) when run from Xcode, but it crashed at...
View ArticleSwift : CollectionView ScollToItem is crashing in iOS version 12
We were struggling to fix the crash from 2 days but no luck, surprisingly other versions are working fine with CollectionView ScrollToItem method where in iOS 12 crashing at same line and showcase the...
View Article