Tagged Questions
The symbolicate tag has no wiki summary.
73
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 ...
5
votes
2answers
452 views
How do I reliably get Instruments 4.x to symbolicate?
I have a bit of a dilemma — no matter what I do, I cannot get Apple's Instruments.app to symbolicate any of the included instruments while I'm profiling on my devices (it works OK in the iOS ...
3
votes
1answer
172 views
dSYM files for release builds
Do .dSYM resources contain any other information except DWARF information? I have created a release build of an app. Now if I run dwarfdump on it, it says the executable has no DWARF info (says it's ...
2
votes
2answers
158 views
Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them?
Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them? If so, how is it done?
I have configured my project in the following way:
Build in release mode
Checked 'Enable ...
2
votes
1answer
1k views
Symbolicate XCode4 crash reports
I'm trying to get XCode 4 to symbolicate a crash report. I've googled and followed this link (https://github.com/chrispix/symbolicatecrash-fix) but get stopped. The instructions say "To fix your iOS ...
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. ...
1
vote
1answer
67 views
MonoTouch: Symbolicate Crash
I use Monotouch so don't get many crashes. But I got my first. I have opened the crash file in Xcode and it was symbolicated.
Is the following all I get in crash information? (looks like a problem in ...
1
vote
0answers
66 views
Is it possible to symbolicate hex addresses ON an iOS device?
I'm trying to implement a crash reporter for an app I'm working on. The basic idea is that I want to send a notification to my server every time my app crashes. I've gotten it to the point where I ...
1
vote
1answer
95 views
Symbolicate Output - Understanding the error
My App is crashing a "14". I have a business object called "ClientDetail" but this object has no Bools. What is it referring to? There is also no line 784, I am guessing the + 784 is then not a line ...
1
vote
2answers
509 views
iPhone - no sense after symbolicating a crash file
Apple have sent me a crash log from an app sent for approval. Despite not crashing in all my tests in 3 devices, they say it is crashing on launch. After symbolicating the file, I get this.
Looking ...
1
vote
2answers
533 views
Can iPhone Application Archives be exported and imported on another Computer?
I have an iPhone application that is not yet released but I wanted to make sure that when I create an Archive that I can symbolicate crash reports. For now that works on the Computer that created the ...
1
vote
1answer
521 views
iTunesConnect crashlog is partially symbolicated; does not show line numbers
The crashlog on iTunesConnect for my XCode 3.2.5-built application shows method names, but not line numbers. For example, in the abridged crash report I've pasted in below, it shows this:
0x000f5ef8 ...
0
votes
1answer
29 views
Unable to symbolicate frameworks sometimes
I am completely at a loss on this one. I was able to symbolicate one of my crash reports (obtained from a user submitting it via the app) and it looked like this:
Thread 0 Crashed:
0 ...
0
votes
1answer
256 views
Symbolication of Crash Log fails to Symbolicate any Framework Libraries
I'm trying to include some crash reports with a TSI incident, however I can only get the logs to be partially symbolicated. I have tried using the Organizer panel in Xcode 4.2 and using the Perl ...
0
votes
0answers
35 views
How can I resolve crash log?
I uploaded my app at iTunes Connect for AppStore release. However I received the mail that the review was rejected.
The review team gave me 2 crash log files. but, I cannot resolve this crash problem. ...
0
votes
0answers
56 views
Reading .dSYM file
How can I "manually" symbolicate symbols using a .dSYM file? I got the following stack trace from Instruments:
And I would like to know from the .dSYM file what functions all those 0xxxxxxx mean. I ...
0
votes
1answer
168 views
Symbolicate crash log
I am using XCode 3.2.6. I made a build for my testers using "Build & Archive" method. I received some crash logs from my testers. I placed them on my desktop and dragged them to my organizer. But ...
0
votes
1answer
203 views
Xcode 4 fails to symbolicate debug builds
It is my understanding that Xcode should be able to automatically symbolicate debug builds so that I don't need to "build and archive" to preserve the .dSYM files. Is this correct? What could be the ...
0
votes
1answer
69 views
Monotouch Apps with - (underscore) in exe name won't Symbolicate (iPhone)
Monotouch 4.0.1
I struggled to find out why my app would not Symbolicate in Xcode Organizer.
I found that if I set the file name of the exe in Build/Ouput to just MyNiceProgram from MyNice_Program ...
0
votes
1answer
474 views
How to symbolicate Mac OSX crash reports issued by Apple? [closed]
Possible Duplicate:
Symbolicating iPhone App Crash Reports
Hi,
For iOS crash reports, it is sufficient to drag and drop the crash report to the Organizer.
But this method doesn't work for ...
0
votes
1answer
331 views
iPhone crash that only happens on one phone
I'm seeing a particular crash on one phone that I can't replicate on other phones. I've copied the symbolicated crash file below. Has anyone else seen something like this? Can anyone shine some ...
0
votes
2answers
309 views
symbolicatecrash does not give me method names for my own functions
Running into a weird issue using symbolicatecrash to debug crash logs. After I run symbolicatecrash with the .dSYM file of the build that crashed, it gives me function names for all of the Foundation ...