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 309731 - crashes if 'last_save_directory' is remote/sftp dir
crashes if 'last_save_directory' is remote/sftp dir
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: screenshot
2.11.x
Other Linux
: High critical
: ---
Assigned To: Jonathan Blandford
gnome-utils Maintainers
: 309827 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-07 17:13 UTC by Luis Villa
Modified: 2005-08-28 05:14 UTC
See Also:
GNOME target: 2.12.x
GNOME version: 2.11/2.12



Description Luis Villa 2005-07-07 17:13:08 UTC
Hit print screen, thing go boom! Looks like it is trying to save in a remote
/apps/gnome-screenshot/last_save_directory
 and that is causing the seg. (Confimed- clear that key and it works fine.)

output on terminal:

** (gnome-screenshot:12461): WARNING **:
ERR:sftp://louie@login.dulug.duke.edu/home/louie/public_html/tieguy.org/screenshots/Screenshot.png:Access
denied


(gnome-screenshot:12461): libgnomevfs-CRITICAL **: gnome_vfs_uri_new_private:
assertion `text_uri != NULL' failed

(gnome-screenshot:12461): libgnomevfs-CRITICAL **: gnome_vfs_uri_get_parent:
assertion `uri != NULL' failed

(gnome-screenshot:12461): libgnomevfs-CRITICAL **:
gnome_vfs_uri_extract_short_path_name: assertion `uri != NULL' failed

(gnome-screenshot:12461): libgnomevfs-CRITICAL **: gnome_vfs_uri_get_host_name:
assertion `uri != NULL' failed

(gnome-screenshot:12461): libgnomevfs-CRITICAL **: gnome_vfs_uri_get_path:
assertion `uri != NULL' failed


trace:

0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1222555264 (LWP 12406))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gnome_vfs_uri_to_string
    from /usr/lib/libgnomevfs-2.so.0
  • #5 screenshot_dialog_new
  • #6 _start
  • #7 ??
  • #8 ??
  • #9 ??
  • #10 ??
  • #11 ??
    from /usr/lib/libgnomevfs-2.so.0
  • #12 ??
  • #13 ??
  • #14 ??
    from /usr/lib/libgobject-2.0.so.0
  • #15 ??
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 ??
  • #21 ??
  • #22 ??
  • #23 ??
  • #24 _dl_rtld_di_serinfo
    from /lib/ld-linux.so.2
  • #25 main
  • #0 __kernel_vsyscall

Comment 1 Sebastien Bacher 2005-07-10 19:54:15 UTC
debug backtrace:

Backtrace was generated from '/usr/bin/gnome-screenshot'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1223190848 (LWP 13615)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1223190848 (LWP 13615))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 749
  • #3 <signal handler called>
  • #4 gnome_vfs_uri_to_string
    at gnome-vfs-uri.c line 1147
  • #5 screenshot_dialog_new
    at screenshot-dialog.c line 179

Comment 2 Reinout van Schouwen 2005-08-21 18:04:17 UTC
This is still happening :(
Comment 3 Christian Persch 2005-08-23 13:51:43 UTC
*** Bug 309827 has been marked as a duplicate of this bug. ***
Comment 4 Luis Villa 2005-08-25 23:39:57 UTC
Marking this a showstopper; the feature should either be removed or the bug fixed. 
Comment 5 Jonathan Blandford 2005-08-28 05:14:02 UTC
Fixed.