Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tonyd788 on April 03, 2018, 03:38:52 am

Title: Compiler/Debug lockup
Post by: tonyd788 on April 03, 2018, 03:38:52 am
When I type new code the compiler or Debugger locks up - I can't abort - I have to close code blocks and restart?
Title: Re: Compiler/Debug lockup
Post by: oBFusCATed on April 03, 2018, 08:46:27 am
Hm, strange report...

We need a lot of information to be able to help you.
Like:
What version are you using?
What OS?
Can youy reproduce this reliably?
Have you tried to gather a backtrace?
Title: Re: Compiler/Debug lockup
Post by: tonyd788 on April 04, 2018, 06:35:19 am
Thank you for asking - I am on Windows 10, 64 bit
Code blocks downloaded from codeblocks.org binary release
codeblocks-17.12mingw-setup.exe
have no idea what you mean by the next two questions
1. Can youy reproduce this reliably?
2. Have you tried to gather a backtrace?

Anthony
Title: Re: Compiler/Debug lockup
Post by: tonyd788 on April 04, 2018, 07:10:33 am
I have removed and reloaded codeblocks and all is working well
however I believe I have discovered the problem.
When I ran a series of statements and got an output  I did not properly close the terminal display window.
Once I ensure it is closed it all appears to be working

Anthony