I have a navigation based iPhone app. When you press on a cell in the tableview a new UIViewController is pushed to the navigation stack. In this view controller I am setting a custom titleView in the
My solution currently contains 20 projects in total.These are all window applications. But lately after my OS(Windows XP SP3) downloaded updates from Microsoft and after adding just one window form
In my Cocoa application I need to run a task that uses unstable unfixable code. It takes little input, works independently from the rest of the app, and generates thousands of ObjC objects as a result
We have an unmanaged C++ application that utilizes 3rd party APIs to read CAD files. On certain corrupted CAD files, the 3rd party library crashes and brings our EXE down with it. Because of this our
Sometimes I am unable to symbolicate my application\'s stack frames in a crash report. This is because I do not have an older .app and .dSYM. I was trying to force XCode to use my newer .app and .dSYM
The Problem I\'m writing a Cocoa application and I want to raise exceptions that will crash the application noisily.
I am using Visual Studio 2010, and coding in C#. I have a third-party d开发者_如何学JAVAll that I am using in my project. When I attempt to use a specific method, at seemingly random occasions, the pr
What is the best way to analyze crashes on Linux? We expect to build the software and deliver a release version to testers. The testers may not be able remember how to reproduce the crash or the cra
I am running into a very annoying problem: I am creating an UIScrollView that containes an UIView that contains some buttons. The UIView with buttons work fine. But the UIScrollView, no matter what I
We have a customer running our 100% .NET product on a W7 64 bit machine. The app explicitely targets x86 so runs in 32 bit mode. On the customer\'s machine we get random crashes in kernelbase.dll. Som