all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Schmitt <ralf@systemexit.de>
To: emacs-devel@gnu.org
Subject: Re: tramp does not work when using athena
Date: Fri, 22 Jul 2011 11:31:23 +0200	[thread overview]
Message-ID: <87y5zqirv8.fsf@muni.brainbot.com> (raw)
In-Reply-To: 4E293A1D.9030803@swipnet.se

Jan Djärv <jan.h.d@swipnet.se> 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	other threads:[~2011-07-22  9:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23 11:34 tramp does not work when using athena Ralf Schmitt
2011-06-23 13:24 ` Michael Albinus
2011-06-23 20:40   ` Ralf Schmitt
2011-06-26  7:26     ` Michael Albinus
2011-06-27  8:15       ` Ralf Schmitt
2011-06-27  8:26         ` Ralf Schmitt
2011-06-27 20:34           ` Jan Djärv
2011-06-27 20:53             ` Michael Albinus
2011-07-16 15:06               ` David Engster
2011-07-18  8:31                 ` Ralf Schmitt
2011-07-22  8:51                   ` Jan Djärv
2011-07-22  9:31                     ` Ralf Schmitt [this message]
2011-07-22  9:42                       ` David Engster
2011-07-22 18:07                       ` Ralf Schmitt
2011-07-18 20:50                 ` Michael Albinus
2011-07-21 20:08                   ` David Engster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y5zqirv8.fsf@muni.brainbot.com \
    --to=ralf@systemexit.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.