Author Topic: strange error in codeblocks linux version  (Read 3345 times)

Offline pivit80

  • Multiple posting newcomer
  • *
  • Posts: 27
strange error in codeblocks linux version
« 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

Offline pivit80

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: strange error in codeblocks linux version
« Reply #1 on: March 26, 2007, 04:13:04 pm »
no ideas?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: strange error in codeblocks linux version
« Reply #2 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.
« Last Edit: March 26, 2007, 06:25:06 pm by Pecan »