Tagged Questions
The crash-reports tag has no wiki summary.
75
votes
14answers
38k views
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 ...
14
votes
7answers
14k views
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 ...
11
votes
4answers
6k views
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.
9
votes
4answers
214 views
Share Android Market's “Crash errors” information with developers
Android Market's "Crash errors" page is very useful for developers.
But how to use it in a team?
The crash information page should be visible by all developers, but I can't give my password as it ...
9
votes
1answer
3k views
iPhone app “has active assertions beyond permitted time”
I'm trying to make sense of some crash logs I received for my iPhone app. The main thing that I can see that's useful is:
Application Specific Information:
MyMoodTrack[144] has active assertions ...
8
votes
2answers
334 views
Get thread specific info in iOS crash report?
I'm using the following code to get crash reports from my iOS application:
void *frames[128];
int i,len = backtrace(frames, 128);
char **symbols = backtrace_symbols(frames,len);
NSMutableString ...
8
votes
1answer
746 views
Crash reporting for MinGW applications
I have a c++ application compiled with MinGW for which I've been receiving crash complaints from customers. So, besides heavily logging in the parts that might be crashing (before releasing a new ...
8
votes
3answers
3k views
How to get iPhone app users to submit crash reports?
Some of my users are reporting crashes. What is the best way to explain to them how to send me their crash reports, so that they show up in the iTunes Connect list of crash reports? Do they get sent ...
8
votes
4answers
689 views
How do I calculate the “cost” of a crash?
Background:
Some time ago, I build a system for recording and categorizing application crashes for one of our internal programs. At the time, I used a combination of frequency and aggregated lost ...
7
votes
3answers
152 views
iPhone Crash Logs Don't Symbolicate Correctly and are Double Spaced
This is odd, and is only happening with one application that Im developing. Im using XCode 4.0 and other apps do symbolicate correctly for me. It happens when I receive crash logs from multiple ...
7
votes
4answers
8k views
Java VM: reproducable 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, so Java is defaulting to the -server mode. Interestingly enough if I force "-client" ...
6
votes
3answers
308 views
How to send error reports from a .net error dialog?
In 2008 Jeff wrote a post on crashing responsibly. In that spirit, I'm trying to add a "send bug report" button to my crash error dialog. The idea is that the user can easily send a full bug report ...
6
votes
1answer
1k views
iOS - Global exception handler
Is there anyway to implement a global exception handler for iPhone apps such that exceptions, instead of silently crashing the app, could allow for some sort of message?
I can understand if it's not ...
6
votes
5answers
2k views
Android crash reporting library (pre Froyo)
Do you know any crash reporting library for Android?
I don't want to spend a lot of time to write my own reporting system.
The output can be send to the email or some kind of server.
I know that ...
6
votes
6answers
215 views
Have program recognize it crashed last time?
What is the best way to have a (Java) program recognize it crashed last time it ran and show a message along the lines of "it looks like this program crashed on you last time. Report this problem ...
6
votes
5answers
971 views
Can I identify a jailbroken phone from the crash logs?
A number of the hardest to track-down problems I've come across with my iPhone application have only exposed themselves on jailbroken handsets. Is there a way to detect these handsets looking only at ...
6
votes
8answers
3k views
How to troubleshoot .NET 2.0 Error Reporting messages in the event log?
I work on an open source product called EVEMon written in C# targeting the .NET 2.0 platform, I have one user who is suffering from a strange .NET crash that we have been unable to resolve.
Event ...
5
votes
1answer
167 views
Crash Reports not being sent to Apple
I currently have an App that is on the Mac App Store that a couple people have reported instability with. I was able to reproduce the crashes and fix the problem, but what concerned me is that I have ...
5
votes
2answers
288 views
What does mc_mobile_tunnel represent in a crash log?
A coworker handed me an iPhone that crashed in the middle of our app running. The crash report credits the crash to mc_mobile_tunnel rather than our application.
Process: mc_mobile_tunnel ...
5
votes
3answers
2k views
iphone how to get crash log from customers?
HI,
any body knows how i can get crash logs from customers ? instead of manually asking them to sync and go to this directory and this directory and send it.
is there any automatic way to do that ?? ...
4
votes
4answers
457 views
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 ...
4
votes
2answers
202 views
Multiplatform crash reporting?
What would be the best way to implement crash reporting in a cross-platform app in c++ (windows, mac, linux)? Looked into google breakpad, but spent a few weeks trying to make socorro (UI) work to no ...
4
votes
1answer
329 views
Google Breakpad examples
Does anyone have any examples of configurations for google breakpad? I can build it just fine, however, there is limited documentation. I would like to see examples, such as how to modify where crash ...
4
votes
2answers
306 views
Google Breakpad fails to compile
I am attempting to build google-breakpad and I am getting the error
File "C:\google-breakpad\src\tools\gyp\pylib\gyp\generator\msvs.py", line 907, in _GetPathDict
parent_dict = ...
4
votes
1answer
2k views
App Crashes when NavigationController is popped!
Below is what I copy/pasted from the Crash Log sent by the client. I am unable to understand what does that mean :s
Apparently it looks like the app crashed when navigating back to a previous screen ...
4
votes
4answers
602 views
how do I specify the source code directory in VS when looking at the call stack of a memory dump?
I am analyzing a .dmp file that was created and I have a call stack which gives me a lot of info. But I'd like to double click on the call stack and have it bring me to the source code.
I can ...
3
votes
1answer
212 views
How to generate good crash log report for Qt application in windows
I got such crash log in one of Qt application, Any idea how qt application is implemented to get such good crash report ?
//=====================================================
Crash Time: Fri ...
3
votes
1answer
240 views
interpret crash report iOS
my iPad app was working fine, I left it in the field for testing, but now is crashing[when saving?]
this is the crash log,
Incident Identifier: 80FC6810-9604-4EBA-A982-2009AB4C499A
CrashReporter ...
3
votes
1answer
389 views
How Can I Get A Crash report From a Jailbroken App Running In My Device?
My Application is for jailbroken devices. It compiles and works fine in general in the iOS simulator but it crashes instantly the moment I open it in my device. Again, it's a Jailbroken app so I can't ...
3
votes
2answers
247 views
How do I get the “bucket id” that winqual uses if I have a minidump file or exception structure? (Windows c++)
There are a few related questions on SO - but have not found the answer -
I would like to generate a "signature"/bucket id to report a minidump/crash back to our issue tracking system. Since MS ...
3
votes
4answers
658 views
iPhone application crash on launch
We are receiving a crash log from iTunes connect that is a little strange.
We were preivously having problems with our app taking to long to return from ApplicationDidFinishLaunching. This was ...
3
votes
1answer
591 views
How do use a Crash Report from Apple in xCode?
I have received a Crash Report from Apple (joy). I understand I can symbolize this report in order to see what is crashing in my code. I understand I need the dSYM and build binary to do this.
My ...
3
votes
4answers
5k views
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 Identifier: 242C320A-763C-407E-BD40-443E3E9B611C
CrashReporter Key: ...
3
votes
2answers
3k views
iPhone App crashes on device with OS 3.1 not in simulator
The app crashes on the tester's device (with OS 3.1) but does well on the simulator and my device with OS 3.0.
I have the crash log but I am finding it difficult to understand the reason of this ...
3
votes
5answers
3k views
NSURL URLWithString: raises exception
In short, [NSURL URLWithString:] appears to be raising an exception. According to the documentation "If the string was malformed, returns nil." There is no mention of an exception being raised under ...
3
votes
4answers
741 views
Crash reporting watchdog for when my application locks up on a customer's machine
I'm working with a somewhat unreliable (Qt/windows) application partly written for us by a third party (just trying to shift the blame there). Their latest version is more stable. Sort of. We're ...
2
votes
1answer
44 views
Mac OS signal handling / crash reporting
In Mac OS, an application that causes a signal (through a null pointer exception or something similar) normally shows the standard Mac OS crash dialog, including a nice stack trace of where the signal ...
2
votes
2answers
68 views
what does “CLR20r3” stand for? (what version of the clr is it)
the obvious choice would be "CLR version 2.0 revision 3" but unfortunatly there is no such a thing. The closest I can come to a definitive list is wikipedia, but that uses major/minor numbering ...
2
votes
0answers
72 views
zz_moto_actionbar_bkg.xml resource error on Droid
I am getting strange crash reports from Droid X and Droid Pro.
android.content.res.Resources$NotFoundException:
File res/drawable/zz_moto_actionbar_bkg.xml from drawable resource ID #0x10803a8
at ...
2
votes
1answer
113 views
How to capture iOS crashes in MonoTouch application
We have logging in place for any .Net Framework exceptions that occur in our iPad MonoTouch application and can get these back to our support department to help analyze and resolve issues.
However, ...
2
votes
2answers
295 views
App rejected: strange iPhone crash log
Apple rejected my app two times due to a crash at launch. I have tested it many times on different devices (iPhone 4, iPhone3GS, Simulator, iPad2) and it never crashed.
EDIT: This is a part of the ...
2
votes
2answers
541 views
Symbolicate crash logs xcode 4.2
I have crash logs and put it in XCode.
Xcode symbolicate all foundation symbols but not my app:
2 UIKit 0x317fd1a8 -[UITableView ...
2
votes
1answer
77 views
Silencing OSX crash report window
I have a python application which uses a compiled shared library. This library for some reason crashes with a segfault every time the app throws an exception. OSX catches the segfault somehow and ...
2
votes
1answer
90 views
Previous filename in RollingFileAppender
I am using Log4Net for logging in an application I've written. For writing to the log file, I use a RollingFileAppender with 5 backups and a max filesize of 250KB.
What I want to do is offer the user ...
2
votes
0answers
3k views
How can I symbolicate from a .crash file in XCode4 that I've downloaded from iTunes Connect
There is a similar question about symbolicating a .crash file here. However this question does not cover how to easily symbolicate in Xcode 4.
I have downloaded the .crash files from iTunes connect. ...
2
votes
2answers
372 views
No information from this crash report:
I was beta-testing my iPhone App (not through xcode), and the app crashed. I plugged it into itunes to read the crash log, but it provides NO INFORMATION at all.
How can I make sense of this?
...
2
votes
2answers
345 views
understanding iOS thread dump that has no application calls
So I have an app that is live in the app store that I've modified to send back crash reports. This has helped me get rid of most of my bugs, but I'm having hard time identifying this one. Below is a ...
2
votes
1answer
1k views
Strange iPhone crash log
Can anybody tell me the reason for this crash.
Specially I am concerned about this -
**Application Specific Information:
iMixtapes[1185] has active assertions beyond permitted time:
{(
...
2
votes
2answers
138 views
How can I disable all the Windows crash handlers like DrWatson and so on
I'm developing a unit test automatic execution application and I need that when one application crashes no dialog appears. A crash dump would be great but the main requirement is that no dialog is ...
2
votes
3answers
333 views
Simple crash report?
I am looking into implementing a simple crash report on my application that will ask the user if he wants or not to send the crash log to us.
I never did a crash report before, what I am used to do ...