Author Topic: Intermittent Code::Blocks Unresponsiveness  (Read 215 times)

Offline Thoth

  • Multiple posting newcomer
  • *
  • Posts: 20
Intermittent Code::Blocks Unresponsiveness
« on: Yesterday at 11:45:11 pm »
Hi People,

When I perform various actions with the CB user interface the UI will stop responding. Sometimes for a few seconds, sometimes for what seems to be around a minute. I do not see a pattern to the actions performed.
I see it most often after I double-click a file in the project browser area. Probably because I perform that more than any other action.
The UI will sometimes stop responding when I click on a tab or close a tab. Those are probably the next two most frequent actions I perform.
Sometimes the UI stops responding when I start scrolling to a different part of a document or when I scroll in the project browser area.

CB is the only program where I am experiencing something like this.

What could be causing this?
How can I capture logs that might help or otherwise troubleshoot this?


This is incredibly frustrating and completely new behavior for me.

I am running Debian 12.
I am using:
Name                   : Code::Blocks
Version                : svn-r13046
SDK Version            : 2.23.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 6.1.0-37-amd64 x86_64
Scaling factor         : 1.000000
Detected scaling factor: 1.000000
Display PPI            : 96x96
Display count          : 1
Display 0              : XY=[0,0]; Size=[1920,1280]; Primary

wxWidgets Library (wxGTK port)
Version 3.2.2 (Unicode: wchar_t, debug level: 1),
Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.36.


=thoth=

Offline blauzahn

  • Almost regular
  • **
  • Posts: 188
Re: Intermittent Code::Blocks Unresponsiveness
« Reply #1 on: Today at 06:42:51 am »
Please try, if it changes when you disable the code-completion plugin. See: plugins | manage plugins.
You can also start CB from the commandline and observe its log outputs.

Offline Thoth

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: Intermittent Code::Blocks Unresponsiveness
« Reply #2 on: Today at 07:06:05 pm »
Hello blauzahn,

That seems to have worked. Thank you.



=thoth=