Crash reports covers anything related to obtaining any data related to an application failure.

learn more… | top users | synonyms

0
votes
1answer
15 views

Android user feedback library that connects to Jira/Redmine

Are there any libraries for Android that include: - user feedback - crash reports - integration into bug trackers like Jira/Redmine... I know about this one: ...
0
votes
6answers
84 views

App is crash in super dealloc method

My app is crashing on [super dealloc]; line and in - (void)dealloc method where I am releasing all object which retain in .h class, the crash report is -[__NSArrayI respondsToSelector:]: message ...
-1
votes
0answers
7 views

Bug I need help confirming. Anyone have an iPhone 3GS, iPod Touch, or iPhone 4/4S with iOS 6.0 or iOS 6.0.1? [closed]

I thought I fixed this bug, but I noticed it popping up in my Bugsense crash logs... Basically my game crashes after the loading screen on certain devices with certain iOS versions. If you have an ...
0
votes
0answers
10 views

How can I upload TestFlight TFLog there is a crash?

I wish to upload crash reportes to testflight (stack trace). SDK debugger shows my logs. For example: Event:(Session started, Session ended, Checkpoint passed, Crashed). But in stack trace I did ...
0
votes
1answer
34 views

Ending blocked GUI threads

I am writing a platform game in java. I am making it so that when an exception occurs in the game it will show the user an error report. However, it is causing problems when an error occurs in a gui ...
1
vote
0answers
34 views

Crash report when user access the address book

In my App, Crashlytics is used to gather crash reports from users. Here is one crash report from a user. It is possibly depending on the contacts informations of the user. I can not recreate the ...
1
vote
0answers
38 views

Cannot replicate crash experience by App Review team (logs included)

I'm currently trying to add an in-app purchase to my project. A view is loaded with three buttons: one to cancel, one to restore previous purchase, and one to make the purchase. Using the sandbox ...
0
votes
1answer
35 views

Exception type: 02 exception code: 08badf00d failed to launch in time

I need some help with this crash log. Ive seen other posts about this error having to do with the watchdog timing out but I have not been able to figure this out. Im pretty new to programming and ...
0
votes
1answer
25 views

__NSCFString appendString: crash for NSMutableString in Cocoa

I have been facing this issue and I admit that I lack of some fundamental concepts of memory managements. I've not been able to solve this and trust me, I've been trying so many things out. In my ...
0
votes
0answers
37 views

Analyze BSOD WHEA_UNCORRECTABLE_ERROR WIN8 Driver

I have a new Computer for 3 Weeks now and i get a lot of WHEA_UNCORRECTABLE_ERROR BSODs. I get These Bluescreens random every 30 - 50 minutes. Here is the dump from WinDbg: Microsoft (R) Windows ...
0
votes
1answer
60 views

Unknown thread crashed with unknown flavor

I have an app which performs these basic functions: Retrieving data from server Storing it locally Showing the data stored at local to user This app works as expected on iPhone device, but when ...
0
votes
0answers
36 views

WebTryThreadLock thread crash 0xbbadbeef

The most frequent crash we're seeing from customers is an exception (0xbbadbeef always in WebThread, thread #2) from _WebTryThreadLock. Usually the crashes contain other threads (main thread included) ...
0
votes
2answers
90 views

How could it happen? (in debugging minidump file)

I'm tracing dmp file which seems like crashed calling virtual function of broken object instance. it seems that vft of the broken object pointer pointed wrong address(0x3822a497) and program crashed ...
0
votes
0answers
6 views

libsqlite3 - ipad crash on FMDatabase executeQuery

0 libsqlite3.dylib 0x3a1e3c8e 0x390b3c8e (in libsqlite3.dylib) 86 1 libsqlite3.dylib 0x3a1d47fc 0x390a47fc (in libsqlite3.dylib) 100 2 libsqlite3.dylib 0x3a1b1770 0x39081770 (in libsqlite3.dylib) 240 ...
0
votes
0answers
52 views

Occasionally crashed on iPod touch but never on iPhone

My App works fine on iPhone or iPad, but why occasionally crashed on iPod touch. All devices run on iOS 6.1.3. The following is the crash report, but I really have no idea what's going on. Any help ...
4
votes
0answers
61 views

