I have a very simple C++ code here: char *s = new char[100]; strcpy(s, \"HELLO\"); delete [] s; int n = strlen(s);
I have a Visual Basic 6 application that I\'ve recently changed to use a couple of C++ DLLs I\'ve written in Visual Studio 2008. The application works fine on my PC, but when we install it on one of o
I am a c++ programmer , I know little bit about java. I know that java programmers 开发者_开发知识库do not have to work with memory directly like C++.I also know that most crashes in C++ appliations a
MY VS2010 crashes dozens of times a day.Compare that to 2008 and 2005 which were rock solid. Is 2010 known to be susceptible to crashing? Or could it be my environment? I\'m using x64 as a dev box fo
I want to test something when apache crashes. The thing I want to test involves Windows asking me if it wants to send an error report. Any way to make Apache crash and ask me to send an error repo开发
My app is crashing when I try and rotate it more than a couple of times. I first thought it was just the iPhone Simulator, so I loaded the app onto an iPod touch, and it crashed after fewer rotates in
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
I have a .NET Windows service that appears to be crashing due to C0开发者_高级运维0000005 (access violation--according to Dr Watson). When I attach the VS debugger to it--whether I build it with or wi
Once again I\'m hunting memory leaks and other crazy mistakes in my code. :) I have a cache w开发者_C百科ith frequently used files (images, data records etc. with a TTL of about
Using the documentation provided by Apple to create an application preferences window that doesn\'t require any extra code, I seem to have triggered a crash that I cannot trace.