Code::Blocks Forums

User forums => Help => Topic started by: xyd on August 09, 2013, 04:03:21 am

Title: really strange and frustrating problem
Post by: xyd on August 09, 2013, 04:03:21 am
I've downloaded C::B and wingw properly.
But sometimes my source code can run properly,sometimes it comes directly to the end without any operations(I/O)

saying:Process terminated with status 1986020503(Ox....)sexadecimal?...

I've installed and reinstalled for several times but it remains the same condition!!


Please help me~  :)
Title: Re: really strange and frustrating problem
Post by: oBFusCATed on August 09, 2013, 07:53:25 am
Use a debugger, you have a bug.
Title: Re: really strange and frustrating problem
Post by: xyd on August 09, 2013, 10:32:44 am
? But when i debug there's no problem...
Title: Re: really strange and frustrating problem
Post by: oBFusCATed on August 09, 2013, 12:45:00 pm
Then you definitely have uninitialized or another memory problem. This is a classic :)
Be creative in your debugging ... use printfs, the optimization operator (//), etc...