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

xcode 4.5 crash log symbolicates except for app lines

How to I get to symbolicate everything? Here is an example so what I am talking about: Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 CoreFoundation 0x351642cc CFRelease + 32 1 CoreFoundation …
jlee
  • 492
  • 5
  • 15
5
votes
2 answers

Force download iOS 5.0.1 symbols

A customer sent me a crash log from an iOS 5.0.1 (9A405) device. I'm running Xcode 4.2 on Snow Leopard. The system parts of the crash log call stack fail to symbolicate, and it seems that they're relevant to the crash; there are no iOS 5.0.1 symbols…
Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
4
votes
0 answers

WatchOS debug crashlog

We have got the dsyms file and the crashlog from the archive file which is used to generate the IPA in xcode. I have used the following command in terminal to fetch the filename and crash location in the project. atos -arch armv7k -o …
4
votes
0 answers

Why do I see a lot of .dSYM files in my archive>dSYM folder?

I was analysing a crash and I noticed I have a lot of .dSYM files in my dSYM folder inside archive package, below is the image of dSYM folder from my archive showing all the contents inside it. Also I noticed there is only 1 file with the name of…
4
votes
1 answer

symbolicatecrash not working with dSYM, but 'atos' works

Excuse me! There's a problem confuse me! I have the Myapp.app.dSYM. (All Symbols has stripped from the MyApp.app and copy to dSYM) Now I use symbolicatecrash tool to symbolicate Crashes, it's not working! Hex address is still there. Part of my…
Denis
  • 43
  • 1
  • 6
4
votes
0 answers

Symbolicate [NSThread callStackSymbols] and [NSThread callStackReturnAddresses]

I would like to symbolicate my [NSThread callStackSymbols] to my method names. My main problem is, that i don't know how to calculate the memory address from the log i got here. 0 MY_APPLICATION 0x000f1ca3 MY_APPLICATION +…
mariusLAN
  • 1,195
  • 1
  • 12
  • 26
3
votes
2 answers

Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them?

Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them? If so, how is it done? I have configured my project in the following way: Build in release mode Checked 'Enable debugging' in Project Options -> Build -> iPhone…
vlad259
  • 1,236
  • 10
  • 24
3
votes
0 answers

How to make Thread.callstacksymbols output readable

I used Thread.callStackSymbol to get stack trace but it's not readable. I saw several StackOverflow answers but none of them is working. Following is the process I followed to make stack trace readable Sample stack trace : [ 0: "projectName", "hex…
Geetanshu Gulati
  • 692
  • 8
  • 13
3
votes
0 answers

How can I generate a symbols file for my Electron application code?

I am using the Electron symbols file to symbolicate my stack trace, and everything is working fine. Except these symbols don't work on my application code. How can I generate a symbols file for my actual application code? I am using Electron…
Eric Froese
  • 86
  • 1
  • 3
3
votes
1 answer

Programmatic Symbolication of Crash Logs

I am attempting to symbolicate crash logs that I have automatically sent to a server. My app's crash logs and dSYM files are sent to the server upon my app crashing. The issue I am having is symbolicating them. I would like to do this…
user3915135
  • 93
  • 1
  • 9
3
votes
0 answers

TestFlight is not Symbolicating my iOS crash report properly

I've uploaded my IPA and .dSYM file on test flight. .dSYM file uploaded and attached successfully. My client tested the app and it crashed. Crash report is shown in TestFlight Crash Section. But the problem is that, TestFlight is not symbolicating…
farhad rubel
  • 2,334
  • 2
  • 22
  • 29
3
votes
1 answer

Symbolicate iOS Crash Stack Trace without Crash Log

I'm using BugSense to track crashes from an iOS App. Recently I noticed problems symbolicating stack traces from live usage. The problem is that Apple introduced address space randomization with iOS 4.3 so that the stack address of interest cannot…
sven.b
  • 65
  • 1
  • 6
3
votes
0 answers

Is it possible to load symbols with just ipsw (without device) for symbolicate?

I got an app crash report from a client with a iOS 4.3.2 device. I don't have a device with that version so I downloaded the .ipsw and thought putting it in the xcode Organizer software images section will allow me to symbolicate the iOS logs but it…
mosdev
  • 217
  • 2
  • 9
2
votes
1 answer

Unable to symbolicate frameworks sometimes

I am completely at a loss on this one. I was able to symbolicate one of my crash reports (obtained from a user submitting it via the app) and it looked like this: Thread 0 Crashed: 0 libobjc.A.dylib 0x360a3fbc objc_msgSend +…
wierddemon
  • 223
  • 1
  • 2
  • 10
2
votes
1 answer

How to symbolicate for Xamarin.iOS on Windows

I submitted an iOS app which failed review due to a crash. I was given the crash report which unfortunately for me, was useless because I didn't keep the dSYM files and .app file that I apparently needed to decipher the crash report. First question…
David Andrew Thorpe
  • 838
  • 1
  • 9
  • 23
1 2
3
8 9