News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

run-time error: status -1073741819

Started by stufava, February 17, 2009, 07:37:07 PM

Previous topic - Next topic

stufava

hi to everyone!
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:

process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.


and in the build log i'm given this error:

Process terminated with status -1073741819 (0 minutes, 1 seconds)

i've searched for similar errors in the other topics, but i found only one which doesn't help me, because that program was a wxWidgets project and i couldn't find out a solution.
I work on Windows XP, and i'm using MinGw 4.2.1 compiler

MortenMacFly

Quote from: stufava on February 17, 2009, 07:37:07 PM
I have done a project (console application) which has been compiled with 0 errors and 0 warnings, but when i try to run it, the program writes this:
process returned -1073741819 (0xC0000005) execution time : 2.305 s
press any key to continue.

You application has a bug. It is as simple as that.
Anyways - this is not related to C::B so this topic gets locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]