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 303528 - nautilus crashes when properties file deleted
nautilus crashes when properties file deleted
Status: RESOLVED DUPLICATE of bug 158904
Product: nautilus
Classification: Core
Component: general
2.8.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-09 07:03 UTC by Eric
Modified: 2005-05-09 15:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Eric 2005-05-09 07:03:15 UTC
Steps to reproduce:
1. Open up a terminal and cd to the ~/Desktop directory.
2. dd if=/dev/zero of=testfile bs=1M count=1000 && rm testfile
3. When the icon for testfile appears on the desktop, right click on it and
select properties from the context menu. This must be done before the dd command
completes, which is the reason for creating a very large file.
4. About the time the file gets to 1GB, nautilus crashes.


Stack trace:
(gdb) thread apply all bt

Thread 1 (Thread 1090077728 (LWP 15580))

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 fm_properties_window_get_type
  • #4 fm_properties_window_get_type
  • #5 fm_properties_window_get_type
  • #6 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #11 gtk_widget_send_expose
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_window_propagate_key_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_window_propagate_key_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #20 _gtk_window_internal_set_focus
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 gtk_window_set_focus
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 _gtk_window_reposition
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 g_object_run_dispose
    from /usr/lib/libgobject-2.0.so.0
  • #24 gtk_object_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 gtk_widget_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #26 fm_properties_window_get_type
  • #27 g_main_context_wakeup
    from /usr/lib/libglib-2.0.so.0
  • #28 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #29 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #30 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #32 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 main
  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0


Other information:
Comment 1 Elijah Newren 2005-05-09 15:56:04 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 166118, which has been marked as a duplicate of
160630, which has been marked as a duplicate of 158904 (see also bug 167898).

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