GNOME Bugzilla – Bug 697171
crash: assertion failed: (gtk_widget_get_visible (GTK_WIDGET (completion->priv->main_window)))
Last modified: 2013-04-03 14:09:24 UTC
I'm getting this crash quite often in Anjuta with gtksourceview from git. GtkSourceView:ERROR:gtksourcecompletion.c:1301:update_active_completion: assertion failed: (gtk_widget_get_visible (GTK_WIDGET (completion->priv->main_window))) Backtrace:
+ Trace 231718
This is normally fixed: https://git.gnome.org/browse/gtksourceview/commit/?id=a0d35d11b67ee71072142728b95baa6ed1cd66d7 The code should be correct even if the window is still hidden (the show signal is not already received).