crash-reports

UIKit -[UIApplication sendAction:to:from:forEvent:] crash

筅森魡賤 提交于 2019-12-05 17:16:41
问题 I ran into a very unusual problem.. i got a crash on UIKit.. first time i have faced something like this.. Please can anybody guide my in this.. This is the crash log that i got. Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x1161a18c Thread : Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x386fcb66 objc_msgSend + 5 1 UIKit 0x30b5dda3 -[UIApplication sendAction:to:from:forEvent:] + 90 2 UIKit 0x30cc5615 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 120 3

Unknown exception and crash

守給你的承諾、 提交于 2019-12-05 16:27:31
My application crashes when I try to scroll the tableview very fast or reload the data from remote. Everything seems to be working fine, when I let the remote fetch happen first and then scroll the tableview. I have no idea what the crash log below means. It just works fine sometimes and crashes sometime. Incident Identifier: 710A120C-97E3-45C8-A7B2-E6A7BD98BC1A CrashReporter Key: 8bd54d8428128b9e6b8c04d59b86c40cccf33457 Hardware Model: iPhone5,2 Process: MyApp [5294] Path: /var/mobile/Applications/B6ED5B19-B8D7-4146-90A2-F709AE35292F/MyApp.app/MyApp Identifier: MyApp Version: ??? (???) Code

Native crash on an Android-Java based app?

独自空忆成欢 提交于 2019-12-05 14:43:58
Background My app has 100% code written in Java, it doesn't need to make any heavy operations. The app itself uses only the next libraries, yet non of them have JNI code: ActionBarSherlock google-play-services_lib The problem Today I got a weird crash report, which doesn't show any normal exception information . The report was sent via a "Galaxy S5 (klte)" device, with Android 4.4 . Here's the crash report title: Native crash at /dev/ashmem/dalvik-jit-code-cache in /dev/ashmem/dalvik-jit-code-cache (deleted) And here is the crash content : *** *** *** *** *** *** *** *** *** *** *** *** *** **

ambiguous iPhone crash report

一曲冷凌霜 提交于 2019-12-05 08:10:46
问题 I'm trying to decipher a crash report from an app in the app store; but it isn't very meaningful. The crash file has been emailed to us, and we have tried symbolicating with the dSYM file from the original app build for the store; but none of the symbols resolve correctly; so we have reverted to using atos and running it over the binary submited to the app store along with the memory addresses in the crash file. When we resolve the symbols using atos . Thread 0 Crashed: 0 libSystem.B.dylib

Crashlytics: Archive Distribution Error: -3

余生长醉 提交于 2019-12-05 08:00:50
Since the latest builds I'm always getting the following error message when trying to upload the build to Crashlytics. Archive Distribution Error: -3 Could not upload the distribution. The operation couldn't be completed. (HTTP error 422.) I've tried the following: restart Xcode and Fabric plugin rm -rf ~/Library/Caches/com.crashlytics.mac different internet connections (WiFi, mobile) Mike from Fabric here. We had a temporary issue where distributions could not be uploaded. That issue has been resolved, so you should be all set now to distribute now. For reference, the Fabric status page and

How to set user information to Crashlytics api in Android

帅比萌擦擦* 提交于 2019-12-05 07:40:34
I am trying to set user information to crash reports in crashlytics in Android App, so that it will help me to find out which of our users experienced a given crash. I have explored and found there are 3 APIs can set user information in crash report. Those are, void Crashlytics.setUserIdentifier(String identifier); void Crashlytics.setUserName(String name); void Crashlytics.setUserEmail(String email); It is recommended to use all the APIs. All documented at http://support.crashlytics.com/knowledgebase/articles/120548-how-do-i-set-user-information- But I have no idea, 1. How to get user

Strange Crash issue as:- Dispatch queue: com.apple.root.default-overcommit-priority

左心房为你撑大大i 提交于 2019-12-05 05:54:41
I am developing an application in which a lot of operations are added in ASINetworkQueue.The operations are basically used for fetching the image from server and then in successful completion set the image in table view cell. Everything is happening fine.I have a button a table view cell on which another view controller gets opened. On that another view there is a cross button on which I pop that view controller. Now when the cross button gets clicked sometimes the app gets crashed there, sometimes it gets crashes when comes back to the previous view and scrolling my table view. When I see the

Android crash report doesn't send to developer console

随声附和 提交于 2019-12-05 05:20:11
I have been testing my application with my relatives through distribution via Google Play's alpha testing feature. Crashes have been showing under "Crashes & ANRS" for a while. However, there have been many crashes in the past few days but none have shown up on this page at all. I have spoken with them and they have assured me that there have been crashes and that they have been reporting them and sending them off to Google. Does anyone know why the Crashes & ANRS page on the Google Play Developer Console doesn't pick up these crash reports anymore? I haven't contacted Google about this yet

Symbolicating an iOS 7 crash report using Flurry Crash Analytics

扶醉桌前 提交于 2019-12-05 01:43:53
I recently pushed an iOS 7 update for my application and implemented Flurry Analytics with crash reporting enabled. I recently noticed some users are experiencing crashes. Using Flurry I can retrieve the stack trace at the moment my app crashed to track down the issue. Well, I'm certainly familiar with crash reports and already fixed bugs using them before by getting them from iTunes Connect or mail and simply symbolicating them in Xcode. I however don't succeed at doing that using Flurry. What I tried: When viewing the stack trace on Flurry itself, this is what I get: As you can see, a lot of

Having trouble with a Crash Report - EXC_BAD_ACCESS

谁说胖子不能爱 提交于 2019-12-05 01:22:05
问题 OK, SO I've received a crash report for one of my apps, but I swear I'm 100% confused. This is what the "core" part of it looks like : Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: --> __TEXT 0000000100000000-0000000100015000 [ 84K] r-x/rwx SM=COW /Applications/MY_APP/Contents/MacOS/MY_APP Application Specific Information: objc[337]: garbage collection is ON Thread