Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pivit80 on March 26, 2007, 11:07:58 am

Title: strange error in codeblocks linux version
Post by: pivit80 on March 26, 2007, 11:07:58 am
Hi,
my codeblocks version for linux works fine,
but sometimes, while codeblocks runs, in the corresponding shell I receive this error:

(codeblocks:3834): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed

What's this error?
What does it involve?
Is it possible to solve it?

Thank you in advance.
pv
Title: Re: strange error in codeblocks linux version
Post by: pivit80 on March 26, 2007, 04:13:04 pm
no ideas?
Title: Re: strange error in codeblocks linux version
Post by: Pecan on March 26, 2007, 06:08:44 pm
no ideas?
http://www.google.com/search?hl=en&q=Gtk-CRITICAL+**%3A+gtk_container_remove%3A+assertion+&btnG=Google+Search
Gtk-CRITICAL **: gtk_container_remove: assertion - Google Search

Seems to be a problem between wxWidgets and GTK.

Quote
Re: error gtk_container_remove
Click to flag this post 3 stars [3 stars] [3 stars]

by Robert Roebling Oct 26, 2006; 03:56pm :: Rate this Message: - Use ratings to moderate (?)

Reply | Reply to Author | View Threaded | Show Only this Message
Sebastien Senechal wrote:

> Have regurlarly these issues
>
> using Gtk - linux. Any wxwidget app using Notebooks will raise these asserts.
> the more pages you have, the more warnings
>
> a bit annoying indeed

This has been fixed in CVS already (unless I'm mistaken).

  Robert


Other wxWidgets users say they get it when destroying a reparented widgets.