what does “exited abnormally with signal 9: Killed: 9” mean

How to read error codes which appear in the console? <Warning>: ....... -exited abnormally with signal 9: Killed: 9 <Warning>: ....... -1 err = Bad file descriptor (0x00000009) Here ...
0
votes
1answer
39 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
0answers
51 views

iOS - Crash at loadViewIfRequired

I typically wouldn't want to ask SO for help understanding my crash report, but (a) I can learn a lot about reading crash reports from the experts here, and (b), I realize that I don't understand as ...
0
votes
0answers
46 views

What can cause this SIGSEGV error?

I received a crash log that I cannot explain. I have searched around and it appears that the SIGSEGV has something to do with memory. But in my case there is nothing of my own code except for the ...
0
votes
2answers
89 views

Crash Report iOS

I have made distribution build for my customer and after customer tested it he got this crash reporter below, but I don't understand this exception log, because here are not any issue with my methods ...
0
votes
0answers
46 views

Android Ask the user to send crash log via mail

I have some apps already publish , but i want to implement this in my app, when ever my app crashes due to some reason i need the user to be shown a pop up to sent this crash log via mail? is there ...
3
votes
1answer
111 views

What to make of an “impossible” stack trace after a crash?

My program appears to be suffering from a very hard-to-reproduce bug: Once in a blue moon, when a user puts his Mac to sleep and later on wakes it back up again, one of my program's child processes ...
3
votes
1answer
63 views

What do the different exception codes in OS X / iOS Crash reports mean?

In Apple crash reports, there are two lines providing Exception Type and Exception Codes for the crash report. Does anybody know what all these codes actually mean? There are some self-explaining ...
2
votes
1answer
73 views

Best free crash reporter for iOS [closed]

I want to get the crash logs of my app from the user, so that I can solve the show stoppers in my next update. For this purpose, I can use some third party crash reporter with my application code. ...
0
votes
0answers
23 views

Does vim / macvim cause Mountain Lion to crash suddenly? [migrated]

Not sure if this is the right place for this, but my mac (mountain lion) has recently started crashing suddenly. Below is the error I get on restarting. Am I correct in assuming the issue is vim? ...
1
vote
0answers
75 views

Strange crash when bringing up a window on Sandboxed cocoa app only on OSX 10.8.3

This one is quite weird. I recently upgraded to Mountain Lion on my dev machine and now every time I bring up the main project window of my app it crashes. The strange thing is that it only happens ...
0
votes
1answer
159 views

iOS app crashing for unknown reasons

I am using the latest version of XCode and building for iOS 6.0 and above. The following is the crash log I get. It doesn't seem to be helpful at all. The only thing I notice is that for My App it ...
0
votes
1answer
147 views

google analytics crash report only shows first line of stacktrace

My application uses Google Analytics to track exceptions and crashes (among other thigs). I use this function to get the stacktrace: public static void sendErrorReportViaGoogleAnalytics(Exception e) ...
0
votes
0answers
64 views

iPad app using phonegap ChildBrowser plugin crashes with NSException when opening video from an external website

I am working on a PhoneGap (v. 2.2) iPad app that uses the ChildBrowser plugin. When a user clicks on an icon in the app, a childbrowser webview pops up that shows an external site. The app can load ...
2
votes
1answer
47 views

Is this a tolerable amount of crashes? Would you consider 3% to be edge cases?

my crash logs are reporting that approximately 3% of users have experienced crashes. Specifically this is using "sessions" via Flurry. Out of 50,000 sessions, there have been 1500 sessions with ...
1
vote
0answers
150 views

iPhone application is working properly on simulator but crashes on iPad

I am running application on iPhone simulator, it's working fine but it crashes when i run it on Device. Crash report is not understood by me properly. Please can anybody tell me how to handle ...
2
votes
0answers
63 views

Which iOS crash-reporting services are unreliable? (< 50% of bugs caught) [closed]

I've tried Crashlytics, Crittercism, BugSense, and Flurry, and none of them seem to consistently report crashes. The first 3 just don't catch crashes that they claim to, and the last one explicitly ...
1
vote
0answers
153 views

