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 90162 - crash on attempt to rename gnumeric icon in applications://
crash on attempt to rename gnumeric icon in applications://
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: vfolder
unspecified
Other other
: High critical
: ---
Assigned To: George Lebl
George Lebl
Depends on:
Blocks: 86322
 
 
Reported: 2002-08-07 22:24 UTC by Luis Villa
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Luis Villa 2002-08-07 22:26:04 UTC
Package: gnome-vfs
Severity: critical
Version: 2.0.3
Synopsis: crash on attempt to rename gnumeric icon in applications://
Bugzilla-Product: gnome-vfs
Bugzilla-Component: Module: vfolder
BugBuddy-GnomeVersion: 2.0 (2.0.3)

Description:
Description of Problem:
I tried to rename 'gnumeric spreadsheet' to 'gnumeric' and it crashed
immediately. Note that this was with a previously empty/non-existent
.gnome2/vfolders/ .



Debugging Information:

Backtrace was generated from '/usr/bin/nautilus'

[New Thread 1024 (LWP 9446)]
[New Thread 2049 (LWP 9449)]
[New Thread 1026 (LWP 9450)]
[New Thread 2051 (LWP 9451)]
[New Thread 3076 (LWP 9454)]
[New Thread 4101 (LWP 9455)]
[New Thread 5126 (LWP 9456)]
[New Thread 6151 (LWP 9457)]
[New Thread 7176 (LWP 9458)]
0x40a3c4b9 in wait4 () from /lib/libc.so.6

Thread 1 (Thread 1024 (LWP 9446))

  • #0 wait4
    from /lib/libc.so.6
  • #1 __DTOR_END__
    from /lib/libc.so.6
  • #2 waitpid
    from /lib/libpthread.so.0
  • #3 libgnomeui_segv_handle
    at gnome-ui-init.c line 620
  • #4 pthread_sighandler
    from /lib/libpthread.so.0
  • #5 <signal handler called>
  • #6 vfolder_monitor_freeze
    at vfolder-util.c line 278
  • #7 vfolder_info_write_user
    at vfolder-info.c line 971
  • #8 do_open
    at vfolder-method.c line 172
  • #9 gnome_vfs_open_uri_cancellable
    at gnome-vfs-cancellable-ops.c line 55
  • #10 gnome_vfs_open_uri
    at gnome-vfs-ops.c line 79
  • #11 gnome_vfs_open
    at gnome-vfs-ops.c line 56
  • #12 ditem_save
    at gnome-desktop-item.c line 3518
  • #13 gnome_desktop_item_save
    at gnome-desktop-item.c line 755
  • #14 nautilus_link_desktop_file_local_set_text
    at nautilus-link-desktop-file.c line 203
  • #15 rename_guts
    at nautilus-file.c line 1038
  • #16 fm_rename_file
    at fm-error-reporting.c line 319
  • #17 fm_icon_view_icon_text_changed_callback
    at fm-icon-view.c line 1916
  • #18 nautilus_marshal_VOID__POINTER_STRING
    at nautilus-marshal-guts.c line 438
  • #19 g_closure_invoke
    at gclosure.c line 437
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2341
  • #21 g_signal_emit_valist
    at gsignal.c line 2100
  • #22 g_signal_emit
    at gsignal.c line 2144
  • #23 end_renaming_mode
    at nautilus-icon-container.c line 4967
  • #24 key_press_event
    at nautilus-icon-container.c line 2976
  • #25 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #26 g_type_class_meta_marshal
    at gclosure.c line 514
  • #27 g_closure_invoke
    at gclosure.c line 437
  • #28 signal_emit_unlocked_R
    at gsignal.c line 2379
  • #29 g_signal_emit_valist
    at gsignal.c line 2110
  • #30 gtk_signal_emit
    at gtksignal.c line 355
  • #31 gtk_widget_event_internal
    at gtkwidget.c line 3082
  • #32 gtk_window_key_press_event
    at gtkwindow.c line 3606
  • #33 bonobo_window_key_press_event
    at bonobo-window.c line 308
  • #34 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #35 g_type_class_meta_marshal
    at gclosure.c line 514
  • #36 g_closure_invoke
    at gclosure.c line 437
  • #37 signal_emit_unlocked_R
    at gsignal.c line 2379
  • #38 g_signal_emit_valist
    at gsignal.c line 2110
  • #39 gtk_signal_emit
    at gtksignal.c line 355
  • #40 gtk_widget_event_internal
    at gtkwidget.c line 3082
  • #41 gtk_propagate_event
    at gtkmain.c line 2070
  • #42 gtk_main_do_event
    at gtkmain.c line 1337
  • #43 gdk_event_dispatch
    at gdkevents-x11.c line 1763
  • #44 g_main_dispatch
    at gmain.c line 1642
  • #45 g_main_context_dispatch
    at gmain.c line 2186
  • #46 g_main_context_iterate
    at gmain.c line 2267
  • #47 g_main_loop_run
    at gmain.c line 2487
  • #48 gtk_main
    at gtkmain.c line 936
  • #49 main
    at nautilus-main.c line 262
  • #50 __libc_start_main
    from /lib/libc.so.6
  • #0 wait4
    from /lib/libc.so.6




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-08-07 18:26 -------

Reassigning to the default owner of the component, jirka@5z.com.

Comment 1 Luis Villa 2002-08-07 22:28:46 UTC
Note that on the second attempt to reproduce this (with stuff already
in .gnome2/vfolders/ now from the first attempt) I got no crash.
Comment 2 Alex Graveley 2002-08-08 10:36:35 UTC
It was dependant on delays in monitor events which would sometimes
lead to a strange state.  In any case it is fixed in CVS and should
not crash like this again.