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 159656 - File chooser g_barfage.
File chooser g_barfage.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.5.x
Other All
: High major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-27 20:51 UTC by Morten Welinder
Modified: 2011-02-04 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2004-11-27 20:51:40 UTC
Clicking "Open" in gnumeric which uses the new file chooser, has filters
and sets the initial url, I get these error messages and then a crash.
Looks like a gtk+ problem to me.

(pgn:4672): Gtk-CRITICAL **: gtk_tree_model_sort_convert_child_path_to_path:
assertion `GTK_IS_TREE_MODEL_SORT (tree_model_sort)' failed
(pgn:4672): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion `path
!= NULL' failed
(pgn:4672): Gtk-CRITICAL **: gtk_tree_view_scroll_to_cell: assertion
`tree_view->priv->model != NULL' failed


  • #1 g_return_if_fail_warning
  • #2 gtk_tree_model_sort_convert_child_path_to_path
    at gtktreemodelsort.c line 2102
  • #3 select_func
    at gtkfilechooserdefault.c line 4398
  • #4 _gtk_file_system_model_path_do
    at gtkfilesystemmodel.c line 1155
  • #5 gtk_file_chooser_default_select_path
    at gtkfilechooserdefault.c line 4450
  • #6 _gtk_file_chooser_select_path
    at gtkfilechooser.c line 1020
  • #7 delegate_select_path
    at gtkfilechooserutils.c line 201
  • #8 _gtk_file_chooser_select_path
    at gtkfilechooser.c line 1020
  • #9 delegate_select_path
    at gtkfilechooserutils.c line 201
  • #10 _gtk_file_chooser_select_path
    at gtkfilechooser.c line 1020
  • #11 gtk_file_chooser_select_uri
    at gtkfilechooser.c line 779

Comment 1 Morten Welinder 2004-11-27 20:58:00 UTC
Just to be clear: stack trace relates to first CRITICAL above.  (The fact
that it crashes afterwards I assume is a consequence.)
Comment 2 Morten Welinder 2004-11-28 18:09:22 UTC
Crash is probably unrelated and filed separately as bug 159737.
Comment 3 Federico Mena Quintero 2004-12-02 21:44:41 UTC
Fixed on HEAD and gtk-2-4.