GNOME Bugzilla – Bug 392738
crash in Open Folder: estava transferindo arqu...
Last modified: 2018-08-17 13:51:19 UTC
Version: 2.16.2 What were you doing when the application crashed? estava transferindo arquivos, de um ponto para outro. Distribution: Fedora Core release 6 (Zod) Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc) BugBuddy Version: 2.16.0 System: Linux 2.6.18-1.2868.fc6 #1 SMP Fri Dec 15 17:32:54 EST 2006 i686 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: Permissive Accessibility: Disabled ----------- .xsession-errors --------------------- process 2677: arguments to dbus_pending_call_unref() were incorrect, assertion "pending != NULL" failed in file dbus-pending-call.c line 563. This is normally a bug in some application using the D-Bus library. process 2677: arguments to dbus_pending_call_get_completed() were incorrect, assertion "pending != NULL" failed in file dbus-pending-call.c line 650. This is normally a bug in some application using the D-Bus library. process 2677: arguments to dbus_pending_call_steal_reply() were incorrect, assertion "pending != NULL" failed in file dbus-pending-call.c line 673. This is normally a bug in some application using the D-Bus library. process 2677: arguments to dbus_pending_call_unref() were incorrect, assertion "pending != NULL" failed in file dbus-pending-call.c line 563. This is normally a bug in some application using the D-Bus library. process 2677: arguments to dbus_message_iter_append_fixed_array() were incorrect, assertion "n_elements >= 0" failed in file dbus-message.c line 2281. This is normally a bug in some application using the D-Bus library. libgnomevfs-ERROR **: Out of memory aborting... ** (bug-buddy:3143): WARNING **: Não foi possível carregar ícone para Abrir Pasta -------------------------------------------------- Memory status: size: 129982464 vsize: 0 resident: 129982464 share: 0 rss: 26202112 rss_rlim: 0 CPU usage: start_time: 1167915898 rtime: 0 utime: 1582 stime: 0 cutime:1477 cstime: 0 timeout: 105 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/nautilus' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208861952 (LWP 2677)] [New Thread -1211655280 (LWP 3099)] (no debugging symbols found) 0x00d30402 in __kernel_vsyscall ()
+ Trace 99319
Thread 2 (Thread -1211655280 (LWP 3099))
unique, as far as I can tell Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
*** Bug 393985 has been marked as a duplicate of this bug. ***
*** Bug 406447 has been marked as a duplicate of this bug. ***
*** Bug 409044 has been marked as a duplicate of this bug. ***
see Comment #1
Created attachment 83320 [details] Output after crash with debuginfo packages installed As requested I have installed the debuginfo packages for gtk, glib, vfs and nautilus and reproduced the crash. The output is attached.
(In reply to comment #6) > Created an attachment (id=83320) [edit] > Output after crash with debuginfo packages installed > > As requested I have installed the debuginfo packages for gtk, glib, vfs and > nautilus and reproduced the crash. > The output is attached. > Hi all, Just some additional information on how I reproduced the bug: 1. Started Nautilus 2. Selected "File" -> "Connect to server" * 3. Choose "Windows Share" * as type and entered the rest of the servers (it's actually a NAS) details and connected to the server. 4. Browsing the directories worked fine, but as soon as I tried to upload anything I first of all got a time-out error message and after I choose "Retry" Nautilus crashes. When I mount the file as root and just cp stuff on the server it works so it doesn't seem to be a general issue with my box or this particular server. * => My system is configured in German and I actually guessed (!) what the respective menu titles in English will look like. :) Cheers, Thomas
*** Bug 412227 has been marked as a duplicate of this bug. ***
Excellent trace Thomas, thank you copying relevant parts
+ Trace 114107
confirming report so developers will take a look.
*** Bug 415392 has been marked as a duplicate of this bug. ***
*** Bug 416116 has been marked as a duplicate of this bug. ***
*** Bug 416365 has been marked as a duplicate of this bug. ***
*** Bug 416797 has been marked as a duplicate of this bug. ***
*** Bug 420045 has been marked as a duplicate of this bug. ***
*** Bug 425155 has been marked as a duplicate of this bug. ***
*** Bug 428267 has been marked as a duplicate of this bug. ***
*** Bug 437523 has been marked as a duplicate of this bug. ***
*** Bug 443669 has been marked as a duplicate of this bug. ***
*** Bug 444212 has been marked as a duplicate of this bug. ***
*** Bug 460438 has been marked as a duplicate of this bug. ***
*** Bug 384842 has been marked as a duplicate of this bug. ***
gnome-vfs got deprecated in 2008. gnome-vfs is not under active development anymore and had its last code changes in 2011. Its codebase has been archived: https://gitlab.gnome.org/Archive/gnome-vfs/commits/master gio (in glib) and gvfs are its successors. See https://developer.gnome.org/gio/stable/ch33.html and https://people.gnome.org/~gicmo/gio-migration-guide/ for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent + supported version of glib/gio/gvfs. Thanks!