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 407298 - crash in buffer_check_alloc at sftp-method.c:260
crash in buffer_check_alloc at sftp-method.c:260
Status: RESOLVED WONTFIX
Product: gnome-vfs
Classification: Deprecated
Component: Module: ssh/sftp
2.17.x
Other All
: High critical
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
gnome[unmaintained]
: 572902 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-02-13 01:43 UTC by Michael R Head
Modified: 2018-08-17 13:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Michael R Head 2007-02-13 01:43:27 UTC
Version: 2.17.91

What were you doing when the application crashed?
I was away from my computer, but I believe a system upgrade was underway.


Distribution: Ubuntu 7.04 (feisty)
Gnome Release: 2.17.90 2007-01-23 (Ubuntu)
BugBuddy Version: 2.17.3

System: Linux 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: No
Accessibility: Disabled

Memory status: size: 1166897152 vsize: 0 resident: 1166897152 share: 0 rss: 27447296 rss_rlim: 0
CPU usage: start_time: 1171314500 rtime: 0 utime: 1581 stime: 0 cutime:1349 cstime: 0 timeout: 232 it_real_value: 0 frequency: 7

Backtrace was generated from '/usr/bin/nautilus'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1225295664 (LWP 5579)]
[New Thread -1281098864 (LWP 24442)]
[New Thread -1247134832 (LWP 7421)]
0xb770a497 in pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0

Thread 3 (Thread -1247134832 (LWP 7421))

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 ??
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_rc_parse
    at gnome-ui-init.c line 787
  • #3 <signal handler called>
  • #4 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 IA__g_logv
    at gmessages.c line 497
  • #8 IA__g_log
    at gmessages.c line 517
  • #9 IA__g_realloc
    at gmem.c line 172
  • #10 buffer_check_alloc
    at sftp-method.c line 260
  • #11 buffer_write
    at sftp-method.c line 303
  • #12 do_read_directory
    at sftp-method.c line 2852
  • #13 gnome_vfs_directory_read_next_cancellable
    at gnome-vfs-directory.c line 234
  • #14 _gnome_vfs_job_execute
    at gnome-vfs-job.c line 1477
  • #15 thread_entry_point
    at gnome-vfs-job-queue.c line 65
  • #16 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #17 g_thread_create_proxy
    at gthread.c line 591
  • #18 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #19 clone
    from /lib/tls/i686/cmov/libc.so.6


----------- .xsession-errors (10 sec old) ---------------------
(nautilus:5579): gnome-vfs-modules-CRITICAL **: Expected SSH2_FXP_HANDLE(102) packet, got 0
(nautilus:5579): gnome-vfs-modules-CRITICAL **: Could not read 4 bytes
(nautilus:5579): gnome-vfs-modules-CRITICAL **: Could not read 536870912 bytes
GLib-ERROR **: gmem.c:172: failed to allocate 1073741824 bytes
aborting...
warning: .dynamic section for "/usr/lib/libgnomeui-2.so.0" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/libbonoboui-2.so.0" is not at the expected address (wrong library or version mismatch?)
warning: .dynamic section for "/usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so" is not at the expected address (wrong library or version mismatch?)
--------------------------------------------------
Comment 1 André Klapper 2007-02-14 17:19:54 UTC
nice trace
Comment 2 André Klapper 2007-02-14 17:21:40 UTC
also see bug 332028
Comment 3 Cosimo Cecchi 2009-02-24 10:04:05 UTC
*** Bug 572902 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2018-08-17 13:50:12 UTC
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!