Author Topic: Process termination status codes for CodeBlocks 10.05  (Read 8944 times)

Offline gganem

  • Single posting newcomer
  • *
  • Posts: 2
Process termination status codes for CodeBlocks 10.05
« on: May 26, 2011, 01:21:00 am »
Hi,

Is there a table with process status codes terminations?  I understand this is dependent on the platform, please confirm.

In particular, I am using CodeBlocks 10.05 and I am getting the following message:
Process terminated with status -1073741819
(which converts to hex 3FFFFFFB - without the - sign -, in case it's useful).

I hope this is the right forum to post this kind message, otherwise please point me in the right direction.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Process termination status codes for CodeBlocks 10.05
« Reply #1 on: May 26, 2011, 01:45:12 am »
I hope this is the right forum to post this kind message, otherwise please point me in the right direction.
It is not, this is a forum dedicated to development of codeblocks, not development with codeblocks.

This is a common question by the way, and this return code is a returned by cb_console_runner when you application crashes, please use the debugger to find the reason for the crash.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]