From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21313: 25.0.50; Strange errors from dbus-handle-event Date: Fri, 11 Sep 2015 15:39:05 +0300 Message-ID: <831te53zbq.fsf@gnu.org> References: <877foo4nkd.fsf@gnu.org> <87wpvzs4r3.fsf@gnu.org> <87bnd9cf7g.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441975227 13904 80.91.229.3 (11 Sep 2015 12:40:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Sep 2015 12:40:27 +0000 (UTC) Cc: 21313@debbugs.gnu.org To: Tassilo Horn Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 11 14:40:18 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ZaNci-0006mk-Vp for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Sep 2015 14:40:13 +0200 Original-Received: from localhost ([::1]:56095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaNci-00050X-K1 for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Sep 2015 08:40:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaNcf-0004yq-G6 for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2015 08:40:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaNca-0000Yy-DP for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2015 08:40:09 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:35805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaNca-0000Yk-A8 for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2015 08:40:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZaNcZ-0006jf-NW for bug-gnu-emacs@gnu.org; Fri, 11 Sep 2015 08:40:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Sep 2015 12:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21313 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21313-submit@debbugs.gnu.org id=B21313.144197519525873 (code B ref 21313); Fri, 11 Sep 2015 12:40:03 +0000 Original-Received: (at 21313) by debbugs.gnu.org; 11 Sep 2015 12:39:55 +0000 Original-Received: from localhost ([127.0.0.1]:56248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZaNcQ-0006jF-Up for submit@debbugs.gnu.org; Fri, 11 Sep 2015 08:39:55 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:54872) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZaNcO-0006j2-7U for 21313@debbugs.gnu.org; Fri, 11 Sep 2015 08:39:52 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NUI00F00IRWGO00@a-mtaout22.012.net.il> for 21313@debbugs.gnu.org; Fri, 11 Sep 2015 15:39:12 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUI00FZ3J5CBV20@a-mtaout22.012.net.il>; Fri, 11 Sep 2015 15:39:12 +0300 (IDT) In-reply-to: <87bnd9cf7g.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:106413 Archived-At: > From: Tassilo Horn > Date: Fri, 11 Sep 2015 14:28:51 +0200 > > Just now, I had three other strange errors during killing in > message-mode. The first two were about errors in > `file-notify-handle-event' which was called with something wrong. With > the first error, it received a buffer (!) instead of an event, with the > second error I think it received something else which I can't remember. > At least it hasn't been a file-notification event. I think this is the same problem as the one fixed in bug #21337, except that the cause for the problem is different: where it was GnuTLS in that bug, it's something else in yours. So I suggest to read the description of the root cause posted by Robert Pluim in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21337#31, and then look for something very similar, but involving other sources of input events, perhaps D-Bus. The symptoms you describe exactly match what he explained there.