Author Topic: Code::Blocks crashs without any error or warning message  (Read 5973 times)

devkid

  • Guest
Code::Blocks crashs without any error or warning message
« on: April 29, 2007, 05:52:05 pm »
Always when I create a new project or when I want to open an existing project Code::Blocks crashs without any warning or error message. But when I run it in the console, there is an error with GTK:
Code
(codeblocks:9128): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed

Gtk-ERROR **: file gtkcontainer.c: line 2447 (gtk_container_propagate_expose): assertion failed: (child->parent == GTK_WIDGET (container))
aborting...

Btw: I use openSUSE 10.2.
And sorry for my (maybe) bad english, I'm German.
« Last Edit: April 29, 2007, 06:32:41 pm by devkid »

acop

  • Guest
Re: Code::Blocks crashs without any error or warning message
« Reply #1 on: May 24, 2007, 08:48:43 pm »
I got exactly the same error. Even when I try to change some settings (settings->environment) it just drops core. I'm using Code::Blocks 1.0rc2 on FreeBSD 6.2.

Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: Code::Blocks crashs without any error or warning message
« Reply #2 on: May 24, 2007, 08:58:31 pm »
I got exactly the same error. Even when I try to change some settings (settings->environment) it just drops core. I'm using Code::Blocks 1.0rc2 on FreeBSD 6.2.
hmm try nightly build, rc2 is really old

acop

  • Guest
Re: Code::Blocks crashs without any error or warning message
« Reply #3 on: May 24, 2007, 09:25:23 pm »
I used ports collection and there are no nightly builds :P

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: Code::Blocks crashs without any error or warning message
« Reply #4 on: May 24, 2007, 09:51:14 pm »
Quote from: acop
I used ports collection and there are no nightly builds :P

You could try to build your own binaries compiling from svn source. That is the way i use in openSuse 10.2 (with compiled wxGTK-2.8.4, too) and all is working fine. Compiler is the default gcc 4.1.2 20061115.
Those who were seen dancing were thought to be insane by those who could not hear the music

acop

  • Guest
Re: Code::Blocks crashs without any error or warning message
« Reply #5 on: May 24, 2007, 10:11:44 pm »
Quote from: acop
I used ports collection and there are no nightly builds :P

You could try to build your own binaries compiling from svn source. That is the way i use in openSuse 10.2 (with compiled wxGTK-2.8.4, too) and all is working fine. Compiler is the default gcc 4.1.2 20061115.

Actually I'm trying to do that now :)