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
1
vote
3 answers

Xcode 4.5 - crash log not symbolicated

A user emailed me a crash log for an app I submitted to the App Store. I have the original app store submission archive in Xcode still, but his crash report will not symbolicate. Clicking "resymbolicate" doesn't do anything. I can't find the…
jsd
  • 7,673
  • 5
  • 27
  • 47
1
vote
2 answers

release ipa: how to symbolicate my classes' calls in a stack trace? Framework calls are shown

My app is written both in objective c and c++. I'm using xcode 4.5 and of course I have developer account, my device is not jailbroken and I've set up everything in my developer account ok. I do not use "Device Logs" from xcode, instead I've…
Tertium
  • 6,049
  • 3
  • 30
  • 51
1
vote
1 answer

iOS system symbol symbolication service

I'm using QuincyKit to get crash logs from my iOS users. My Mac box serves as a back-end and symbolicates those crashes against the app debug symbols. But in the vast majority of cases, it fails to symbolicate the stack entries that belong to the…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
1
vote
0 answers

iOS crash log is only partially symbolicated

Here's the issue. I have the .xarchive with all the DSYMs but for whatever reason using symbolicatecrash or xcode is only converting some of the symbols to lines while leaving other ones unconverted. Any ideas? I'm using xCode 4.3.2 on OS X Lion.…
sshevlyagin
  • 1,310
  • 2
  • 16
  • 26
1
vote
0 answers

how to auto symbolicate Crash Log

I use PLCrashReport to save crash file and send it to server, when i get crash log file , i have to symbolicate each of the crash logs file to understand this error by terminal.But this work take alot of time because if i release my app to appstore,…
Makio
  • 465
  • 6
  • 15
1
vote
0 answers

How to interpret results from atos symbolication command

I'm using the atos command to symbolicate crash logs. I have this crash stack : 0 MyApp 0x001c4389 MyApp + 1848201 1 MyApp 0x001c49f1 MyApp + 1849841 2 libsystem_c.dylib …
Martin
  • 11,881
  • 6
  • 64
  • 110
0
votes
1 answer

Symbolication of Crash Log fails to Symbolicate any Framework Libraries

I'm trying to include some crash reports with a TSI incident, however I can only get the logs to be partially symbolicated. I have tried using the Organizer panel in Xcode 4.2 and using the Perl script from Terminal. In both cases my own classes are…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
0
votes
1 answer

Symbolicate crash log

I am using XCode 3.2.6. I made a build for my testers using "Build & Archive" method. I received some crash logs from my testers. I placed them on my desktop and dragged them to my organizer. But it doesn't symbolicate. I looked up online on how to…
0
votes
0 answers

How can i automatically upload dSYM files to my server without using any third party library in swift?

I am working on my crash reporting SDK and I need dSYM files to symbolicate my crashes. How can I automatically upload them to my own server for symbolication purposes? I've looked around quite a lot, but every question seems to be addressing…
Abu Bäkr
  • 313
  • 1
  • 2
  • 10
0
votes
1 answer

I have .crash report the dSYM file, can't symbolicate the crash log

I am sending a crash log gathered from PLCrashReporter to my server, also for each time I make a build a run script works and it uploads the dSYM file to my server, then in the server I am trying to symbolicate the crash log using atos -arch arm64…
0
votes
0 answers

dSYMs missing in Crashlytics, maybe of local Swift Packages

We use Crashlytics for crash reports and recently we started to receive warnings that some dSYMs are missing. The main latest changes are the switch to Xcode 14 that brought disabling bitcode, and the introduction of local Swift Packages. The UUID…
M_D
  • 1
  • 1
0
votes
1 answer

Can't understand symbolicated crash report

I have downloaded symbolicated crash report using Xcode but unable to understand it as in backtrace it shows below method where it crashed: -[UIView(Internal) _addSubview:positioned:relativeTo:] + 132 (UIView.m:16297). However, I can't find that…
Mughees Musaddiq
  • 1,060
  • 1
  • 10
  • 27
0
votes
1 answer

Xcode apparently does not create the app’s dSYM file

I am developing an iOS app. Sometimes when I execute the development version on a test device that is not connected to Xcode, the app crashes. I later connect it to Xcode and display the device logs, and can see the crash log. Unfortunately, my…
Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116
0
votes
0 answers

module.GetUUIDString() is nil in linux but working fine in Mac for same .app and crashlog file

I am creating a lldb parser to symbolicate crashlog. Parser is working fine in mac machine but not in Linux(VirtualBox). After debugging python script I found that module.GetUUIDString() is giving nil in linux machine where module
Bhupesh Kumar
  • 369
  • 2
  • 18
0
votes
1 answer

Is the any sort of repository for OS/system dSYM files for every version of iOS, macOS, etc.?

To fully symbolicate Apple crash files it would be nice to have all the dSYM files for all the modules (binary images) mentioned in the crash stack traces. Where do people normally get dSYM files for OS/system components of iOS, macOS, etc.? Is…
AKornich
  • 682
  • 5
  • 16
1 2 3
8 9