Questions tagged [crash-reports]

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

1549 questions
448
votes
26 answers

Symbolicating iPhone App Crash Reports

I'm looking to try and symbolicate my iPhone app's crash reports. I retrieved the crash reports from iTunes Connect. I have the application binary that I submitted to the App Store and I have the dSYM file that was generated as part of the build. I…
Jasarien
  • 58,279
  • 31
  • 157
  • 188
113
votes
7 answers

Crash logs generated by iPhone Simulator?

Are there any crash logs generated by iPhone Simulator? the Simulator crashes a lot but not leaving any traces in Console... the crash log will be useful.
Raptor
  • 53,206
  • 45
  • 230
  • 366
100
votes
17 answers

Crashlytics is not sending Crash report from iPhone

I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard is displaying that, I've successfully added the app. However, it's not sending crash report. My internet speed is not so…
farhad rubel
  • 2,334
  • 2
  • 22
  • 29
97
votes
13 answers

Eclipse JUNO doesn't start

When I launch Eclipse, it does not start. An error appears and tells me to see the log file. "See the log file: /Users/max/work/projects/.metadata/.log" OS: MacOS 10.7.4 Eclipse: 4.2 Juno ADT: 20 My old version of Eclipse starts without…
Max Bublikoff
  • 1,234
  • 1
  • 12
  • 17
90
votes
11 answers

How do I disable the 'Debug / Close Application' dialog on Windows Vista?

When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears: [Title: Microsoft Windows] X has stopped working A problem caused the program to stop working correctly. Windows will…
69
votes
2 answers

HW kbd Failed to set (null) as keyboard focus ios

In my iOS app crash log I found this statement: HW kbd Failed to set (null) as keyboard focus ios Does anyone know what is this and how to resolve it?
Waris Shams
  • 1,606
  • 1
  • 15
  • 27
64
votes
4 answers

iOS crash reports: atos not working as expected

I'm looking at a crash report provided by Apple Hardware Model: iPhone4,1 Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2012-11-18 16:03:44.951 -0600 OS Version: iOS 6.0.1…
George Burdell
  • 1,349
  • 2
  • 12
  • 20
61
votes
5 answers

iOS Internal testing - Unable to download crash information?

I have recently uploaded my app to the App Store for internal testing (TestFlight, iOS 8). I am currently the only tester. When I test using TestFlight, my app crashes; however, the same operation works fine when debugging from Xcode. My…
psparago
  • 1,113
  • 11
  • 21
57
votes
9 answers

What's the quickest way to force an iOS app to crash?

I'm trying to test my crash analytics. I didn't realize how hard it is to make an app crash at will. it seems so simple mid-programming. Does anybody have a suggestion as to how i'd force my app to crash? And i don't mean a little "memory error"…
Katushai
  • 1,510
  • 2
  • 14
  • 27
56
votes
5 answers

What's the difference between DWARF and DWARF with dSYM file?

XCode supports those 2 values for this Build Setting: Build Settings > Build Options > Debug Information Format. Could anybody explain the differences?
Lio
  • 4,225
  • 4
  • 33
  • 40
50
votes
2 answers

How to prevent iOS crash reporters from crashing MonoTouch apps?

There are plenty iOS crash reporting libraries in iOS, including TestFlight and HockeyApp. If you don't want to depend on services, you can still use libraries like PLCrashReporter. Binding these libraries is fairly trivial because their public API…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
49
votes
4 answers

Exception Types in iOS crash logs

I've seen a few different types of crash logs since I begin learning iOS development. I know that: Exception Type: EXC_BAD_ACCESS (SIGSEGV) mean we are accessing a released object. but don't know about: Exception Type: EXC_BAD_ACCESS…
Tuyen Nguyen
  • 4,389
  • 7
  • 51
  • 77
46
votes
4 answers

How to debug w3wp clr.dll error

My client has an ASP.NET application installed on two production servers (balanced with NLB, but that's irrelevant). Both servers crash every 3-4 hours with the following event viewer logged error: Faulting application name: w3wp.exe, version:…
cristi71000
  • 1,094
  • 2
  • 10
  • 16
45
votes
4 answers

iOS 13 TestFlight not reporting crash, only feedback.json

With the new feature of iOS 13 to report crashes for TestFlight builds, on some apps I have a problem that only feedback.json is reported without actual crash report. Is there anything to enable? Worth to mention that crashalitics is enabled and not…
David Chelidze
  • 1,143
  • 12
  • 19
45
votes
10 answers

Could not get crash report in Crashlytics / fabric. Showing error : "It looks like we are missing dSYMs to process crashes for the versions below."

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard. As instructed by fabric I tried to search the given UUIDs in spotlight from the machine where…
Vineeth
  • 1,720
  • 1
  • 16
  • 23
1
2 3
99 100