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 594624 - Extracting into a sftp folder does not work
Extracting into a sftp folder does not work
Status: RESOLVED INCOMPLETE
Product: file-roller
Classification: Applications
Component: general
2.26.x
Other Linux
: High critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-09 11:30 UTC by Dubon
Modified: 2010-05-18 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dubon 2009-09-09 11:30:24 UTC
Trying to extract an archive into a mounted ssh folder does not work.

It shows a success dialog but no files have been extracted.

The output is this (one line per file):

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed

(file-roller:11037): GLib-GIO-CRITICAL **: g_file_new_for_uri: assertion `uri != NULL' failed
Comment 1 Baptiste Mille-Mathias 2009-12-17 12:22:01 UTC
Thanks for taking the time to report this bug.
Without a stack trace it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Fabio Durán Verdugo 2010-01-23 22:55:20 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!
Comment 3 Tomas Bzatek 2010-05-18 13:39:47 UTC
I believe this should be fixed in master by the following commit:

commit 33c21fc3647af32de5a9c9d49e33765a526910f5
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Wed May 12 13:54:29 2010 +0200

    Bring back support for file caching when gvfs-fuse-daemon is not available
    
    The commit 73fa5d77a60861cd35c6f3425d27c88061af081c introduced trouble
    when user was trying to work with archives on remote GIO mounts and
    not having the fuse daemon running. This led to segfaults and error messages.
    
    Please see bug #617769 for details.


Feel free to reopen this bugreport when you have more information and the problem still exists.