Android Studio - How to increase Allocated Heap Size
I've been using Android Studio for 3 months now and one of the apps I started on it has become fairly large. The memory usage indicated at the bottom right of the program says my allocated heap is...
View ArticleEXE crashes from batch file, but not when double-clicked?
When I double-click to a launch a certain .exe file, let's call it "myprogram.exe", it launches.When I launch the same file in a .bat script, it doesn't - rather, it does (some windows flash), but then...
View ArticleGSL MEM ERROR on Android Studio Application
I'm currently building an Android application that works on a series of image analysis feature. This application works with Raspberry Pi Camera and the streaming is done by using MJPEG Stream, captured...
View ArticleAfter I tried to add AWS Amplify into my backend, it kept crashing my project...
Here is my logcat:I am not trying to add any audio functions, but it seems like the error messages in logcat are pointing to that? How do I fix this so my app doesn't crash when I run it on my virtual...
View ArticleHow to check for errors on xcode disconnected devices?
I'm testing it by building an app on my iPhone device with xcode.An iPhone app that has been disconnected from xcode works for a few days, and then turns off when you run the app.I don't see my app...
View ArticleWhy does finite recursive behaviour cause a crash ? (free(): invalid pointer)
Below is my code just a function called kk that will be recursively called for 10 times so impossible to cause stack overflow, but it crashes with Error in `./3': free(): invalid pointer:...
View ArticleSourcemod server issue on linux(Crash loop)
I tried Re-Installing the server from scratch, this did nothing. Does anyone know what this even means?Setting breakpad minidump AppID = 244310Using breakpad crash handlerfailed to read 4096 bytescat:...
View ArticleAndroid: app crashes on startup if I not clear app data before
I published an update of my Android app on the play store but the problem is that if I install the app from Android Studio the app works, but if I install the update from play store the app crashes.I...
View ArticleCIFilter causes a crash on iPhone 11 and XR
All init of CIFilter causes a crash for some devices iPhone 11 & iPhone XR. iOS version 13.3.1, 13.4.1.I tried to import :import CoreImageimport CoreImage.CIFilterimport...
View ArticleElectric Car Charging Android App crashes on start - custom list item and...
I am doing a Udacity course on Android Development specifically in Networking atm. I am building an app that find the closest Electric Car Charging points and displays them in a listView. At the moment...
View ArticleRedmine - Crash after Image Upload
when I'm uploading image files to an issue of Redmine (as attachment), redmine crashes.The Server (apache2) is working fine.Redmine is running on an linux server managed with plesk.As plugin i...
View ArticleUIKit crash when instantiating a Storyboard containing a UIScrollView
I everyone,I'm facing a strange issue with UIKit, that I'm not able to reproduce at every app launch. The problem is very simple: I have a main ViewController and a child ViewController that contains a...
View ArticleiOS app crashing on startup after purchasing a subscription but only when...
I'm having an issue with an iOS regarding inAppPurchases. The app is developed in Delphi/Firemonkey and it's been in beta (on TestFlight) for over a year now.Everything was working fine in TestFlight...
View ArticleUbuntu service stops randomly with "Main Process exited, status 143/n/a"
My apps deployed as debians and started using systemd service.The app is getting crashed randomly. I am unable to find the reason for the crash. I have 4 applications running[built using java, scala],...
View ArticleApache server keeps crashing, "caught SIGTERM, shutting down"
This just started happening three weeks or so ago. The content of my website hasn't changed, it's just a phpBB forum using MySQL as a backend. Nothing has changed in well over a year but recently,...
View ArticleProgram Crashing while in Task C#
Hello!So im going to write about my problem:I want to check a .txt file.Like lets say i have in that file this:robert1983(1983password^ username ^ password , "(" split methodAnd i have a lot of this...
View ArticleAudio Cuts in random time, have to unplug headphones
Very weird "crash". I am usingoscillator = AKOperationGenerator(channelCount: 2, operations: { parameters in let portamentoOp = parameters[0].portamento(halfDuration: parameters[1]) let sineOp =...
View ArticleServer using boost asio library crashes
The server I manage uses the boost asio libraryBut sometimes this server crashesThere are two patterns that cause a crashThe first is02 (Inline Function) --------`-------- : --------`--------...
View ArticleUE4 application crash in serialization
Sometime I get this crash when I switch levels in my application.Thread 6 Crashed:0 MyApp 0x0000000101550074 UObject::SerializeScriptProperties+ 16302196 (FStructuredArchiveSlot) const + 361 MyApp...
View ArticleCall to Pythons mutliprocessing.Process.join() fails
When I run the code below it occasionally failstime_start = time.time()job = multiprocessing.Process(target=load_cpu, args=(deadline, ))job.start() # This is line 37 in the source code linked below#...
View Article