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

Crash files not symbolicated

The crash files for my most recent (in production) app do not have symbols and I can't make any of the manual symbolication processes work. Older versions of the app that some users are still running seem to be symbolicated fine. I have verified…
Jim Leask
  • 6,159
  • 5
  • 21
  • 31
1
vote
0 answers

Crashes from Most Recent App Store Build Not Being Symbolized in Xcode Organizer

I am able to view Crash Logs in my Xcode 7 Organizer, but when I view my current App Store version, the Crash Logs are not symbolized. I can view older versions fine. Any idea why my latest App Store build would not be symbolizing?
Chris
  • 5,485
  • 15
  • 68
  • 130
1
vote
1 answer

How does Xcode find the dSYM to match a crash file?

I received a .crash file from a customer and need to link it to the correct dSYM file. The archive for this product/version was built by another developer using Xcode, and the .xcarchive file put into git for a rainy day (like today). After reading…
Jim Leask
  • 6,159
  • 5
  • 21
  • 31
1
vote
0 answers

Debugging crash from Device not connected to Xcode 7 - Symbolicate

Before I explain let me just say I have looked all over and tried many many ways of symbolicating the crash log. MY ISSUE: When my app (on my iPhone) is ran from Xcode, the app never crashes. When my app is ran on my phone, and not connected to my…
justColbs
  • 1,504
  • 2
  • 18
  • 28
1
vote
1 answer

How to read this ios symbolicated crash log?

Apple rejected an APP's new version and sent me back crash log, it's hard for me to find the problem even the crash log has been symbolicated in Xcode. From the following, I guess that something wrong in func getGameCenterScore at line 246? Does it…
jdleung
  • 1,088
  • 2
  • 10
  • 26
1
vote
2 answers

iOS crash, can't symbolicate

My crash log: Application received signal SIGSEGV (null) ( 0 CoreFoundation 0x0000000182ab02f4 + 160 1 libobjc.A.dylib 0x00000001942d40e4 objc_exception_throw + 60 2 CoreFoundation …
Allen
  • 6,745
  • 5
  • 41
  • 59
1
vote
1 answer

How do I symbolicate a crash log for armv7 on iOS 8.1.1

I've got some crash logs from a user running iOS 8.1.1 on an armv7 device. Xcode will only symbolicate the lines from my app, and when I try to do it by hand I get lots of errors like this: error:…
Simon
  • 25,468
  • 44
  • 152
  • 266
1
vote
2 answers

symbolicatecrash does not give me method names for my own functions

Running into a weird issue using symbolicatecrash to debug crash logs. After I run symbolicatecrash with the .dSYM file of the build that crashed, it gives me function names for all of the Foundation classes, but not for my own app. Is there some…
Jerry SHen
  • 398
  • 3
  • 15
1
vote
1 answer

iOS: Symbolicating crashlogs with exception reasons

Soo, with TestFlight's end it has become even more pressing to be able to fully understand iOS crashlogs. There are numerous questions here at SO about this topic but in my experience none of the solutions provided enough insight into the crash…
Zoltán Matók
  • 3,923
  • 2
  • 33
  • 64
1
vote
1 answer

Debugging in iOS / callStackReturnAddresses and callStackSymbols

i set an uncaughtExceptionHandler in my iOS app and got the following data from a user but i don't know how to interpret them to find the location of the error. What is the number behind the plus sign for? how can i use the addresses to get the…
griz
  • 470
  • 3
  • 9
1
vote
1 answer

How to debug iOS assert failure crash when it leaves no stack

I am trying to debug what appears to be an assertion failure on iOS. The device in question seems to produce no crash logs. Instead, in the console, I see this: Apr 11 16:22:56 iPhone5 SpringBoard[69] : Killing com.yourapp for termination…
esilver
  • 27,713
  • 23
  • 122
  • 168
1
vote
0 answers

Re-symbolicate in XCode 4.6

I recently updated to XCode 4.6 and I'm having problems re-symbolicating a crash log. I was able to do it before for this same project. I normally do it by dragging the file to Organizer -> Devices - > Device Logs. My project has most of its code…
Jorge Garcia
  • 680
  • 6
  • 12
1
vote
0 answers

Symbolication process on UNIX server refering Xcode.app

I ran the symbolication process from the command line on the Mac-Terminal and it works fine. I am trying to push the same script on to the UNIX server which fails to run, since its trying to refer the Xcode.app which is not present on to the server.…
Prabhjeet
  • 261
  • 3
  • 4
1
vote
1 answer

Symbolicate Crash Log when App Name Contains Apostrophe and Space (Deployed App)

I have an app on the App Store that is crashing. I have tried several of the solutions on SO to symbolicate my app, using at different times the Organizer, the Terminal, and Instruments. Nothing has worked so far - the lines in the reports from the…
SAHM
  • 4,078
  • 7
  • 41
  • 77
1
vote
2 answers

Is there any helpful information in this crash report?

I am trying to identify the cause of a crash (iOS app), but the symbolicated crash report only points to my main method. 8 WxT 0x00002730 main (main.m:14) 9 WxT 0x000026e8 start +…
Hap
  • 556
  • 1
  • 6
  • 20
1 2 3
8 9