Code::Blocks Forums
User forums => Help => Topic started by: Smirftsch on November 24, 2011, 08:54:25 am
-
This may or may not some SuSE problem, however, this is really weird. When starting CodeBlocks from KDE Startmenu or Desktop-Icon it starts up but keeps CPU usage at max for one core (25% if doing something or not). When closing, it keeps the process alive, I need to kill the process manually.
When opening from a Terminal also inside KDE, it starts up nicely, CPU usage goes down to 1% in idle mode, all fine like it should be. Any ideas?
Info shows CodeBlocks as SDK 1.11.15, 64Bit build. Got it from SuSE software repository.
-
What is the revision or C::B?
It looks like that the env variables are different and this is causing trouble...
Can you install debugging symbols (codeblocks-xxx-debug.rpm or dbg.rpm) and use GDB to see where it is stuck?
Also can you try to disable Code completion plugin and try again?