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 384433 - sendto crashes on trying to send a file
sendto crashes on trying to send a file
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Roberto Majadas
Roberto Majadas
Depends on:
Blocks:
 
 
Reported: 2006-12-10 17:29 UTC by Vassilis Pandis
Modified: 2007-08-13 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vassilis Pandis 2006-12-10 17:29:52 UTC
Hello. This is a problem reported by an Ubuntu user. The original bug report can be found at http://launchpad.net/bugs/68504 :



Whenever I try to send a file, I get:

Init sylpheed-claws plugin
Init gaim plugin
Init evolution plugin

** (bug-buddy:6996): WARNING **: Could not load icon for Open Folder

Updated crash:

Memory status: size: 33431552 vsize: 0 resident: 33431552 share: 0 rss: 11771904 rss_rlim: 0
CPU usage: start_time: 1162004037 rtime: 0 utime: 39 stime: 0 cutime:35 cstime: 0 timeout: 4 it_real_value: 0 frequency: 0

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

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1225296208 (LWP 6992)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1225296208 (LWP 6992))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 874
  • #3 <signal handler called>
  • #4 IA__g_type_check_instance_cast
    at gtype.c line 3146
  • #5 send_files
    at thunderbird.c line 69
  • #6 main
    at nautilus-sendto-command.c line 234
  • #0 __kernel_vsyscall

Comment 1 Christian Kirbach 2006-12-10 18:19:55 UTC
unique, good trace, coonfirming

what version of nautilus-sendto is this?
Comment 2 Bastien Nocera 2007-08-13 15:15:31 UTC
2007-08-13  Bastien Nocera  <hadess@hadess.net>

        * src/plugins/thunderbird.c: (send_files): gtk_entry_get_text
        might return NULL, so don't crash when the person didn't enter
        any e-mail address (Closes: #384433)