all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Daniel Colascione <dancol@dancol.org>
Cc: "Peter Münster" <pmlists@free.fr>, emacs-devel@gnu.org
Subject: Re: trunk r116499: Improve dbus error handling; detect bus failure
Date: Mon, 24 Feb 2014 14:09:03 +0100	[thread overview]
Message-ID: <87zjlgejyo.fsf@gmx.de> (raw)
In-Reply-To: <530B4022.5000007@dancol.org> (Daniel Colascione's message of "Mon, 24 Feb 2014 04:50:42 -0800")

Daniel Colascione <dancol@dancol.org> writes:

> On 02/24/2014 03:45 AM, Peter Münster wrote:
>> Perhaps related to the latest dbus-changes:
>>
>> With latest emacs-trunk (r116544), emacs hangs often for about 20s after
>> calling `notifications-notify'. After the hang, this message appears:
>> `dbus-error: "call timed out"'
>>
>> No problem with r116286.
>
> It works for me. Do you have a repro?

I could reproduce it occasionally, not 100%. Run "emacs -Q". Eval:

(require 'dbus)
(setq dbus-debug t)
(dbus-register-method :session "a.b" "/a/b" "a.b" "c" 'ignore)

It times out after 25". The backtrace is

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (dbus-error "call timed out")
  signal(dbus-error ("call timed out"))
  byte-code(...)
  dbus-list-names(:session)
  dbus-register-method(:session "a.b" "/a/b" "a.b" "c" ignore)
  eval((dbus-register-method :session "a.b" "/a/b" "a.b" "c" (quote ignore)) nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)
--8<---------------cut here---------------end--------------->8---

*Messages* contains the traces.

Best regards, Michael.



  parent reply	other threads:[~2014-02-24 13:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1WGhnF-0006bq-Ma@vcs.savannah.gnu.org>
2014-02-24  8:18 ` trunk r116499: Improve dbus error handling; detect bus failure Michael Albinus
2014-02-24  8:24   ` Daniel Colascione
2014-02-24  8:54     ` Michael Albinus
2014-02-24 11:45       ` Peter Münster
2014-02-24 12:50         ` Daniel Colascione
2014-02-24 12:59           ` Daniel Colascione
2014-02-24 13:09           ` Michael Albinus [this message]
2014-02-24 13:14             ` Michael Albinus
2014-02-24 13:48               ` Daniel Colascione
2014-02-24 14:25                 ` Michael Albinus
2014-02-24 18:52                   ` Peter Münster

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=87zjlgejyo.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    --cc=pmlists@free.fr \
    /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.