Author Topic: run-time error: status -1073741819  (Read 8046 times)

Offline stufava

  • Single posting newcomer
  • *
  • Posts: 9
run-time error: status -1073741819
« on: February 17, 2009, 07:37:07 pm »
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:

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

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

Code
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: run-time error: status -1073741819
« Reply #1 on: February 17, 2009, 08:05:14 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:
Code
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