Top "Crash-reports" questions

Crash reports covers anything related to obtaining any data related to an application failure.

EXC_BAD_ACCESS automatic handling

I'm trying to build my own signal and uncaught exception handler for iOS. To do this i use these two …

ios xcode exception-handling exc-bad-access crash-reports
Java VM: reproducible SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?

EDIT: This reproducible SIGSEGV happens on a Linux machine with more than one proc and more than 2GB of mem, …

java jvm crash crash-reports segmentation-fault
How to understand and solve crash report: SIGSEGV, SEGV_ACCERR

I am getting sometimes this crash report: Name: SIGSEGV Reason: SEGV_ACCERR Stack Trace: 0 MyApp 0x00070456 0x1000 + 455766 1 MyApp 0x0007a34…

ios crash-reports segmentation-fault
Crashes and ANR on Android Developer Console

I just recently launched an application on the Google Play Store, and I was exploring the developer console and saw …

android crash google-play crash-reports android-anr-dialog
Crash reports in redesigned iTunes Connect

I have a few questions: Where is the crash report tab now in the redesigned itunesconnect.apple.com? Previously it …

ios iphone ipad app-store-connect crash-reports
How to send Android Crash report using ACRA

Am trying to send crash report from my applicatio to my domain or Mail but failed still. To get the …

android exception crash crash-reports acra
iOS - Global exception handler

Is there anyway to implement a global exception handler for iPhone apps such that exceptions, instead of silently crashing the …

iphone ios exception-handling crash crash-reports
how to understand Crash Log of iPhone

i only know it Crash not run out of memory. how did i know which it cause of error? Incident …

ios iphone crash-reports
App crashes in Release build but not in debug

As I said in the title, I am writing an app for iPhone which runs perfectly in debug mode but …

ios objective-c swift crash-reports testflight
How to symbolicate Mac OSX crash reports issued by Apple?

For iOS crash reports, it is sufficient to drag and drop the crash report to the Organizer. Symbolicating iPhone App …

xcode macos crash-reports symbolicate