Author Topic: Strange behaviour on Ubuntu+1  (Read 3462 times)

Offline Halan

  • Multiple posting newcomer
  • *
  • Posts: 43
Strange behaviour on Ubuntu+1
« 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

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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Strange behaviour on Ubuntu+1
« Reply #1 on: March 26, 2011, 10:31:21 am »
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) ?

Offline Halan

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: Strange behaviour on Ubuntu+1
« Reply #2 on: March 26, 2011, 02:27:47 pm »
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

Offline Halan

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: Strange behaviour on Ubuntu+1
« Reply #3 on: March 29, 2011, 12:53:51 am »
I also tried removing the ~/.codeblocks file so I have a clean install but this didn't change anything...