crash-reports

smart tags (aka ActionList) crash in visual studio

Adding smart tags in VS2010 (or VS2008 for that matter) to my control makes VS crash. The following designer is used for the action list: internal class DataEditorDesigner : ComponentDesigner { [...] public override DesignerActionListCollection ActionLists { get { var lists = new DesignerActionListCollection(); ...

iPhone Crash with "No Backtrace"

Hello, My iPhone app was recently rejected from the App Store "because it crashes on launch". However, I cannot reproduce this crash. The app works perfectly on both the simulator and a device with the same hardware and software Apple tested it on (iPhone 3.1 running iOS 4). The crash logs they sent me say "No Backtrace Available", so I...

Tracking recently crashed applications.

Is it possible to create a program that determines what applications have just recently crashed? An example. I open mozilla, and I open power point, but power point crashes. Using a program, can I check what programs recently crashed? Thanks in advance -Kevin ...

Android crash reporting library (pre Froyo)

Do you know any crash reporting library for Android? I don't want to spend a lot of time to write my own reporting system. The output can be send to the email or some kind of server. I know that Google introduced crash reporting in Froyo, but I want something for older versions of the system. -- Let's sum up the answers: android-r...

Help solving iPhone app crash

I released an update to one of my apps recently. This update made some small changes to the data structure, which is causing problems for some people. I have got a hold of some crash reports and narrowed it down to the line in question, but for the life of me can't see anything wrong with it. I'm not able to replicate the problem at my e...

iPhone app "has active assertions beyond permitted time"

I'm trying to make sense of some crash logs I received for my iPhone app. The main thing that I can see that's useful is: Application Specific Information: MyMoodTrack[144] has active assertions beyond permitted time: {( <SBProcessAssertion: 0x73c6480> identifier: Suspending process: MyMoodTrack[144] permittedBackgroundDuration: 10...

My application crashes and leaves entry in Windows Event Log. What to do next?

My application crashes on customer's machine. It leaves entries in Windows event log like this: Event Type: Information Event Source: Application Error Event Category: (100) Event ID: 1004 Date: 9/7/2010 Time: 7:37:32 AM User: N/A Computer: MACHINE_NAME Description: Reporting queued error: faulting application XXXXX.exe, version 0.0.0.0...

What other info can I get from this crash report?

Hi there This is a crash report - its from an ad-hoc tester and I cannot find the error. As far as I can see there is an array which is outstepping its bounds (I'm looking for an objectAtIndex:x when the array only has y objects - where y<x). However this only happens every once in a while. Is there anything else that I can get from t...

Can we get the iPhone crash logs thro app?

Can we get the crsah logs thro app ? Will NSFileManager/NSData help us to accesss .crash files from iphone ? Is there any way to get it, except the well-known iTunes sync method...?? Thanks in advance. Gopi. ...

How do use a Crash Report from Apple in xCode ?

Hi all, I have received a Crash Report from Apple (joy). I understand I can symbolize this report in order to see what is crashing in my code. I understand I need the dSYM and build binary to do this. My question is what are the exact steps I need to follow in xCode to do this ? I have the build folder I submitted via iTunes connect st...

iphone how to get crash log from customers ?

HI, any body knows how i can get crash logs from customers ? instead of manually asking them to sync and go to this directory and this directory and send it. is there any automatic way to do that ?? . to send a crash report to our server by some mean. ...

Looking for good examples of tools with neat crash-reporting capabilities.

The target platform is Windows. Sought-after languages: C++ (Native as well as CLI), C#. Java examples are al right as well. I am not too worried about security, but I am curios about the language agnostic design aspect of this as well - what is a good way to deliver a crash report? Something that I am looking for - code that can gathe...

Crystal reports - Exception is thrown while launching report , after entering values for parameters (parameter dialog box)

I have a cystal report, which prompts for parameter value to be entered. When I enter the value and hit okay, an exception is generated. The call stack of the exception :- at CrystalDecisions.Windows.Forms.ParameterFieldInfo.get_isDCP() at CrystalDecisions.Windows.Forms.ParameterValueEditControl.Start() at CrystalDecisions.Windows.For...

Capture segmentation fault backtraces from Ruby and Resque on Linux

We're running Ruby workers across a large number of machines using Resque. Every once in a while, we see segmentation faults in our Resque worker processes. It's hard to debug these, because they're fairly rare, and we must run tens of thousands of distributed jobs to trigger a crash. Ideally, we'd like to capture backtraces and core fi...

Iphone Crash log not symbolicating UIKit calls

Has anyone ever seen a crash log like this before where the UIKit and other system libraries do not get symbolicated? One of our apps is having an issue with crashing on launch but only a small number of users (like 5) are experiencing the problem. (To my understanding the default.png is displayed and then it crashes) and we have been un...

XCode don't simbolicates my application log lines , only the frameworks related ones

Hello.. I'll been reading that Xcode simbolicates the crash logs.. it only simbolicates the lines that are related to a framework class. example: 6 myapp 0x0003e796 0x1000 + 251798 7 myApp 0x000066bc 0x1000 + 22204 8 UIKit 0x0006e9de -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 6...