Top "Crash" questions

A crash is the result of an unrecoverable error that causes the program to stop completely.

How to automatically generate a stacktrace when my program crashes

I am working on Linux with the GCC compiler. When my C++ program crashes I would like it to automatically …

c++ gcc crash stack-trace assert
Node.js heap out of memory

Today I ran my script for filesystem indexing to refresh RAID files index and after 4h it crashed with following …

javascript node.js crash out-of-memory heap-memory
How to get Android crash logs?

I have an app that is not in the market place (signed with a debug certificate), but would like to …

android logging crash
How do I obtain crash-data from my Android application?

How can I get crash data (stack traces at least) from my Android application? At least when working on my …

android crash stack-trace
iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta

This crash has been a blocking issue I used the following steps to reproduce the issue: Create a Cocoa Touch …

ios swift crash xcode6 dyld
Apache 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 …

linux apache crash sigterm
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 …

android memory-management crash out-of-memory android-studio
Android Room - simple select query - Cannot access database on the main thread

I am trying a sample with Room Persistence Library. I created an Entity: @Entity public class Agent { @PrimaryKey public String …

android crash kotlin android-studio-3.0 android-room
Exception Error c0000005 in VC++

Am working on VC++ Console Application. This application sends a file from Appdata\Roaming folder for a period of time. …

c++ visual-c++ exception crash access-violation
C# : "A first chance exception of type 'System.InvalidOperationException'"

Working on a class assignment in C#, I came across a program crash without any error (except what's written in …

c# crash