ccPlus1.exe Has Stopped Working

Jun 23, 2012 at 5:02pm
closed account (zb0S216C)
Does anyone know what it means? Google doesn't give anything useful.

Wazzak
Jun 23, 2012 at 5:22pm
Its a very broad error. Your program could have stopped working for a variety of reasons. This is why google may come up with many search results, none of which are helpful. Post your code.
Jun 23, 2012 at 6:25pm
closed account (zb0S216C)
It turns out that there's an overflow of cc1Plus.exe's stack. How that happended, I don't know, because this is my program:

1
2
3
4
int main()
{
    return(0);
}

Wazzak
Jun 23, 2012 at 6:33pm
I don't know much about computer architecture yet but the overflow of stack may have been caused by another program that you have run. Have you written any programs that access the CPU?
Jun 23, 2012 at 6:44pm
closed account (zb0S216C)
Every program utilises the CPU, but no; no additional programs. I'll try a warm reboot - you never know.

Edit: Did Jack.

Wazzak
Last edited on Jun 23, 2012 at 6:53pm
Jun 23, 2012 at 6:59pm
reply lol (explicitly access i meant)..idk might be your compiler. I'm still learning myself about these errors. When an error like that happens I just start a new project if there are no solutions and copy the source code in the new project and things are fine.

Edit: or you can "clean" or "rebuild" the project on Codeblocks in MingW. That may fix the issue.
Last edited on Jun 23, 2012 at 7:00pm
Jun 23, 2012 at 7:09pm
closed account (zb0S216C)
I just tried cleaning, rebuilding, and creating a new project; cc1Plus.exe is having none of it. I don't understand why it's doing now, of all days; it was fine a few hours ago.

Wazzak
Jun 23, 2012 at 7:45pm
Manual or automatic defragmentation + memory failure error = file corruption?

Edit: I reckoned "failure" wasn't the right word.
Last edited on Jun 23, 2012 at 7:51pm
Topic archived. No new replies allowed.