Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Halan on March 26, 2011, 01:49:14 am
-
Hey Guys,
since I updated to the newest Ubuntu Development snapshot Code::Blocks behaves really strange. When clicking on "build" nothing happens, also it crashes when I close it. Everything else seems to work. I guess maybe some changes either in wxWidgets or GCC cause this.
I'm not sure wheter this is a bug so I thought I'd post it here. I'll paste the output of the segfault:
http://pastebin.com/NJsu94ZW (http://pastebin.com/NJsu94ZW)
I tried both the recent stable release ( 10.05 ) and the newest nightly form Jens' Repository. But this didn't make any difference.
-
Which wxWidgets version is used by your ubuntu ?
Can you start C::B from a console and see if there is a more menaingful output ?
Or install the debug-packages also and run it through gdb and after the crash generate a full backtrace ("bt full" from inside gdb) ?
-
It is using wxWidgets 2.8.11 and GCC 4.5.1. Shouldn't be any change there afaik.
This is the gdb ouput when I just open Codeb::Blocks and directly close it again. Without opening a workspace etc.
http://pastebin.com/faAuYEXh
-
I also tried removing the ~/.codeblocks file so I have a clean install but this didn't change anything...