How do I get crash logs and stack traces from WinRT apps written in C#?

I have just started working on a Windows Store App written in C#, it has not yet been published to the Windows Store. When I give a debug build of the app being developed to my testing team and it ...
3
votes
2answers
91 views

When does Windows Error Reporting create a dump file? Is it configurable? Has this changed in Windows 7?

I'm relying on Windows Error Reporting to create full user-mode dumps for a large, multi-threaded application. I know that when I started using it (early 2012) these dumps contained all application ...
0
votes
2answers
66 views

Seeing exception information in AppCode

I've been testing AppCode and I can't seem to find any information as to WHY an app is crashing. I've added an exception breakpoint and I can see the line of code causing the crash but no info on ...
2
votes
2answers
548 views

java.lang.ClassNotFoundException in dalvik.system.BaseDexClassLoader.findClass

This error is driving me crazy. My app crashes at startup when downloaded from the Google Play Store with the error: java.lang.ClassNotFoundException in dalvik.system.BaseDexClassLoader.findClass ...
0
votes
0answers
175 views

ClassNotFoundException for Android application class in published app

Since I updated my app 2 weeks ago, I've seen 20 crashes like this: java.lang.RuntimeException: Unable to instantiate application com.mypackage.android.MyApplication: ...
2
votes
1answer
115 views

Cocoa Crash Reporter Framework [closed]

It seems most of the crash reporting frameworks are no longer maintained: UKCrashReporter ILCrashReporter SmartCrashReporter The only thing that does seem to be maintained is plcrashreporter. But ...
0
votes
0answers
415 views

Apple claim for app crash but I can't figure it out

Apple claims that my app crashes at launch, but I can't see where. On my iPhone and iPad it runs perfectly. This is the crash log, please help me to inspect what seems to be the problem. Apple notes: ...
1
vote
1answer
83 views

Android application not crashing when it should [ACRA]

Hi all, I'm using (trying at the moment) ACRA for bug-reporting. Scenario is: I open the app: ACRA outputs ACRA is enabled for mypackage, intializing... I enter the Settings (where I prepared a ...
0
votes
2answers
83 views

How to dealloc an UIView with MKMapView when I load another UIView

I'm doing an App with a MKMapView that has a back button the UIView which contain the MKMapView in order to go to main menu, that's ok, but when I want to load again the UIView with the MKMapView my ...
1
vote
1answer
116 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 ...
2
votes
0answers
95 views

What do the “compacting perm gen” values represent?

I'm investigating a JVM crash on one of our production systems, what do the following memory values represent in the hs_err_pid log file snippet below? Heap par new generation total 1258624K, used ...
0
votes
0answers
47 views

How to prevent Visual Studio Debug Error msg box from popping up

I'm running Visual Studio 2005 on Win7 and would like to automatically dismiss dialogs like this. I've tried ways in this thread: How do I disable the 'Debug / Close Application' dialog on ...
0
votes
1answer
91 views

What could be the reason for the following iPhone app crash [closed]

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: ...
0
votes
1answer
110 views

Is this crash caused by me or UIKit itself?

This crash report is really tough for me to get a handle on. I've seen it every now and then, and its been pretty impossible to fix given that it doesn't really give me any references to my code to ...
1
vote
1answer
2k views

libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary

I have been testing prior to submission of an update... from iOS4, and have run into the following... 1) creating PDFs from my app. 2) appears to be inconsistent, as I can create new PDFs without ...
0
votes
0answers
86 views

How to debug java crash on Mac OS X

I am building a distributed system using Selenium and Scala. I have noticed that once the system is running locally, after an hour (or so), the system (Mac OS X) crashes with a report blaming the ...
1
vote
2answers
59 views

Send app crash logs/regular app logs [duplicate]

I want to implement "Report a problem" button in my app, which sends me the logs of the user's app as a text file (by email), so I can see what is the problem. Is there any way to do so? Thanks in ...
0
votes
2answers
103 views

How to store crash log file inside the ios application?

suppose my application was crashed means at that time applicationWillTerminate function is called. In that function i want to save the crash log file in the Temporary directory. when app is launch at ...

1 2 3 4 5 9