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

How to get Symbolic crash repost ios xcode 8

I am going to check my device crash log of iPhone 5s. But the crash logs are written in unsymbolic format, which is not able to understand. i have already done the symbolic method using terminal as below if you have any info related to this issue…
PAn Kaj Khatri
  • 539
  • 1
  • 6
  • 22
0
votes
0 answers

XCode stopped symbolicating a specific app

Using XCode 8, it has a few archive apps that were submitted to the App Store, receiving crash reports. Starting from two versions ago, it stopped symbolicating one of the apps on the Organizer, even though the archive is there. Previous versions…
Kof
  • 23,893
  • 9
  • 56
  • 81
0
votes
1 answer

DSYM and binary required to symbolicate? Or just DSYM?

Started using Crashlytics and am curious why only the DSYMs have to be uploaded and not the full .app binary to match. I was under the impression that to symbolicate you needed a binary with matching DSYM file. Is that not the case? Basically trying…
stonedauwg
  • 1,328
  • 1
  • 14
  • 35
0
votes
1 answer

Beta build crash report debugging through Xcode Organizer -> Crashes

I have submitted my app for beta testing and review, few users have reported random crashes and i am trying to fix crashes for that I have successfully downloaded the crash reports using Xcode Organizer, According to the apple's document The stack…
Vijay Yadav
  • 511
  • 5
  • 14
0
votes
1 answer

IOS crash report

I have device logs crash report from iPhone .How to find the exact reason from my crash report. IOS version 8.3 This is not a reproducible crash.It occurs rarely and no specific senario. Pelase help me to find out.I have build this IOS app in…
Krishna
  • 46
  • 6
0
votes
0 answers

Symbolicate crash log - XCode 7.0.1

I am trying to symbolicate the crashed log & tried variuos methods. 1) symbolicating crash log from xcode(7.0.1) > Devices > All Logs > Re-Symbolicate logs Nothing happens Installed command line tools, xcode-select --install export…
JiteshW
  • 2,195
  • 4
  • 32
  • 61
0
votes
1 answer

Crash for PFUser.query() force unwrap

Background Parse 1.8.5 iOS SDK Xcode 7.0.1 (7A1001) Swift 2 In my code, I subclassed PFUser (named as MyUser), and try to create the query using MyUser.query(). It returns me PFQuery? let query = MyUser.query() query!.whereKey("username",…
0
votes
2 answers

Couple of crash logs got me stumped

During testing 2 of my beta testers have reported crashes. These are the only 2 and both experience a different crash. I just can not see what is causing the crashes. I hoped if I post one here someone can nudge me in the right direction. Incident…
RyanTCB
  • 7,400
  • 5
  • 42
  • 62
0
votes
1 answer

iOS 8.3 - EXC_BAD_ACCESS in CoreGraphics Image Drawing

In my application, I have a CoreGraphics image drawing module. The application is crashing randomly at CGContextAddPath() function call. The path is a CGPathRef object created using CGPathCreateMutable() function call. The sample code is given…
0
votes
0 answers

Understanding demystified crash log iOS

I am trying to understand the crash log of crash issue which occurs while opening application. When user opens application it immediately crashes. Following are the lines from crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes:…
ViruMax
  • 1,216
  • 3
  • 16
  • 41
0
votes
1 answer

Symbolicate crash logs for Parse.com Analytics

I'm trying to get crash reporting up and running with parse.com. The crashes are sent in to Parse Analytics, but I don't think they are symbolicated. I have followed the steps to upload the symbol-files in a runscript on each build. The crashes I…
fisher
  • 1,286
  • 16
  • 29
0
votes
1 answer

iOS how to understand symbolicated errors

I'm using swift to code. I have symbolicated errors but I still can't understand exactly what the error means. I can see these informations The class name The function name Does it contain any other information like Line number Type of error…
Thellimist
  • 3,757
  • 5
  • 31
  • 49
0
votes
1 answer

Get cashed line number and function name in ios

Im making a sample in which i have found the "crash trace" by using unchaught execption handler. now problem is that i have to find the excat line number where the exception is raised . Please help and thanks in advance .
navroz
  • 382
  • 2
  • 13
0
votes
1 answer

Xcode 6 symbolication not working

I've followed some of the SO solutions for symbolicating but I can't get any of the Apple framework lines to symbolicate. Using symbolicatecrash outputs a new crash log to the terminal, but it only symbolicates my…
mutable2112
  • 439
  • 4
  • 15
0
votes
0 answers

symbolicatecrash atos - getting number instead of method name

I am unable to "Re-Symbolicate" using Xcode 6 with a crash log that a user sent me. So I've tried to use atos and symbolicatecrash in order to manually convert hexadecimals adresses into method names in the stack trace. I am using the right binary…
ouss
  • 54
  • 1
  • 8