Questions tagged [crash-log]

119 questions
1
vote
2 answers

UIKIT Error String

I am using Crashlytics in my application. Below is my crash log that I am having a hard time going through... I get the error whoa! Too low of a row...! 24hrs 59mins is the max timer interval, for now... which is a UIKIT related error. Any…
Luke
  • 612
  • 1
  • 6
  • 19
1
vote
1 answer

iPhone crash log - what is the reason?

I don't have much information when did it happened, because it didn't happened on my watch. Anyone understand what was the reason? Crash Log: OS Version: iPhone OS 5.0 (9A334) Report Version: 104 Exception Type: EXC_BAD_ACCESS…
Eyal
  • 10,777
  • 18
  • 78
  • 130
0
votes
1 answer

iphone - Crash logs not symbolicated Xcode 4.2

Xcode 4.2 doesnt symbolicate my crash logs, these crash logs are generated by my iPhone, not by users iPhone. Im still developing the app and I didnt upload it to the App Store. I followed some instrucctions on how to manually symbolicate the crash…
subharb
  • 3,374
  • 8
  • 41
  • 72
0
votes
0 answers

Tensorflow interpreter.invoke() crashes, not able to access any logs

I have access to a tensorflow speech enhancement model running within a docker container on a remote machine with Ubuntu OS. The tensorflow application crashes everytime at interpreter.invoke() stage without any logs. I am not able to pin-point the…
0
votes
1 answer

Is there any solution for the crash log below?

I sent an additional review by updating the app that was in service, but the app review was rejected while receiving the crash log. I converted the document to a .crash file and figured out the cause below. Hardware Model: iPad11,6 Process: …
8choon
  • 1
0
votes
0 answers

Xamarin - How to download crash reports from AppStore?

I have an app on Apple's AppStore which has generated some crashes. AppStore Connect says that "Actual crash reports are available in Xcode": However, when I open Xcode, go to Organizer, select my app from the list (in the top left corner) and…
adamsfamily
  • 1,746
  • 19
  • 37
0
votes
0 answers

My App crashes in app store review but works fine with me

According to appstore review my app crashes on a specific point. How ever i have tried it on a real device as well as all simulators and works completely fine with me. I was sent a crash log and have symbolicated it. Following is the out come…
Omair
  • 7
  • 5
0
votes
1 answer

App Crashes At Startup From Testflight Build On iOS 13+ Only

I recently submitted an app update to the App Store. The app runs well in Xcode (on device and simulator) for all versions of iOS including iOS 13+. I was surprised that it was rejected for crashing at startup. I checked using a Testflight build and…
user2621075
  • 357
  • 4
  • 15
0
votes
1 answer

Apple reject my app due to crashed on iPhone and iPad running iOS 12.2 on WiFi

I am not understanding. What apple is saying about crash. How can I resolve it. Apple is sending me crashlog report's but i am getting confused in crashlog report . What's the error in it. Can anyone help me figure out this issue . And I already…
Coding
  • 85
  • 1
  • 7
0
votes
2 answers

Crashlytics not showing the logs

In my android project I'm using Crashlytics to get the app crash reports.I have also added the logs to see it in my dashboard.For adding logs I've used Crashlytics.log (Log.ERROR, TAG, message); So when I run the app for testing,and open the…
Neha
  • 389
  • 4
  • 8
  • 24
0
votes
0 answers

iOS EXC_BAD_ACCESS Crash on Nativescript app

We've made an Android and iOS app and send this through some testing. Our tests found no bugs however when sending it to the App store we got denied and returned a crashlog. I however can't find the bug with the information given. Can anybody help…
Stefan
  • 323
  • 2
  • 15
0
votes
0 answers

iOS Unable to figure out crash issue from Logs

I'm getting this logs from analytics. Exception Type: SIGTRAP Exception Codes: #0 at 0x105542cdc Crashed Thread: 0 Thread 0 Crashed: 0 libswiftFoundation.dylib 0x0000000105542cdc 0x10553c000 + 27868 1 Currinda …
Abhishek Thapliyal
  • 3,497
  • 6
  • 30
  • 69
0
votes
0 answers

Binary Rejected

I have submitted my app to Review and it was rejected. To sum up, Apple said my app crashed on launch, and that I should test it on a real device. I have tested my app in several real devices, both iPhones and iPads, as well as it has been tested…
Ivan Cantarino
  • 3,058
  • 4
  • 34
  • 73
0
votes
0 answers

How Crashlytics finds exact source of crash

Using Throwable object, we can get the full stack trace of the crash, and using its class name we can also get the type of exception e.g. java.lang.NullPointerException, java.lang.ArithmeticException etc. Following image is taken from the…
zeeali
  • 1,524
  • 20
  • 31
0
votes
0 answers

Decipher iPhone crashlog

I got a crash for my own app on my iPhone, and am trying to figure out what happened. Here is the relevant part from the crash log in Xcode (sorry for the poor formatting): Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000,…
koen
  • 5,383
  • 7
  • 50
  • 89