Questions tagged [crash-log]

119 questions
0
votes
0 answers

Apple rejected my app though it works on my iPhone and on the simulator

I have sent my app to apple so they can review it. My app works fine on the simulator and on my iPhone 5 but Apple rejected my app because they say it crashes and they have attached a crash log but I can't find the error. Incident Identifier:…
Macehil
  • 69
  • 10
0
votes
2 answers

iPhone: what does this Crash Log mean?

My app crashes - unfortunately, it's not reproducable - this is a crash log I got, but I cannot read anything that would help me. Perhaps someone of you? Would be reeeeeeeeally great... 0 libSystem.B.dylib 0x00088c24 __kill + 8 1 …
swalkner
  • 16,679
  • 31
  • 123
  • 210
0
votes
0 answers

Optimizing iOS App - Crash Report

I´m would like to optimize my app - i just downloaded the crash log from the organizer. I got the following crash 3 times. Has everyone a idea, what´s wrong? Here is the code of the lines: -(void)checkAnswer:(int)theAnswerValue { [holeView…
LJSven
  • 147
  • 3
  • 13
0
votes
1 answer

Is it possible to get a crash log due to expiration of provisioning profile?

When an application doesn't start or it goes home screen right after tapping the application, do I have a way to know whether it is because of expiration of its provisioning profile or other reason? I couldn't find them in crash logs from…
0
votes
3 answers

Xcode 6 application crash log

Is there any way to see the list of crash logs after Xcode application crash (I don't need device crash log)? Or at least, is there any log with some similar info about Xcode app ?
Whirlwind
  • 14,286
  • 11
  • 68
  • 157
0
votes
1 answer

Python and IDLE crashing unexpectedly on Mac OSX

I'm new to coding, trying to learn Python. I've been trying to use IDLE but it continues to crash unexpectedly. This is what I was able to dig up from the crash report: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes:…
0
votes
1 answer

ios7: is it possible to email ALL the crash logs from a device?

OS: iOS-7 I'd like to automatically retrieve all the logs under "General->About->Diagnostics & Usage->Diagnostics & Usage Data" for administration purposes. I know that you can use frameworks like PLCrashReporter or tools like crashlytics or…
0
votes
1 answer

Is there a way to get the crashlog sent to Apple by customer?

When a Mac OS application crash you get this well known popup: What happens exactly when the user clicks on the Report... button? Is there a way to have access to the generated crashlog? Is there anything like Microsoft WER?
Kevin MOLCARD
  • 2,168
  • 3
  • 22
  • 35
0
votes
1 answer

Why is my app crashing? I can't duplicate the error, but received this crash log:

In my app, I log in to Pocket using the Pocket API but for some users (I can't replicate the error myself) it's crashing the app. I received this crash log: https://gist.github.com/anonymous/c1ed41496b93fa852b8c Does anyone have any idea what could…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
0
votes
1 answer

What could be the reason for the following iPhone app crash

I am using UrbanAirship in my app and it crashes suddenly when using the app and shows the crash report option on app startup, here is the crash log: Hardware Model: iPhone5,2 Process: OlympusiPhone [5075] Path: …
manishKungwani
  • 925
  • 1
  • 12
  • 44
0
votes
1 answer

What does this crash mean (iOS)?

When I submitted my app, Apple complained for a crash (which doesn't occur on my devices). (the app uses both Cocos2d and Kamcord). Here is the log they sent me. Does anyone have any idea on what's going on ? Incident Identifier:…
GreatGoldApps
  • 147
  • 1
  • 10
-1
votes
1 answer

Determine Cause of Crash

My app uses Parse. It puts all objects from class of 'Prayers' into a TableView. When it loads, it remembers all previously loaded items, searches for new ones. Starting today, it began crashing when a new item was added. My crash log looks like…
user717452
  • 33
  • 14
  • 73
  • 149
-3
votes
1 answer

Thread 0 crashed

I submitted my app to app store, they said it's crash when type url & press "Done" from keyboard, But my real device, my tester friends devices and simulator we tested on 13.3.1 it's working fine! Not able to find whats the issues here. this crash…
Amro Jaber
  • 185
  • 1
  • 17
-4
votes
1 answer

How to upload symbol files for crash report from my own code in Objective-C

I want to crate a crash reporter like firebase in Objective-C but I don't know how to upload symbol files on my server. Please help me guys to symbolicate crash report. I don't know how to write code for it.
Mohammad Ashraf Ali
  • 417
  • 1
  • 8
  • 22
1 2 3 4 5 6 7
8