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 626362 - nautilus-sendto crashes when gnome-bluetooth or empathy plugins are present
nautilus-sendto crashes when gnome-bluetooth or empathy plugins are present
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
2.28.x
Other Linux
: Normal critical
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-08 12:09 UTC by Pacho Ramos
Modified: 2010-08-12 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2010-08-08 12:09:26 UTC
I have the following installed versions:
nautilus-sendto-2.28.4
gnome-bluetooth-2.30.0
empathy-2.30.2
glib-2.24.1
glibc-2.11.2

To reproduce, I simply need to righ click on a file and try to send it, no window is opened since nautilus-sendto crashes

Thanks for your help on this

This is the backtrace:
System: Linux 2.6.34-tuxonice-r1 #2 SMP PREEMPT Tue Jul 13 22:12:24 CEST 2010 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10706000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Shiki-Brave
Icon Theme: gnome-gentoo
GTK+ Modules: canberra-gtk-module, gnomebreakpad

Memory status: size: 204369920 vsize: 204369920 resident: 9449472 share: 7319552 rss: 9449472 rss_rlim: 18446744073709551615
CPU usage: start_time: 1281268060 rtime: 2 utime: 2 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

[Thread debugging using libthread_db enabled]
0x00007fe5f02e1b8e in __libc_waitpid (pid=<value optimized out>, 
    stat_loc=0x7fff650f77a0, options=<value optimized out>)
    at ../sysdeps/unix/sysv/linux/waitpid.c:32
	in ../sysdeps/unix/sysv/linux/waitpid.c

Thread 1 (Thread 0x7fe5f1d30860 (LWP 2872))

  • #0 __libc_waitpid
    at ../sysdeps/unix/sysv/linux/waitpid.c line 32
  • #1 IA__g_spawn_sync
    at gspawn.c line 386
  • #2 IA__g_spawn_command_line_sync
    at gspawn.c line 700
  • #3 ??
    from /usr/lib64/gtk-2.0/modules/libgnomebreakpad.so
  • #4 <signal handler called>
  • #5 ??
  • #6 nautilus_sendto_plugin_dir_process
    at nautilus-sendto-command.c line 665
  • #7 nautilus_sendto_plugin_init
    at nautilus-sendto-command.c line 704
  • #8 main
    at nautilus-sendto-command.c line 813

	Inferior 1 [process 2872] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]


----------- .xsession-errors ---------------------
(gnome-terminal:10085): Gtk-CRITICAL **: gtk_widget_is_ancestor: assertion `ancestor != NULL' failed
(gnome-terminal:10085): Gtk-CRITICAL **: gtk_widget_is_ancestor: assertion `ancestor != NULL' failed
(gnome-terminal:10085): Gtk-CRITICAL **: gtk_widget_is_ancestor: assertion `ancestor != NULL' failed
Initializing nautilus-open-terminal extension
Initializing nautilus-gdu extension
** Message: Initializing gksu extension...
Init nautilus burn plugin
Init pidgin plugin
** (bug-buddy:2873): WARNING **: Couldn't load /usr/share/applications/avidemux2-gtk.desktop: Nombre de clave no válida: Exec[$e]
warning: Can not parse XML syscalls information; XML support was disabled at compile time.
32	../sysdeps/unix/sysv/linux/waitpid.c: No existe el fichero o el directorio.
--------------------------------------------------
Comment 1 Bastien Nocera 2010-08-08 13:08:32 UTC
Looks to me like you didn't build the gnome-bluetooth and empathy versions against the correct version of nautilus-sendto. Could you please double-check?
Comment 2 Pacho Ramos 2010-08-09 15:20:33 UTC
I already tried to recompile gnome-bluetooth against new nautilus-sendto without success, I've just retried with the same result :-(

Best regards
Comment 3 Bastien Nocera 2010-08-09 16:00:14 UTC
Please test with nautilus-sendto 2.28.5 (for some reason, I was still thinking 2.28.4 was the latest one).
Comment 4 Pacho Ramos 2010-08-12 15:21:41 UTC
It seems to work, it surprised me since most of its changes are also included in downstream nautilus-sendto-2.28.4-r1, but it fails (with and without the patches) and 2.28.5 works :-O

Thanks a lot and sorry for the delay (I am now out and I don't have a proper internet connection)