Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: pitbullent on August 04, 2011, 02:23:28 am
-
I can build the binary with C::B no problem and as stated when I launch it from Win7 explorer or terminal I have no problems..
But when I attempt to run within C::B using F9 for example, I get a hard crash with the message
"Process returned -1073741819 (0xC0000005) execution time : blah blah"
So I don't know how it can be a bug in my code but it's obviously memory issues. Also worth nothing is that when debugging (GDB) the program also runs smoothly. Any ideas?
-
C::B's version?
W7 64b or 32b?
And some other stuff like that could make someone help you.
In short: give informations, don't just report your crash.
-
If it is a crash in his app, we can't help, only he can track the problem.
Also this kind of questions violate the forum rules.
-
Any ideas?
Without sources? No. Try checking your code with a tool like valgrind.
As we most likely cannot help at all I am locking this topic.
-
Probably trying to open a file without checking for success, or something...