GNOME Bugzilla – Bug 754368
Save model field in horus causes segfault
Last modified: 2015-09-01 05:02:20 UTC
Using https://github.com/bq/horus, when I try to select the "Save model" option from the File menu, it immediately segfaults: (horus.py:20408): Gtk-CRITICAL **: Error building template class 'GtkFileChooserWidget' for an instance of type 'GtkFileChooserWidget': .:274:1 Invalid object type 'GtkPlacesView' (horus.py:20408): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_gesture_long_press_new: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_gesture_single_set_touch_only: assertion 'GTK_IS_GESTURE_SINGLE (gesture)' failed (horus.py:20408): GLib-GObject-WARNING **: invalid (NULL) pointer instance (horus.py:20408): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (horus.py:20408): GLib-GObject-CRITICAL **: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed (horus.py:20408): GLib-GObject-CRITICAL **: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_get_selection: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_selection_set_select_function: assertion 'GTK_IS_TREE_SELECTION (selection)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_enable_model_drag_source: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_drag_source_get_target_list: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_drag_source_set_target_list: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_drag_dest_set: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_drag_dest_get_target_list: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_drag_dest_set_target_list: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_set_search_column: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_sort_column_id: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_tree_view_column_set_attributes: assertion 'GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed (horus.py:20408): GLib-GObject-CRITICAL **: g_object_set: assertion 'G_IS_OBJECT (object)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_widget_queue_draw: assertion 'GTK_IS_WIDGET (widget)' failed (horus.py:20408): Gtk-CRITICAL **: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed ** Gtk:ERROR:gtkfilechooserwidget.c:8485:post_process_ui: assertion failed: (cells) NOTE: This looks to be identical to this external bug report: https://github.com/Alexey-Yakovenko/deadbeef/issues/1241
*** This bug has been marked as a duplicate of bug 754133 ***