Author Topic: Compiler/Debug lockup  (Read 2441 times)

Offline tonyd788

  • Single posting newcomer
  • *
  • Posts: 3
Compiler/Debug lockup
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler/Debug lockup
« Reply #1 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?
(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!]

Offline tonyd788

  • Single posting newcomer
  • *
  • Posts: 3
Re: Compiler/Debug lockup
« Reply #2 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

Offline tonyd788

  • Single posting newcomer
  • *
  • Posts: 3
Re: Compiler/Debug lockup
« Reply #3 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