Not long ago, I released an app to the app store. I tested it using both the simulator and my iPhone 3GS (unfortunately I don\'t yet have an iPhone 4) - very few, if any crashes happened even after fr
When my c++ app crashes I would like to generate stackdump and display dumped register values. My app runs on Linux.
I am downloading images from a url using NSDATA and savi开发者_运维问答ng them to local file system using
i have a very simple setup for my app in order to test adwhirl import android.app.Activity; import android.os.Bundle;
In my activityI create an own dialog with spinner and edit box. The problem I got was orientationchange - I got exception each time, so:
in my app i have 2 views view1 { [self.navigationController pushViewController:view2Controoler animated:YES];
Our app works fine on iOS 4.2 and 4.3. However, on iOS 3.2 it crashes at this line [[NSNotificationCenter defaultCenter] postNotificationName:@\"notificnname\" object:nil];
I got an iPhone application using Cocos2d (version: #define COCOS2D_VERSION 0x00010000). It works ok on my iPad and iPhone, as well as on various iPhones I tested it on.
It crashes only one time and then it works normally. Here开发者_运维问答 is the project: http://www.mediafire.com/?p0dy7g5ozkl69jtYou got a memory issue trying to access a released NSURL in your GetX
I have an annoying开发者_高级运维 and unfortunately urgent problem. I started out by trying to subclass the QGLWidget for my Windows application in Visual Studio 2008 x86. It crashed immediately upon