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
0
votes
1 answer

Symbolicating crash just gives me __PRETTY_FUNCTION__

I have used this code as an UncaughtExceptionHandler for my app to capture some crash information and return it back to me: NSArray *callStack = [exception callStackReturnAddresses]; int i,len = [callStack count]; // void **frames = new void…
Darren
  • 10,182
  • 20
  • 95
  • 162
0
votes
0 answers

Unable to Symbolicate iOS App Crash Report

My app is occasionally crashing for some users and I have been unable to replicate the problem. I have managed to get a few crash reports from one of the users which I have imported to Xcode, but I am unable to symbolicate the reports fully with…
Ian L
  • 5,553
  • 1
  • 22
  • 37
0
votes
1 answer

dsym more info displays --

I am attempting to symbolicate a crash file but it appears xcode can not match the dsym file to the crash report. Having done a bit of research I found the dsym file for my archive and when I go into getinfo and look at "more info:" it displays…
misterbassman
  • 4,589
  • 2
  • 14
  • 4
-1
votes
1 answer

Crash log is missing one symbolicated frame

I've only noticed this problem in one crash log, and I can't quite get my head around why this is occurring. Basically, I have symbolicated a crash log from a customer, and it all checks out and symbolicates correctly, except for one frame, which…
WDUK
  • 18,870
  • 3
  • 64
  • 72
1 2 3
8
9