Bug #11807 2007-08-20 09:03
bunta
compiler plugins crash
Hi,
I have compiled C::B from svn r4402 (a friend had the same issue on a nightly build)
Compilation is fine.
When I start codeblocks, the application crashes.
After starting in --safe-mode, I have tried to load plugins manually and I identified that when loading the Compiler plugins (v0.99), I get the dialog box telling me to select the compiler to use. GCC is detected and selected as default compiler, when I Validate, C::B crashes.
Selecting another compiler as default changes nothing.
This is one very annoying bug, since you cannot do anything without this plugins!
Built on Linux Ubuntu Feisty amd64 with wx2.8.1/unicode
- Category
- Application::Crash
- Group
- Status
- Closed
- Close date
- 2007-08-20 14:44
- Assigned to
- biplab
History
to be more precise, it does not actually CRASH, it HANGS in an endless-loop-like fashion.
and takes 100% CPU
It's a well-known issue of wxGTK. Upgrade your wxGTK to version 2.8.4 and recompile C::B. Anything less than wxGTK-2.8.4 won't solve your problem.