Questions tagged [symbolicatecrash]

Use this tag for questions related to symbolicating a crash report/log. Symbolication replaces memory addresses with human-readable function names and line numbers.

Quoting the Developer.Apple page:

Symbolication - resolving backtrace addresses to source code methods and lines.

Usually, is found in questions that are tagged with , and/or , so if you are using this tag, please think about whether you need these tags too.

212 questions
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
38
votes
2 answers

Atos cannot get symbols from dSYM of archived application

I have a crash report from BugSense, so I have information on the memory location of crashes but they are not symbolicated. Also Bug Sense does not send traditional crash reports but still gives me a bugtrace. So I am trying to use Atos to get the…
Jason
  • 14,517
  • 25
  • 92
  • 153
32
votes
4 answers

Xcode Crash Organizer does Not Symbolicate .xccrashpoint Files

The new Xcode 7 "Crashes" tab in the organizer shows a handful of crashes from the AppStore for my app. According to the documentation, there should be a stack trace. However, none of the 6 crashes have symbolicated stack traces: I've tried…
Zane Claes
  • 14,732
  • 15
  • 74
  • 131
27
votes
6 answers

How to Manually Symbolicate iOS Crash to View Crash Logs

Trying to debug app. The trouble is I cannot find this program. symbolicatecrash.sh sudo cp /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneRemoteDevice.xcodeplugin/Contents/Resources/symbolicatecrash…
butchcowboy
  • 575
  • 1
  • 8
  • 16
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
1 answer

iOS9: duplicated lines in crash reports are causing symbolicatecrash to get stuck

This is not a question because I have already found a workaround. I am publishing it so that others can take advantage on the hours I was spending on it, and use my suggested workaround. I have got some strange crash reports - a single line was…
ishahak
  • 6,585
  • 5
  • 38
  • 56
15
votes
3 answers

Crashlog links to which .dSYM

I have got many crash logs from different users, I have different builds and dSYM file now how can i make sure a particular crashlog belongs to which build and dSYM file. Is there is any way to check if both crashlog and dSYM belongs to same…
Nilesh
  • 1,493
  • 18
  • 29
15
votes
2 answers

iOS app has mysterious UUID with no matching dSYM so cannot symbolicate

I'm pretty familiar with how crash logs for iOS apps are symbolicated but this one is a head scratcher. I have MyApp with build 2345 that was released as a beta through TestFlight, using the normal Archive then Upload to App Store flow in Xcode 7.2…
OpenUserX03
  • 1,448
  • 2
  • 14
  • 21
15
votes
1 answer

How to symbolicate crash log with Xcode 7?

So the technique I was using with Xcode 6 appears to be deprecated, the symbolicatecrash.sh script is not located in the xcode bundle anymore. Instead there is an executable named symbolicatecrash in the same folder path as Xcode 6 had the script. …
drshock
  • 2,096
  • 2
  • 15
  • 30
14
votes
3 answers

How to symbolicate iPhone \ iPad crash logs?

I would like to know how to symbolicate crashes in XCode, i have .crash files and i don't know how to do it. I want to fix a damn bug that affects my app, thanks in advance!
Phillip
  • 4,276
  • 7
  • 42
  • 74
14
votes
2 answers

Xcode - UUID mismatch with framework dSYMs

I have an OSX desktop Xcode project which includes another Xcode project (a framework) as a dependency. When I build an archive of the app, it generates two dSYM packages - one for the app and one for the framework. When I symbolicate crashes…
Chris R
  • 2,875
  • 2
  • 28
  • 29
13
votes
2 answers

symbolicatecrash with XCode 4.2 not symbolicating system symbols

This is a very weird problem. I think I must be doing something wrong, but I don't know what it is. I've been using symbolicatecrash for several years with no problems. The issue I'm seeing is that symbolicatecrash is not showing symbols for the…
Mike Fullerton
  • 191
  • 2
  • 10
13
votes
3 answers

Symbolicate adhoc iphone app crashes

I can't manage to make my code symbolicated ... I read the part "below" : Given a crash report, the matching binary, and its .dSYM file, symbolication is relatively easy. The Xcode Organizer window has a tab for crash reports of the…
gotye
  • 958
  • 2
  • 14
  • 33
12
votes
1 answer

iOS App crash with SIGTRAP in iPhone 6 plus?

I have an app which is written in swift and uses AFNetwork and some other helpers written in Obj c. On my clients device (iPhone 6+) he is getting an SIGTRAP error, I have tried to recreate the issue on the testing devices that we have and on all…
Kirit Modi
  • 23,155
  • 15
  • 89
  • 112
12
votes
1 answer

How to understand this crash log

I got (in ITC) below presented crash report for my first Mac App Store app. Using knowledge founded on Stackoverflow I tried to symbolicate this log, but (using atos and otool) I was only able to read last (20) line (which means start (in My App) +…
Tomasz Wojtkowiak
  • 4,910
  • 1
  • 28
  • 35
1
2 3
14 15