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
2
votes
3 answers

MetricKit MXDiagnostic symbolication

I am trying to implement MetricKit so later I could analyze MXCrashDiagnostic and MXHangDiagnostic reports. However when I am triggering a test crash, and then doing Debug->Simulate MetricKit Payloads I always receive absolutely same result in…
Jon Doe
  • 113
  • 1
  • 8
2
votes
1 answer

Xcode 11 breakpoints stop only on HEX code

I have just updated to Xcode 11 and going crazy with the debugger. I am trying to simple thing of stopping at a breakpoint and stepping trough my code. I can add the breakpoint without problem, but when the debugger stops there, is shows me a file…
tishu
  • 998
  • 15
  • 29
2
votes
1 answer

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 light on this? Incident Identifier:…
Mr. T
  • 12,795
  • 5
  • 39
  • 47
2
votes
1 answer

No symbolication for crash files with Xcode 7.3.1

I am not getting a symbolicated crash file using Xcode 7.3.1. My current version of the app never has symbols, however an older version of the app seems OK and the crash file is symbolicated. I have tried to manually re-symbolicate by dragging it…
Jim Leask
  • 6,159
  • 5
  • 21
  • 31
2
votes
1 answer

iOS Crash report help needed

I have an app that is not yet in App store. I have it installed on two of my local devices. While using it on one of my devices a crash occurred. I opened the crashlog using Devices --> Device where crash happened --> DeviceLogs and found the log…
2
votes
0 answers

Unable to symbolicate crash log on Xcode 7.2

I've crash log, .dsym, .app but am unable to symbolicate crash log. It returns error 'xcodebuild: error: SDK "ipados" cannot be located.'
Laxman Sahni
  • 572
  • 1
  • 6
  • 8
2
votes
1 answer

Symbolicating crash logs in Xcode 7

I have an AppStore build that produced a crash and a crash log. I do not have the original archive (it sits in a different computer) but I do have .app.dSYM and .app files. Following the steps of Xcode 6.x related answers does not help as I cannot…
Eppilo
  • 763
  • 6
  • 19
2
votes
1 answer

Symbolicate crash report without the app binary

I'm investigating how to create a server side iOS crash report symbolication server like Crashlitics or Crittercism or HokeyApp, from I can see, they only ask the user to upload the .dSYM file then they are able to symbolicate the crash report, I'm…
2
votes
2 answers

Issue importing iOS crash report into Xcode 6.1

I am trying to find an issue from an Apple generated crash report I have the dSYM and the .app files in the Xcode Organizer, but can´t import the .crash to resymbolicate it using Xcode The issue is that the "Import" and "Re-Symbolicate" buttons are…
eharo2
  • 2,553
  • 1
  • 29
  • 39
2
votes
1 answer

Getting symbol names from a Mac app's call stack

I have a stack trace from my Mac App Store app, that I'd like to read to help diagnose a problem the user is experiencing. I have the dSYM file and original archived build, but I do not have a full crash report. All I would like to know is the name…
Dov
  • 15,530
  • 13
  • 76
  • 177
2
votes
1 answer

Symbolicating iOS crash address returns inappropriate results

I have spend couple of days lately to learn how to symbolicate a line number of a crash which I receive with a custom solution. I have figure out I need the .app and .dSYM files, I have checked the UUID and it's the same as the crash that I get,…
George Taskos
  • 8,324
  • 18
  • 82
  • 147
2
votes
2 answers

Apple reports app crash but I can not figure it out

Apple indicates the app crashes at launch on iphone 5, but I can't see where. On my iPhone 5 and iPad it runs perfectly. This is the Apple notes and crash report (it's symbolicated on organizer and manually-I think-). Please help me to inspect…
fabrizotus
  • 2,958
  • 2
  • 21
  • 27
2
votes
1 answer

instruments on iOS device-- unable to symbolicate because app not appearing in the drop-down

I ran the time profiler on the device. I ended up with a trace, but no symbols. So, following the suggestion in this answer, I attempted to re-symbolicate. However, the drop-down list of binaries was empty. See the screen shot. How can I get…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
2
votes
1 answer

Get symbol by address (symbolicating binary, iOS build)

I have snapshot of Allocations Instrument with address of interesting symbol: And I want to know, where this address is in code. I have corresponding dSYM file. I tried to use atosym command-line tool but it gives me wrong symbols (not related to…
brigadir
  • 6,874
  • 6
  • 46
  • 81
2
votes
1 answer

backtrace still not readable after symbolicating iPad crash log

i have these crash logs and after i drop them in the organizer the get symbolicated automatically but the result is always the same. the iOS calls get symbolicated and my app calls don't. I tried copying the dysm and app file into the same folder,…
Edward Ashak
  • 2,411
  • 2
  • 23
  • 38
1 2 3
8 9