Flutter - PictureRecorder crash in release mode (Android)
My code to generate bitmap descriptors to display marker bitmaps on google map:Future<BitmapDescriptor> getMarkerBitmap({String categoryId, bool isSelected = false}) async { int size = (25 *...
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 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 ArticleKeras with tensorflow-gpu totally freezes PC
I have pretty simple architecture lstm NN. After few epoch 1-2 my PC totally freezes I can't even move my mouse :Layer (type) Output Shape Param #...
View ArticleAndroid cash : UnsatisfiedLinkError: dlopen failed: cannot locate symbol...
I am trying to import native libraries(.so files) into the android studio.I created a jniLibs folder and directory with ABI name and respective .so files in it.made changes in build.gradle and tried to...
View ArticleWhy I'm getting crash when I'm trying to set float numbers?
I wrote a small calculator program, and when I try to set float numbers it gives me the following crash log:**Exception in thread "main" java.util.InputMismatchException at...
View ArticleNoSuchMethodError: No static method ()Ljava/lang/Thread
Firebase reported this crash 600+ times today all by one single user, I don't understand what logs say. Can anyone tell me what METHOD is missing in Thread? What maybe the problem? thxcrash log:Fatal...
View ArticleDelphi service app crashes at a random time
I have a Delphi Service app. Indy TCP server and many clients (up to 50), ADO connection to Firebird and simply network exchange. App randomly crashes (may be workin 7 days, may be 1 hour) with next...
View ArticleHardFault with a Macro on a if or while statement in C language
I have the following macro that i use for reading a single bit in a register on my STM32F091:#define GET_BIT(reg, pos) (((reg)>>(pos))&0x00000001u)I have to use this macro with these two...
View ArticleApplication crashes once after I call MAPIUninitialize api
So, I have been working with MAPI API's. In that Whenever I call the MAPIUninitialize api, my application crashes. on further debugging, I found that, IMAPISession::OpenMsgStore is the reason behind...
View ArticleMath behind generating random number (Crash game BTC Casino)
I'm working on a web based game where we have multiple minigames.We're insisting on also adding a Crash game, which is pretty popular in the gambling world.However we have been struggling to understand...
View ArticleTestflight Build App Crashes , work fine locally
I have created an app unity and tested it extensively using iPhone 7 and ipad 6.It works well when installed locally.I finally submitted a build for Testflight. The app consistently crashes at the same...
View ArticleNLog not logging everything when necessary
I have a program which crashes unexpetedly. I have put NLog to provide me information about where it crashes but it doesn't achieve its goal for it logs up to 30" before the crash.So I have to change...
View ArticleMy batch file crashes when i type something [closed]
Today I coded a part of an batch file, it's an number quiz where you need to guess the random generated number, in my case, from 1 to 9. It crashes at level 1 when I try to type in a number, can I get...
View ArticleCan you make a log file in godot?
I have a game that currently crashes a lot and I wonder if I can make a log file to try and prevent that.
View ArticlePython Turtle Graphics window crash
Whenever I run any turtle code, the code runs correctly but the window that opens does not respond after the code is executed and it crashes. How do I fix it? Please help!
View ArticleHow to handle crashes caused by semaphore in iOS?
Crashes when the class is destructed, how to handle unfinished semaphore?class CrashTestViewCtrl: UIViewController { private var semaphore = DispatchSemaphore(value: 2) override func viewDidLoad() {...
View ArticleWhy my c function with pointers return random crash?
I don't understand why my program's output sometimes are right and sometimes blocked after the first call of BinaryInsertion function.int main(){ int a[10] = {3,5,1,2,5,4,6,15,9,8}; int dim =...
View ArticleXamarin App runs on debug but crashes on release
My Xamarin application works perfectly on debug mode but crashes on release mod. I get this error: "Unfortunately App has stopped". I connected my phone through USB and when I run the app in release...
View ArticleR crash accessing object created in parallel, foreach()
I am moving to a new Azure VM and all of a sudden getting crashes and errors in crazy places I never have before. (The new VM is a switch from Windows Server 2016 to 2019 but that may be a complete red...
View Article