I\'ve got an app that\'s been in the app store for a while and functions perfectly on OS 3.1 - 3.13.However, when tested on 4.0b2 I noticed that it crashes in the same place every time, but only on th
I have this code in a method called from applicationDidFinishLaunching. It works in the simulator, but crashes on the iPhone. There are about 1,600 2KB mp3 files being copied in this operation. If I t
I can\'t manage to make my code symbolicated ... I read the part \"below\" : Given a crash report, the matching
I start up an existing solution, click on a JavaScript file, the file opens up 开发者_开发百科in the IDE for a few seconds and then visual studio disappears.This is consistent and reproducible.
I\'m trying to open a user control in one of our projects.It was created, I believe, in VS 2003, and the project has been converted to VS2008.I can view the code fine, but when I try to load the desig
I have been messing with hash functions and functions to generate primes etc. I had 3 lock-u开发者_高级运维ps in a short period. This was odd since my macbook rarely locks-up and usually only when I
Is there any way to modify the generic Android Exception message \"The application ... has stopped unexpectedly. Please try again later.” to displ开发者_开发知识库ay something more meaningful to the
I have just updated to Snow Leopard and one of my important Flash files is now crashing every time I compile. I am hoping that someone can help decipher this crash log and offer any tips on what the p
I\'m creating an iPad app, and I have two classes: NWRootViewController : UITableViewController and UINewFeedViewController : UIViewController. In NWRootViewController I have an UIBarButtonItem, which
I have a Universal app which is targeting 10.5 and which uses garbage collection. I am building for ppc, i386 and x86_64.