[MonoDevelop] Crashing opening projects

Jacek Ruzyczka stacheldraht at interia.pl
Sun Aug 12 13:11:06 EDT 2007


Hi,

> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
> `style->attach_count > 0' failed
>
> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
> `style->attach_count > 0' failed
>
> (MonoDevelop:16407): Gtk-CRITICAL **: gtk_style_detach: assertion
> `style->attach_count > 0' failed
>
Well...Gtk-CRITICAL messages are always »critical«. The most common reason of 
such messages is some type of unhandled exception in the area of the Gtk# 
API. The subsequent crash is probably the consequence of these unhandled 
exceptions.

I once encountered such a problem when making up a window without using the 
Stetic designer. I entered some wrong parameters in the Gtk.Table.Attach() 
method. The Gtk# libs themselves didn't check for wrong parameters, but 
simply handed them over 1 by 1 to the underlying native GTK code. 
Consequence: Gtk-CRITICAL messages.

Have you also changed the Gtk# version when updating MD? I suppose that the 
problem lies within the updated Gtk# API, but I can be wrong...

Regards
Jacek


More information about the Monodevelop-list mailing list