After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754368 - Save model field in horus causes segfault
Save model field in horus causes segfault
Status: RESOLVED DUPLICATE of bug 754133
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-08-31 20:49 UTC by Tom 'spot' Callaway
Modified: 2015-09-01 05:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom 'spot' Callaway 2015-08-31 20:49:28 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
Comment 1 Matthias Clasen 2015-09-01 05:02:20 UTC

*** This bug has been marked as a duplicate of bug 754133 ***