The symbolicatecrash tag has no wiki summary.
0
votes
0answers
25 views
What symbolicated crash reporting means in android
i just started using crittercism crash reporting tool for my android app .
their web shows some content which is completely beyond my tiny head. like
an alert message
"To get symbolicated crash ...
0
votes
1answer
90 views
Apple reports app crash but I can not figure it out
Apple indicates the app crashes at launch on iphone 5, but I can't see where. On my iPhone 5 and iPad it runs perfectly.
This is the Apple notes and crash report (it's symbolicated on organizer and ...
0
votes
1answer
45 views
Crittercism Crash symbolication [closed]
I am trying Crittercism for crash reporting. I am updating the app and thus the dSym file is getting changed. How can I add multiple dSym files in Crittercism.
Also, currently Crittercism is ...
0
votes
1answer
86 views
crash log does not symbolicate system libraries armv7s
I am trying to analyse a crash log that a customer sent me, but I cannot get it to symbolicate the system library calls. It does symbolicate calls to my own methods correctly. That does not make it ...
1
vote
1answer
117 views
symbolicating crash logs for crashes within the framework
I have a created a custom framework with all the code in the framework with the help of This link. I used this framework in a new project and the code is working fine without any problem. But, the ...
0
votes
0answers
23 views
Symbolicating a Mac crash log even further
When you have a crash log such as:
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x00007fff92ce4dde szone_size + 134
1 libsystem_c.dylib ...
0
votes
2answers
221 views
app works fine on iPad 2, crashes on iPad 3, with low memory warning
as the title says, I have an app which works on iPad 2, but crashes on iPad 3. when running it the console gives me a low memory warning message. When the crash happens I symbolicate it, but there's ...
0
votes
0answers
113 views
Symbolicate crash report with “.dSYM, .crash, and with symbolicate script” is getting failed
Goal: Need to symbolicate the .crash file, with give .app, .sh, .dSYM and .crash files.
Problem: Script isn't picking up write files(matching UUID)
Command I have run: sh symbolicate.sh ...
1
vote
2answers
119 views
Symbolicate iPhone app crash
Symbolicate iPhone app crash - Map hexadecimal addresses to valid function namespace (call stack)
Listing requirements: Symbolicating crashes
Using Xcode Organizer
Using external services
Using ...
0
votes
0answers
66 views
(iOS) What does kbViewRecoverNormalState means?
We have this crash in our app that has this kind of log.
"date= 2013-02-03 07:12:17 +0000;
buildVersion = 1.0.0;
model = iPhone;
systemName = iPhone OS;
systemVersion = 5.1.1;
timeSpent = 1008.14;
...
3
votes
1answer
263 views
How do I symbolicate a copy/pasted crash report?
I have a user who is experiencing a crash using the app store version of an iPhone app. The crash is not reported via iTunes connect and the user is unable to sync with iTunes and get me the .crash ...
1
vote
2answers
155 views
Xcode software image for user iOS in order to symbolicate iOS calls
Installed software images:
My crash log:
As you can see, only the app (IPDF Beta) shows any intelligible method names and everything else is gook. The reason is obviously that I don't have the ...
0
votes
0answers
51 views
ios - I have the crash code and the .dSYM file, but how to get the place where the crash happened?
I have this symbolicated crash report from Apple:
Thread 0:
14 Fundraising 0x0007a3aa 0x79000 + 5034
And I have the binary archived in my organizer archives. But I don't ...
8
votes
1answer
149 views
Xcode - UUID mismatch with framework dSYMs
I have an OSX desktop Xcode project which includes another Xcode project (a framework) as a dependency. When I build an archive of the app, it generates two dSYM packages - one for the app and one for ...
4
votes
5answers
445 views
ios - how can I decode the symbolicated crash report from itunesConnect
I have a new app which got rejected from the app store with this message:
We found that your app crashed on an iPhone 5 and iPad 3rd Gen running iOS 6.1, which is not in compliance with the App Store ...
0
votes
1answer
171 views
Unable to symbolicate crash log
I am facing some problem in symbolicating my crash log.
I followed all the steps as answered by naveenshan in this thread.
But once I execute the line
atos -arch armv7 -o 'app name.app'/'app name' ...
2
votes
0answers
87 views
ObjC- How to get line numbers instead of line offsets in symbolicated crash reports?
I have a question that's been bugging me for a while. For our symbolicated crash reports, for internal frameworks that we have the source code for, symbolicated crash reports frequently have offsets ...
0
votes
1answer
152 views
iPad app in store crashing, trouble working out TestFlight logs
So I'm getting many crash logs for my app showing up in TestFlight on a live app (iPad 5.0+ only)
2 libsystem_c.dylib 0x332a9e92 _sigtramp + 42
3 UIKit 0x34b97372 + 226...
Exception Reason: SIGSEGV
...
1
vote
0answers
90 views
symbolicatecrash doesn't work because mdfind finds nothing
Running Xcode 4.5.2 on OSX Mountain Lion (10.8.2)
I'm trying to symbolicate crash reports but the symbolicatecrash script always fails. I'm not actually interested in the app symbols. I want the ...
0
votes
1answer
31 views
iOS std::length_error::~length_error() crash
In my App, I used the C++/Boost lib also.
It's weird that all the crash logs are related to the std::length_error().
Can anyone give some clues?
Any comment is welcome.
124 Thread 8 Crashed:
125 0 ...
0
votes
1answer
52 views
How to get iOS crash logs when syncing to the cloud
If a user only syncs with iCloud, how can I get their crash logs? I've had them try to sync with their computer, but it doesn't appear to copy them to their computer.
0
votes
1answer
258 views
How to manually symbolicate a crash log with atos
After searching all over the internet to find a way to symbolicate my crash logs I received from Apple, I finally figured out how to use the atos command in terminal to symbolicate the crash logs. I ...
1
vote
0answers
33 views
Universal app's crash reports don't work with symbolicatecrash
The following solution by Mike is a great method for creating a universal app, with ARMV6, ARMV7, & ARMV7s.
However the crash reports do not work with symbolicatecrash regardless of whether I use ...
0
votes
2answers
149 views
symbolicatecrash is unable to find any symbols
I'm running XCode 4.5.2 and am having problems getting symbolicatecrash to work.
Note that this is for an app and dsym that were NOT generated on my system, and aren't in an archive.
So far I've:
...
1
vote
1answer
247 views
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 ...
0
votes
1answer
119 views
App Crashing Upon Startup for Users, Cannot Replicate Errors
The update for my app went live the other day, with no problems in testing on various devices and operating systems. However, it is crashing for several of my users upon startup. I am fairly new at ...
10
votes
1answer
2k views
iOS crash reports: atos not working as expected
I'm looking at a crash report provided by Apple
Hardware Model: iPhone4,1
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-11-18 ...
3
votes
2answers
513 views
How do I read an Xcode crash report?
I have an app that I just submitted it to the app sore (The app was developed for me as I do not know iOS development I do however know know other coding languages). Apple rejected the app saying that ...
0
votes
1answer
183 views
What determines the load address for an ios app?
Up until very recently (around november 4th, 2012) the crash dumps from our ios app always had a load address of 0x1000. We never used the -l option in atos and we still got good results so I assume ...
3
votes
1answer
350 views
How to understand this crash log
I got (in ITC) below presented crash report for my first Mac App Store app.
Using knowledge founded on Stackoverflow I tried to symbolicate this log, but (using atos and otool) I was only able to read ...
2
votes
1answer
1k views
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 ...
0
votes
2answers
68 views
Does apple support setting up a symbol server to analyze iOS Crash Dumps
Just like MS's symbol server, does apple support setting up a symbol server to analyze iOS Crash Dumps instead of having to symbolicate crash on the compiling machine?
0
votes
1answer
181 views
Strip symbols while retaining unstripped binary in xcode 4.5
I am stripping symbols in Xcode 4.5, but realised that if we strip them we cannot symbolicate crash reports. So I am trying to create a copy of the unstripped binary before stripping. It seems this ...
1
vote
2answers
267 views
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 ...
0
votes
0answers
101 views
_WebSafeForwarder forwardInvocation crashes
I'm getting quite a few errors which appear to be related to WebKit in my iOS project. To give some background, we use WebViews in our application for displaying news stories. These news stories often ...
4
votes
2answers
1k views
Cannot fully symbolicate iOS crash log
I've probably read upwards of 20 articles and forum posts on this subject and I still can't get it working.
My app seems to symbolicate just fine but I can't symbolicate system calls, which is where ...
2
votes
3answers
3k views
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 ...
0
votes
1answer
244 views
Crash log is not completely symbolicated
I am able to symbolicate my crash logs in xcode 4.5 EXCEPT for the last line. Specifically line 29 of the 'Last Exception Backtrace' and line 15 in the 'Thread 0' area in the crash log doesn't show ...
6
votes
4answers
5k views
Symbolicate crash failed on xcode 4.5
I just upgraded my xcode to version 4.5, I tried three ways for symbolicating crash log, but neither of them success.
Firstly, I got the crash log from my device and then imported it into "Device ...
-1
votes
2answers
1k views
handling iOS crash report- EXC_CRASH (SIGSEGV)
I've encountered a problem with my app, if I let it running for 24 hours, after returning to it, it crashes. It is a location based app and should work in background for unlimited time. As you can ...
0
votes
1answer
161 views
No UUID in dsym file generated by Xcode 44
I am facing issues with the UUID, after the ipa or .app file is generated dsym file is also getting generated properly, but the problem which i face is there is no association between the .app and ...
0
votes
0answers
414 views
XCode: all my archived iOS dSYM files have the same UUID?
Long time listener, first time caller. 8^)
I'm using 10.6.8 running XCode 4.2 building for an iOS 5.0 iPad app with Ad Hoc Provisioning (FWIW, I can't upgrade any of this [yet]; company ...
0
votes
1answer
135 views
Different crash reports but the same crash?
I have a problem in understanding some things about these two crash reports that I get from Apple:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x617401fa
...
2
votes
1answer
629 views
How to check crash logs in XCODE in iphone sdk
i'm new to the iPhone application development, when i'm running my application in device application is crashing and giving following log in organizer
here is the log report :
Incident Identifier: ...
0
votes
0answers
64 views
How to symbolicate a crash log for a Cocoa App
I have a Cocoa Application, it's dSym, and a crash log that I would like to symbolicate. I can find a lot of information on how to do this for iOS applications, but none on dealing with a regular OS X ...
2
votes
0answers
292 views
symbolicatecrash fails to find .dSYM
Hi when I run symbolicatecrash script with .dSYM file and crash file, it fails to symbolicate the crash file. Here is what i get;
S Version 5.1 Build 11E53
12 binary images remain after pruning:
...
1
vote
0answers
168 views
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. ...
1
vote
0answers
254 views
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 ...
0
votes
0answers
180 views
iPhone Symbolicated Crash Log Analysis, ASIHTTPRequest involv
i use PLCrashReporter to report crash log to server, i symbolicate this crash log and see crash at ASIHTTPRequest library, I am posting this crash log here, to see if there is someone out there who ...
3
votes
0answers
261 views
Can't get symbolicatecrash working, double Xcode installation?
I have found several posts on the matter and finally managed to locate the right symbolicatecrash on my computer. I did run:
306 find /Applications/Xcode.app -name symbolicatecrash -type f
...


