crash-reports

.NET WinForms startup crash

Looks like that on some clients our WinForms up crashes on startup. With some I mean very very rare. In one situation we found out that the Arial systemfont was corrupt and caused the crashed in the InitializeComponents on startup. Finding that our was very hard, the only clue was an event log entry that the System.Drawing module caused ...

How do I pause my app until a crash report has been submitted?

Background I'm using UKCrashReporter in my app. I've installed my own Uncaught Exception Handler. I'm setting up the managedObjectContext of the object activeItemController in applicationDidFinishLaunching (1) The Problem If the managedObjectContext method throws an exception, the crash reporter dialog box only flashes up before th...

Crash logs generated by iPhone Simulator?

Are there any crash logs generated by iPhone Simulator? the Simulator crashes a lot but not leaving any traces in Console... the crash log will be useful. ...

Best practice for crash reporting in C# my application

I need to implement crash reporting framework on my C#(WPF) application, so i need full call stack,What would you guys suggest for doing this. ...

Viewing Ad-Hoc crash reports from an iPhone

I'm doing some beta testing. I've got a crash and trying to figure it out. If I connect the iPhone, I can see the Crash Report in the XCode organizer. So I see this (my app is called Lineskipper): Thread 0 Crashed: 0 libobjc.A.dylib 0x323fe6f4 0x323fc000 + 9972 1 UIKit 0x32ba205e 0x32b60000 ...

Crash reporting in Python

Is there a crash reporting framework that can be used for pure Python Tkinter applications? Ideally, it should work cross-platform. Practically speaking, this is more of 'exception reporting' since the Python interpreter itself hardly crashes. Here's a sample crash reporter: ...

Diagnosing crash log (for series of UIKit-related crashes) ?

Hi there -- Would appreciate some insight isolating this, some semi-repeatable crashes in an iPhone app of moderate complexity ... The crashes in question occur (sometimes, though not consistently) when pressing a UIButton on a particular screen within the app. (Not sure yet, though the issue may be manifesting itself more under lower...

View being released when in use due to memory warnings

I've posted a couple of questions before, trying to work out why I'm getting a EXC_BAD_ACCESS, and I've done a bit of debugging See here: http://stackoverflow.com/questions/2024266/help-debugging-iphone-app-excbadaccess/2024391#2024391 and: http://stackoverflow.com/questions/2024654/overreleasing-here So, I think I've discovered what...

how to understand Crash Log of iPhone

i only know it Crash not run out of memory. how did i know which it cause of error? Incident Identifier: 242C320A-763C-407E-BD40-443E3E9B611C CrashReporter Key: 307097bc0924dac79e5352eb10692943c0ef05ad Process: AsianDelight [4894] Path: /var/mobile/Applications/7A8FF881-A033-45B9-8F72-8478217821E9/AsianDelight.app/...

Do browser vendors make crash statistics publicly available?

Mozilla has http://crash-stats.mozilla.com Do other vendors have such a site? Is it possible to see crash stats for a particular url/domain? ...

Method causing a weird crash

I am building this app and i am encountering some issues I havent seen before. the app crashes when I run the method below which is connected to a uibutton for a trigger. so when I hit the button it does the print and then the simulator crashes to the springboard. if I launch the app again from the springboard it doesn't get to the pri...

Java VM: reproducable SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?

EDIT: This reproducible SIGSEGV happens on a Linux machine with more than one proc and more than 2GB of mem, so Java is defaulting to the -server mode. Interestingly enough if I force "-client" there's no crash anymore... (I'm still not too sure what to do with my reproducible SIGSEGV but it's interesting nonetheless). First note that t...

iPad application crash in Apple review - cannot replicate in simulator, have crash log

I am clearly missing something obvious here and would really appreciate some input. I have tried repeatedly to submit an application to Apple (iPad in this case) that is crashing on their end when testing but I cannot replicated the situation on my end (obviously I only have the damned simulator to work with at this point). The crash l...

A strategy to troubleshoot/ fix application crashes in Windows?

All, Over a period of time I have observed that fixing issues related to application crash is a discipline in itself. Some people have this nice way of attacking such problems. Ranging from Viewing the 'Event Viewer' to running Static/ Dynamic memory analysis tools to some of their 'personal favorites', these people have developed this ...

iPhone app crashes on start-up, in stack-trace only messages from built-in frameworks

My app some times crashes at start-up. In stack-trace only messages from built-in frameworks. An excerpt from a crash log: OS Version: iPhone OS 3.1.3 (7E18) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000e6000 Crashed Thread: 0 Thread 0 Crashed: 0 CoreGraphics ...

where can i find crash logs for ad-hoc iphone applications on windows 7

Hi, My ad-hoc beta testers reported a crash, that i cannot reproduce on my device. How can i retrieve crash logs from their device? They use itunes on windows 7. What is the path to crash logs of iphone applications on windows 7? TIA ...

When does an application crash silently and when does it crash with a "send report" in Windows Mobile

I noticed that there are at least two kinds of crashes in Windows Mobile Silent Crash The application crash but there is no "send report" dialog prompted by the OS Crash with "send report" The application crash and there is a "send report" dialog prompted by the OS As an addition, each of the crashes above sometimes cause the applica...

iPhone Crash Log doesn't contain methods or line numbers

Hi all, my app crashed, then I connected my iPhone to my Mac OS X, found the crash log in the "Device Log"-section of XCode. What do I have to do to see methods or line numbers? I don't know where to look for the error with the information provided... Thanks a lot! Incident Identifier: 3A2C8BCE-1393-4E50-9FEF-9CD5A5E39DD9 CrashReporte...

iPhone crash log appears to have crashed in [UIApplication run]

I just downloaded the crash logs for my app from iTunes connect and there are 6 of the same crashes that I do not understand. Here is what I think is the important part of the log (let me know if there is another part I should be looking at): Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: ...

How to interpret a crash report ?

Hi all, I have got a crash report from one of my application's users, who found application to be freezing and then he has to force quit it. I am having trouble to extract information from it which can help me to resolve its cause. Can some one help me to interpret it or can give me some initial push so that I can interpret it my self?...