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 170509 - crash with some .recently-used files
crash with some .recently-used files
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: recent-files
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Willcox
James Willcox
: 305260 322011 431834 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-15 23:35 UTC by Sebastien Bacher
Modified: 2009-03-13 09:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-03-15 23:35:12 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/7041

Start file-roller with this .recently-used, it crashes: 
https://bugzilla.ubuntu.com/attachment.cgi?id=1482

"Thread 1 (Thread -1219739520 (LWP 22818)):
  • #0 _gnome_vfs_clear_fd_flags
    from /usr/lib/libgnomevfs-2.so.0
  • #1 _dl_unload_cache
    from /lib/ld-linux.so.2
  • #2 _dl_lookup_versioned_symbol
    from /lib/ld-linux.so.2
  • #3 _dl_map_object_deps
    from /lib/ld-linux.so.2
  • #4 _dl_map_object_deps
    from /lib/ld-linux.so.2
  • #5 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #6 <signal handler called>
  • #7 g_ucs4_to_utf16
    from /usr/lib/libglib-2.0.so.0
  • #8 g_utf8_validate
    from /usr/lib/libglib-2.0.so.0
  • #9 g_convert_with_fallback
    from /usr/lib/libglib-2.0.so.0
  • #10 g_filename_to_utf8
    from /usr/lib/libglib-2.0.so.0
  • #11 egg_recent_item_get_short_name
    at egg-recent-item.c line 324
  • #12 egg_recent_view_gtk_new_menu_item
    at egg-recent-view-gtk.c line 224
  • #13 egg_recent_view_gtk_add_to_menu
    at egg-recent-view-gtk.c line 317
  • #14 egg_recent_view_gtk_set_list
    at egg-recent-view-gtk.c line 352
  • #15 model_changed_cb
    at egg-recent-view-gtk.c line 367
  • #16 g_cclosure_marshal_VOID__POINTER
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #21 egg_recent_model_changed
    at egg-recent-model.c line 1675
  • #22 egg_recent_view_gtk_set_model
    at egg-recent-view-gtk.c line 405
  • #23 egg_recent_view_set_model
    at egg-recent-view.c line 67
  • #24 window_new
    at window.c line 3737
  • #25 prepare_app
    at main.c line 356
  • #26 main
    at main.c line 124

Comment 1 Kjartan Maraas 2005-04-25 13:35:07 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

Matches the stack trace in bug 168745, which has been marked as a duplicate of
157723.

*** This bug has been marked as a duplicate of 157723 ***
Comment 2 Sebastien Bacher 2005-05-18 08:49:08 UTC
new backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 14154)

  • #0 g_utf8_validate
    at gutf8.c line 1530
  • #1 strdup_len
    at gconvert.c line 894
  • #2 g_filename_to_utf8
    at gconvert.c line 1208
  • #3 egg_recent_item_get_short_name
    at egg-recent-item.c line 324
  • #4 egg_recent_view_gtk_add_to_menu
    at egg-recent-view-gtk.c line 224
  • #5 model_changed_cb
    at egg-recent-view-gtk.c line 352
  • #6 g_closure_invoke
    at gclosure.c line 437
  • #7 signal_emit_unlocked_R
    at gsignal.c line 2488
  • #8 g_signal_emit_valist
    at gsignal.c line 2247
  • #9 g_signal_emit
    at gsignal.c line 2291
  • #10 egg_recent_model_changed
    at egg-recent-model.c line 1675
  • #11 window_new
    at window.c line 3780
  • #12 startup_cb
    at main.c line 381
  • #13 g_main_context_dispatch
    at gmain.c line 1933
  • #14 g_main_context_iterate
    at gmain.c line 2564
  • #15 g_main_loop_run
    at gmain.c line 2768
  • #16 gtk_main
    at gtkmain.c line 963
  • #17 main
    at main.c line 153

Comment 3 Sebastien Bacher 2005-06-05 20:57:23 UTC
*** Bug 305260 has been marked as a duplicate of this bug. ***
Comment 4 Sebastien Bacher 2005-06-05 20:58:01 UTC
libegg issue
Comment 5 Sebastien Bacher 2005-06-06 14:04:54 UTC
fixed by
http://cvs.gnome.org/viewcvs/libegg/libegg/recent-files/egg-recent-item.c?r1=1.22&r2=1.23
as pointed by vuntz
Comment 6 Paolo Bacchilega 2006-04-04 12:55:36 UTC
*** Bug 322011 has been marked as a duplicate of this bug. ***
Comment 7 Philip Withnall 2007-04-27 19:14:53 UTC
*** Bug 431834 has been marked as a duplicate of this bug. ***