Questions tagged [symbolicate]

Use symbolicate for questions related to debugging a compiled program which has crashed by annotating stack traces with function names, file paths, and line numbers

References

124 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
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
30
votes
3 answers

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 Crash Reports But this method doesn't work for Mac OSX crash reports. How can I symbolicate my Mac OSX crash report ? Thanks !!
toto_tata
  • 14,526
  • 27
  • 108
  • 198
19
votes
4 answers

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 Simulator). I've tried just about everything I can think…
Tony Arnold
  • 2,738
  • 1
  • 23
  • 34
18
votes
5 answers

How to symbolicate crash report from Apple received in .txt format not .crash format

My app got rejected from Apple and I have got crash reports in .txt format instead of .crash format. How can I symbolicate or read the crash report ?
bably
  • 1,065
  • 5
  • 17
  • 27
17
votes
4 answers

Symbolicating Stack Trace without Crash

Is there any way to symbolicate a stack trace that is not a full crash report? I am logging the string result of [NSThread callStackSymbols] to our server. This doesn't give a fully formatted crash report, but just the unsymbolicated stack trace…
jakeo
  • 223
  • 2
  • 7
14
votes
1 answer

How can I tell Spotlight to index my .dSYM bundles?

Today was the first time that I tried - and failed - to symbolicate a crash log on a newly bought MacBook (let's call this machine MB1). MB1 came with Mac OS X 10.9 pre-installed. I tracked the problem of the failing symbolication down to Spotlight…
herzbube
  • 13,158
  • 9
  • 45
  • 87
14
votes
6 answers

atos and dwarfdump won't symbolicate my address

I received a crash report via AirBrake.io that isn't symbolicated. Since the crash report is not in exactly the same format as an Apple crashlog I can't just drop it on XCode as usual, so I took the exact same build from my XCode archive tried to…
Mac_Cain13
  • 3,611
  • 2
  • 24
  • 38
13
votes
1 answer

How to symbolicate crash/error logs from a Xamarin Forms iOS project?

I need to symbolicate some crash logs and for that I read that I need the .app and the .dSYM files together with the .crash files. I can't find the .app file anywhere. I have the .app.dSYM file and the .crash ones but I can't find the .app one. I…
Dpedrinha
  • 3,741
  • 3
  • 38
  • 57
13
votes
2 answers

How to "manually" symbolicate [NSThread callStackSymbols] (get the start address for atos) (iOS)

Goal: I want to symbolicate the "output" of [NSThread callStackSymbols]. Side Notes: I know how to do that with crash logs. However, I need to investigate some problems where I would like to look at the call stack. Unfortunately these days the…
Rainer Schwarze
  • 4,725
  • 1
  • 27
  • 49
12
votes
2 answers

(_hidden#919_:0) inside crash symbolication file

I am attempting to manually symbolicate a crash log since Xcode 7 will not do it for me. Yet, I come to this result: What does this mean and what can I do with this? I have used atos as well and it just gives me the same address! I am sure I have…
Michael Ninh
  • 772
  • 2
  • 10
  • 23
12
votes
2 answers

Atos does not symbolicate system frameworks/libraries properly

The problem is that when symbolicating the stacktrace addresses reported by PLCrashReporter doesn't return the actual system frameworks/libraries symbolicated line. My application line is though showing the correct offending line symbolicated. Some…
George Taskos
  • 8,324
  • 18
  • 82
  • 147
10
votes
6 answers

How to symbolicate crashes in Xcode 7.3?

Can you help me get my crashes symbolicated? In Xcode 7.3, Window -> Organizer -> Crashes, I have crash reports from my latest TestFlight builds. They were built on this Mac, and all the archives with the corresponding dSYMs are in the Archives tab.…
niklassaers
  • 8,480
  • 20
  • 99
  • 146
9
votes
1 answer

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. All my production versions have been archived in…
Scott
  • 16,711
  • 14
  • 75
  • 120
9
votes
2 answers

How to symbolicate crash logs sent from apple reviewers?

I have recently submitted an app to the app store and it has gotten rejected. The app I made was specifically iPhone only, however i was unaware that you had to make sure it ran on an iPad as well (Apple Guidelines 2.10) and hence my app was…
Wesley Ow
  • 315
  • 1
  • 4
  • 9
1
2 3
8 9