emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp does not work when using athena


From: Ralf Schmitt
Subject: Re: tramp does not work when using athena
Date: Fri, 22 Jul 2011 11:31:23 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

Jan Djärv <address@hidden> writes:

>
> There is something else going on here.  I can not reproduce this
> error, I always get "yes" in the buffer.  Futhermore, g_spawn_sync is
> a function in glib.  But Emacs never calls it, so where does it come
> from?  Can you run strace on your Emacs to see what it tries to spawn?

g_spawn_sync is called during normal initialization by init_gconf. here
is part of the backtrace:

,----
| (gdb) bt
| #0  0x00007ffff42049e0 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
| #1  0x00007ffff4205209 in g_spawn_command_line_sync () from 
/usr/lib/libglib-2.0.so.0
| #2  0x00007ffff522e709 in ?? () from /usr/lib/libgio-2.0.so.0
| #3  0x00007ffff523010a in g_dbus_address_get_for_bus_sync () from 
/usr/lib/libgio-2.0.so.0
| #4  0x00007ffff52393fe in ?? () from /usr/lib/libgio-2.0.so.0
| #5  0x00007ffff524062b in g_bus_get_sync () from /usr/lib/libgio-2.0.so.0
| #6  0x00007ffff2b9ff24 in ?? () from /usr/lib/libgconf-2.so.4
| #7  0x00007ffff2ba01b2 in gconf_activate_server () from 
/usr/lib/libgconf-2.so.4
| #8  0x00007ffff2baa0c4 in ?? () from /usr/lib/libgconf-2.so.4
| #9  0x00007ffff2baa59f in ?? () from /usr/lib/libgconf-2.so.4
| #10 0x00007ffff2baa8c1 in ?? () from /usr/lib/libgconf-2.so.4
| #11 0x00007ffff2bab154 in gconf_engine_notify_add () from 
/usr/lib/libgconf-2.so.4
| #12 0x00007ffff2bb2d15 in gconf_client_add_dir () from 
/usr/lib/libgconf-2.so.4
| #13 0x00000000004ed8ca in init_gconf (dpyinfo=0x10e9790) at xsettings.c:874
| #14 xsettings_initialize (dpyinfo=0x10e9790) at xsettings.c:947
| #15 0x00000000004c9687 in x_term_init (display_name=15602657, xrm_option=0x0, 
resource_name=0xee0de8 "emacs")
|     at xterm.c:10282
| #16 0x00000000004cb5e5 in Fx_open_connection (display=15602657, 
xrm_string=<value optimized out>, 
|     must_succeed=11946546) at xfns.c:4066
`----

strace tells me that emacs forks and tries to exec dbus-launch. The
warning message is printed right after dbus-launch finishes. I really
think this is another issue...

> Since you leave out gconf and rsvg, glib does not get linked in, so
> the problem dissapears.
>
> You should file a proper bug report so we can see how you configured
> your Emacs.  Also, what system do you run on?

This is happening on a 64 bit arch linux. I'll try to open a bug
report...

--
Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]