Questions tagged [crash-log]
119 questions
1
vote
0 answers
ios crash log symbolicate dsym
I was refused six times for ipv6 reasons.
The problem was that the app would exit when run.
I developed it using firebase sdk.
I received the log, but the symbolic is not working properly, so I do not know where it is wrong.
I entered the…

realmasse
- 523
- 1
- 6
- 18
1
vote
0 answers
App crashes on iPad only on iOS 9.3.2
After submitting my app for review yesterday, I just received a response back from the App Store Review team saying that my app crashes on an iPad running iOS 9.3.2. They sent me this crash log if anyone can help decipher it?
Incident Identifier:…

Neil Shweky
- 893
- 2
- 10
- 23
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
0 answers
backtrace in android crash log is not readable
My android game keeps crashing without readable backtrace in crash logs.
Here are some sample crash logs, does anyone have any idea how to trace this bug?
By the way, the game is developed using cocos2d-x running Lua script.
A/libc(23865): Fatal…

Zhifei ye
- 11
- 1
1
vote
0 answers
Cocos 2d build crash
I'm developing a cocos2d iphone 3.0 game. Yesterday I've uploaded it to testflight and they rejected it because it crashes as soon as it starts.
This is the crash log:
Incident Identifier: D468C8A5-056A-424C-A55C-2E9DDC9AA71D
CrashReporter Key: …

Matias Grunwaldt
- 53
- 4
1
vote
2 answers
How to obtain crash logs from users running iOS 9
While we used to be able to obtain crash logs when users sync'd with iTunes Connect at ~/Library/Logs/CrashReporter/MobileDevice/, now most users don't do this. Thus, the new process for obtaining crash logs on iOS9 is outlined here by Apple.…

esilver
- 27,713
- 23
- 122
- 168
1
vote
1 answer
Understanding iPhone crash logs
I'm unable to detect an issue by viewing the below crash log as I'm not an expert in it.
Symbolication is applied but it seems point 24 below didn't get symbolicated. I don't know why.
Any help would be greatly appreciated.
Incident Identifier:…

Mughees Musaddiq
- 1,060
- 1
- 10
- 27
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
1 answer
How to solve crash in my iOS Application
While I am testing my iOS application its getting crashed at some point. the crash log as follows can any one please suggest me what might be the reasons to crash. and how can i easily understand where crash is occurs from this crash log data…

user3437016
- 59
- 1
- 5
1
vote
2 answers
Symbolicating iOS crash reports on Windows
I have to use Windows for my work so there it's a big deal to symbolicate iOS crash reports there. Are there any tools or tips how to make it more convenient?

clyde_c
- 13
- 4
1
vote
0 answers
What may cause a crash in apple background queue in release configuration only?
The application i'm currently debugging crashes only when it's built under release configuration. And what is more surprising it crashes in apple background queue. Take a look at this:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes:…

Andrey Chernukha
- 21,488
- 17
- 97
- 161
1
vote
2 answers
iOS App crashing on production but not on debugging
I have been working on an iOS app. It was working fine until a couple of days ago, it started behaving strangely. The app crashes on production but it creates no crash logs. However, when same scenario is tested out in QA, it works fine. Now I have…

Farrukh Javeid
- 634
- 6
- 25
1
vote
1 answer
How to read jailbreak syslog?
0
How to understand why gvidi app is fall at start up? I have a crash log, but i cant read any helpful inforamtion from it.
========================
ASL is here to serve you
Mar 13 14:28:13 iPhone-5 ubd[25644] : MS:Notice: Installing:…

Evgeniy S
- 1,464
- 12
- 32
1
vote
1 answer
What does this crash report mean?
I am getting this crash log from my release build but have a hard time figuring out what this means.
Is this UIKit crashing because the label got removed from superview while it was being animated?
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception…

openfrog
- 40,201
- 65
- 225
- 373
1
vote
1 answer
iPad iOS 6 crash
My game is crashing at launch on iPads for some users with some mystical reason.
But it works fine on iPhone (iPad and iPhone versions are different apps, but technically is the same builds, just different targets)
It happens after updating the app…

vector
- 11
- 2