From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: trunk r116499: Improve dbus error handling; detect bus failure Date: Mon, 24 Feb 2014 04:59:08 -0800 Message-ID: <530B421C.1060901@dancol.org> References: <87ha7ogbz8.fsf@gmx.de> <530B01C3.5010209@dancol.org> <878ut0gaay.fsf@gmx.de> <8761o4ivj3.fsf@micropit.couberia.selfip.net> <530B4022.5000007@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1393246757 11370 80.91.229.3 (24 Feb 2014 12:59:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2014 12:59:17 +0000 (UTC) To: =?ISO-8859-1?Q?Peter_M=FCnster?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 24 13:59:25 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WHv81-0005ay-K0 for ged-emacs-devel@m.gmane.org; Mon, 24 Feb 2014 13:59:25 +0100 Original-Received: from localhost ([::1]:57392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHv81-0005UH-Bf for ged-emacs-devel@m.gmane.org; Mon, 24 Feb 2014 07:59:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHv7t-0005TR-Pq for emacs-devel@gnu.org; Mon, 24 Feb 2014 07:59:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHv7n-0000tc-La for emacs-devel@gnu.org; Mon, 24 Feb 2014 07:59:17 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:44387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHv7n-0000rM-BQ for emacs-devel@gnu.org; Mon, 24 Feb 2014 07:59:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=OIBM5rcsWT0YWIxrGbkHSgI7Z6KYIf2KF5qLxl3EsNM=; b=bSP0iQS1f+Cd6493VfPTBlZEDqFQQwWXlbBLCgHzZ/C7tt8w5HS82FaXzVu8ua0tCP3f8SYpT9rNrknT87qhEnQeA8YJZUIbrWWewyTov9pIbtQw/yC5w4t/vT3+H3gaGhTivW7JyLFFc+STBuLpsr8wMT8dznzCXR0o1e0PYQHFnr2Uj65QUuCBWiWdpOoX/F1iHYZ54KydytIgXAcp2hlsagIav33fxPQHz8gFeVGaBvTeGVPfs9R48WZjZclsqAqc4kxuxyWZW1QGLGNPSJ5NFa9pdY+VI8oEriIjQsKQNhpqQuWjNKpeP6WYFfR/cT6cPp/GV0VJlIl4XMTR/g==; Original-Received: from c-76-104-210-106.hsd1.wa.comcast.net ([76.104.210.106] helo=[192.168.1.50]) by dancol.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1WHv7l-0002ps-Cm; Mon, 24 Feb 2014 04:59:09 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: <530B4022.5000007@dancol.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169833 Archived-At: On 02/24/2014 04:50 AM, Daniel Colascione wrote: > 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? Also, just a hunch: is dbus-event-error-functions empty? I think Michael is right about needing to handle error notifications explicitly instead of going through the hook.