News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Strange behaviour on Ubuntu+1

Started by Halan, March 26, 2011, 01:49:14 AM

Previous topic - Next topic

Halan

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

I tried both the recent stable release ( 10.05 ) and the newest nightly form Jens' Repository. But this didn't make any difference.

Jenna

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) ?

Halan

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

Halan

I also tried removing the ~/.codeblocks file so I have a clean install but this didn't change anything...