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

How to symbolicate PLCrashReports for OS X Apps

I've added PLCrashReporter to my OS X application and am successfully saving the crash dumps to a server. However, plcrashutil does not appear to symbolicate even with the .app and .dSYM in the same directory as both plcrashutil and the crash file.…
Mark Lilback
  • 1,154
  • 9
  • 21
1
vote
1 answer

iOS symbolicate crash log only symbolicates a few lines

Hi I have this file symbolicated from: Last Exception Backtrace: (0x3816a8bf 0x37cb61e5 0x3816a7b9 0x3816a7db 0x31e86747 0x31e87bb9 0x31dc0a45 0x31c4a227 0x31c44313 0x31c12921 0x31c123bf 0x31c11d2d 0x37e98df3 0x3813e553 0x3813e4f5 0x3813d343…
MrHus
  • 32,888
  • 6
  • 31
  • 31
1
vote
1 answer

MonoTouch: Symbolicate Crash

I use Monotouch so don't get many crashes. But I got my first. I have opened the crash file in Xcode and it was symbolicated. Is the following all I get in crash information? (looks like a problem in ctor) 0 libsystem_kernel.dylib …
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
1
vote
0 answers

NativeScript.framework.dSYM for iOS runtime 7.0.4

Does any one know were to get the Nativescript.framework.dSYM for iOS runtime version 7.0.4? The releases only go up to 6.5.2 at https://github.com/NativeScript/ios-runtime/releases. I need to symbolicate an iOS crash log and need to extract the…
JLeslie
  • 11
  • 1
1
vote
0 answers

Is it possible to symbolicate hex addresses ON an iOS device?

I'm trying to implement a crash reporter for an app I'm working on. The basic idea is that I want to send a notification to my server every time my app crashes. I've gotten it to the point where I have all the stack frames and addresses, but…
1
vote
1 answer

How to read symbolicated crash log?

Today my first app was rejected from testflight, because it crashed on start. But I cannot replicate it, because I do not have an Iphone, and in the simulator it works. I managed to symbolicate the crash log, but cant figure out how to read it.…
sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
1
vote
1 answer

Symbolicate Output - Understanding the error

My App is crashing a "14". I have a business object called "ClientDetail" but this object has no Bools. What is it referring to? There is also no line 784, I am guessing the + 784 is then not a line number reference? 13 HappyApp 0x008b907c…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
1
vote
2 answers

iPhone - no sense after symbolicating a crash file

Apple have sent me a crash log from an app sent for approval. Despite not crashing in all my tests in 3 devices, they say it is crashing on launch. After symbolicating the file, I get this. Looking at this and means nothing to me. I don't see where…
Duck
  • 34,902
  • 47
  • 248
  • 470
1
vote
1 answer

How to make sense of ios Crash Report from a device connected to Xcode?

I have a production app that passed the review but is crashing in production. I have connected the device to Xcode and replicated the crash and retrieved the crash log from from Xcode. The problem is, i do not understand the report. It makes no…
jamesMcKey
  • 481
  • 5
  • 28
1
vote
1 answer

How to Not Strip Debug Symbols in Xcode 9

Ever since Xcode 9, I've been having issues symbolicating crash logs for my OS X application. Note, I'm not distributing through the App Store, so these are user supplied logs that I've been symbolicating with MacSymbolicator. I've decided it's not…
1
vote
0 answers

Xcode how to symbolicate emailed .ips.beta file from app using TestFlight

how can I symbolicate a .ips.beta file that is emailed to me from my test users who generate the file from /settings/privacy/analytics/analytics data/myapp... trying to simply find out the line of code that is causing the crash. I am using…
alionthego
  • 8,508
  • 9
  • 52
  • 125
1
vote
2 answers

Can iPhone Application Archives be exported and imported on another Computer?

I have an iPhone application that is not yet released but I wanted to make sure that when I create an Archive that I can symbolicate crash reports. For now that works on the Computer that created the archive / IPA. But in order to be sure that I can…
Andy S.
  • 533
  • 2
  • 6
1
vote
0 answers

iOS Crash report. Can't seem to get proper info with atos

I have an internal crash reporter which used to work great before bitcode, but now I'm getting this information: 0 MYAPP 0x00000001000f7fcc MYAPP + 245708 1 MYAPP 0x00000001000e734c MYAPP + 176972 2 CoreFoundation 0x0000000184671c88 + 652 3…
Jan
  • 2,462
  • 3
  • 31
  • 56
1
vote
1 answer

symbolicate line number exactly in swift closure?

Is possible to get line number of crash exactly when error is in a swift closure ? I can't get line number exactly when I re-symbolicate device log or using crash report on firebase, I can just know it happens on which closure, what I miss ?
PatrickSCLin
  • 1,419
  • 3
  • 17
  • 45
1
vote
1 answer

Xcode Cannot symbolicate crash log in View Device Logs

I installed my app into an iPhone via Xcode, then disconnect the iPhone from Mac, lauch the app ... crash. Re-connect the iPhone to Mac, open Xcode > Devices > The iPhone > View Device Logs, but got the following result, it cannot symbolicate the…
Míng
  • 2,500
  • 6
  • 32
  • 48
1 2 3
8 9