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 513492 - copy a file from smb:// to sftp:// crashs gvfsd-smb
copy a file from smb:// to sftp:// crashs gvfsd-smb
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: smb backend
0.1.x
Other Linux
: Normal critical
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-01-31 17:36 UTC by Pedro Villavicencio
Modified: 2008-02-11 12:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Pedro Villavicencio 2008-01-31 17:36:46 UTC
This report has been filled here:

https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/187754

"When copying a file from an smb:// directory to an sftp:// directory, it crashs after successfull finished. apport-retrace shows the following backtrace:"

"(gdb) bt
  • #0 IA__g_logv
    at /build/buildd/glib2.0-2.15.4/glib/gmessages.c line 503
  • #1 IA__g_log
    at /build/buildd/glib2.0-2.15.4/glib/gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at /build/buildd/glib2.0-2.15.4/glib/gmessages.c line 532
  • #3 IA__g_file_info_set_attribute_mask
    at /build/buildd/glib2.0-2.15.4/gio/gfileinfo.c line 345
  • #4 g_vfs_job_query_info_new
    at gvfsjobqueryinfo.c line 123
  • #5 backend_dbus_handler
    at gvfsbackend.c line 393
  • #6 daemon_message_func
    at gvfsdaemon.c line 979
  • #7 dbus_connection_dispatch
    at dbus-connection.c line 4350
  • #8 message_queue_dispatch
    at dbus-gmain.c line 128
  • #9 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.15.4/glib/gmain.c line 2064
  • #10 g_main_context_iterate
    at /build/buildd/glib2.0-2.15.4/glib/gmain.c line 2697
  • #11 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.15.4/glib/gmain.c line 2905
  • #12 daemon_main
    at daemon-main.c line 254
  • #13 main
    at daemon-main-generic.c line 33
  • #14 __libc_start_main
    from /lib/tls/i686/cmov/libc.so.6
  • #15 _start

Comment 1 Alexander Larsson 2008-02-11 12:22:10 UTC
2008-02-11  Alexander Larsson  <alexl@redhat.com>

        * gfileinfo.c:
        (g_file_info_set_attribute_mask):
        (g_file_attribute_matcher_matches_id):
	Correctly handle NULL GAttributeMatcher meaning
	matches nothing. (Fixes #513492)