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 680586 - Assertion error in filechooser when filessytem operations happen
Assertion error in filechooser when filessytem operations happen
Status: RESOLVED DUPLICATE of bug 687196
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2012-07-25 12:43 UTC by Benjamin Berg
Modified: 2012-11-02 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Berg 2012-07-25 12:43:44 UTC
When I have the folder with my LaTeX document open in a file chooser, and compile this document at the same time the application crashes.

The backtrace follows, it was produced running zenity. Maybe of interest is, that I am seeing two files "main.synctex.gz" and "main.synctex.gz(busy)" in the file chooser after the crash happened.

**
Gtk:ERROR:/tmp/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c:751:gtk_file_system_model_sort:
assertion failed: (r == n_visible_rows)

Program received signal SIGABRT, Aborted.  
0x00007ffff46cf475 in *__GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
  • #0 *__GI_raise
    at #../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 92
  • #2 g_assertion_message
    from #/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #3 g_assertion_message_expr
    from #/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #4 gtk_file_system_model_sort
    at /tmp/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c line 751
  • #5 gtk_file_system_model_sort
    at /tmp/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c line 706
  • #6 gtk_file_system_model_query_done #(object=0x7fffd0017960, res=<optimized out>, data=0x8f4d80) at /tmp/buildd/gtk+3.0-3.4.2/./gtk/gtkfilesystemmodel.c:1160
  • #7 g_simple_async_result_complete
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #8 ??
  • #9 g_main_context_dispatch
    from #/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #10 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #11 g_main_loop_run
    from #/lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #12 gtk_main
    at #/tmp/buildd/gtk+3.0-3.4.2/./gtk/gtkmain.c line 1161
  • #13 ??
  • #14 __libc_start_main
    at libc-start.c line 228
  • #15 ??
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 ??

Comment 1 Benjamin Berg 2012-11-02 08:46:21 UTC

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