JVM Crash - "EXCEPTION_ACCESS_VIOLATION"
Today I decided to continue working on a program that I had created for my Computer Science class. Upon running it, I am greeted with this in the console:## A fatal error has been detected by the Java...
View ArticleFacing Illegal Instruction -4 with MacOS Catalina 10.15 code run
I have a working code on MacOS 10.14 but since I have updated MacOS to catalina 10.15, code compilation is fine but on running it is giving Illegal Instruction - 4. Not running for the input. Has...
View ArticleMy react-native app launches fine in Debug mode, but when built Release,...
If anyone could help I'd very much appreciate it.I'm creating a react-native app, when the app launches in Debug mode it works just fine, when I launch it in Release mode, it builds, but when launched,...
View ArticleOpenAL application crashes/hangs when I pass non-nullptr to `alBufferData()`...
I'm trying to play some sound on Android using OpenAL and C/C++. I'm using SDL framework.I keep getting mysterious crashes with alBufferData() even when my code is as simple as:ALuint buf,...
View ArticleMySQL crashed with un-answered memory issue
My website (Wordpress) sometimes stopped working with message "cannot connect to Datatabse".I checked the log file of MySQL and I found the following crash-info:---------- 2021-01-21 0:44:59 0 [Note]...
View Articlei am having ANRs in one of my game how can i fix it please help me?
its a game developed in unity3d, I am attaching the screenshots of my play store console, if anyone can help.Thankyou
View ArticleiOS barcode scanner App crashes with no crash log
I am trying to make a barcode scanner app. As soon as the camera session begins, the app crashes within a few seconds. I am unable to find the reason behind this. and, how to fix this one.I have used...
View Article(Solved) Im making a discord bot (i am new) and it wont respond it shuts down
So when i start it with node main.js it works normal until i doo smoething like -ping then it stops workig.i really hope somebody can help me bc i really like programming and discordIt...
View Articlejava.lang.NullPointerException crashing my android app [duplicate]
I am new to android app programming and for ages my app kept crashing. I looked at the android vitals and it said this was causing the crash: java.lang.NullPointerException.I don't know how to fix it...
View ArticleDiscord bot will not respond, shuts down
I am new to programming a Discord bot (and I love it), and it has problems responding. When I start it with node main.js, it works as normal until I do something like -ping, upon which it stops...
View ArticleHow do I use SystemTap to track all kernel function calls? kernel crash while...
kernel crash while systemtap probe all kernel funciotns// all.stpglobal tar = "fork";probe begin{ printf("===ready===\n"); }probe kernel.function("*"){ if(execname() == tar){ printf("%s\n", ppfunc());...
View ArticleWhat is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?
I am getting a message in my debugger:The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the...
View ArticleIonic 5 iOS app restarts when too many images are loaded
I hope you all having a great day.Here is the deal, whenever I load a lot of products from API that has one image each one of the products, the app kind of does a restart, and it loads from the...
View ArticleCrash in UpdateRenderTargetView methode DirectX12
So I looked into some tutorials for DirectX12 and when I copied the code That I downloaded from [here][1] it worked but when I brought them into a class and wanted to use it, it just crashes in...
View ArticleHow to do Crash Reporting for Web Apps
When I develop iPhone / iPad apps I always use a crash reporting system. My current favorite is Crashlytics - which works great. For Android apps I've been using the rather more basic ACRA crash...
View ArticleI get error when saving stimulsoft design in dotnet core
I'm using this code for designing reports. So When I want to save my template, then my application crash and I get this message in terminal:The target process exited with code 0 (0x00000000) while...
View Articlewhy is my tkinter code causing python to crash repeatedly?
I am coding a tkinter gui, but it isn't functioning as desired. It doesn't show any error, but python crashes and "doesn't respond". I am using PyCharm CE on Windows 10. I reran my code after each...
View Articlemalloc: Heap corruption detected, free list is damaged
My app is running fine till iOS 12. After updating my iOS version to iOS 13 beta, the app is crashing in random places and with the same error. Following is the Xcode console. MyApp(618,0x10cebd800)...
View ArticleHow to fix UIImagePickerController crash after switching to video capture mode?
I have a crash with UIImagePickerController on iPhone XR(iOS 12.4.1) real device after switching to video capture mode. Crash reproduces on the second presentation of UIImagePickerController.Crash does...
View ArticleDifficult to repeat signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
I am struggling with a problem in Unity3D Android game. It is very hard to repeat Crash. It happens sometimes after 1 hour, sometimes 2 hours of playing every time in different situations and I can't...
View Article