From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#45277: D-Bus crashes and DND errors Date: Tue, 29 Dec 2020 11:31:46 +0200 Organization: LINKOV.NET Message-ID: <87mtxxnf11.fsf@mail.linkov.net> References: <87zh2dijdl.fsf@mail.linkov.net> <874kkkz3a9.fsf@gmx.de> <87lfdwhzek.fsf@mail.linkov.net> <87pn37xvkv.fsf@gmx.de> <877dpcp9yg.fsf@mail.linkov.net> <87k0tc9qkx.fsf@gmx.de> <87r1narllw.fsf@mail.linkov.net> <87lfdhyg0u.fsf@gmx.de> <874kk5lrdi.fsf@mail.linkov.net> <87a6txxbj6.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26612"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 45277@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 29 10:47:26 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kuBbB-0006oq-J2 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 29 Dec 2020 10:47:25 +0100 Original-Received: from localhost ([::1]:44078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuBbA-0007pS-Ik for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 29 Dec 2020 04:47:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuBao-0007o5-2I for bug-gnu-emacs@gnu.org; Tue, 29 Dec 2020 04:47:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54299) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kuBan-0001f9-QR for bug-gnu-emacs@gnu.org; Tue, 29 Dec 2020 04:47:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kuBan-0003wo-NS for bug-gnu-emacs@gnu.org; Tue, 29 Dec 2020 04:47:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Dec 2020 09:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45277 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 45277-submit@debbugs.gnu.org id=B45277.160923521715163 (code B ref 45277); Tue, 29 Dec 2020 09:47:01 +0000 Original-Received: (at 45277) by debbugs.gnu.org; 29 Dec 2020 09:46:57 +0000 Original-Received: from localhost ([127.0.0.1]:37612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuBaj-0003wV-5Z for submit@debbugs.gnu.org; Tue, 29 Dec 2020 04:46:57 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:32963) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuBah-0003wF-II for 45277@debbugs.gnu.org; Tue, 29 Dec 2020 04:46:56 -0500 X-Originating-IP: 91.129.99.98 Original-Received: from mail.gandi.net (m91-129-99-98.cust.tele2.ee [91.129.99.98]) (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 6271920004; Tue, 29 Dec 2020 09:46:47 +0000 (UTC) In-Reply-To: <87a6txxbj6.fsf@gmx.de> (Michael Albinus's message of "Tue, 29 Dec 2020 09:27:09 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:196920 Archived-At: >>> In your local git checkout, what are the timestamps of termhooks.h, >>> dbusbind.c and dbusbind.o? >> >> The timestamp of termhooks.h is the same as when BUFFER_SWITCH_EVENT >> was removed 2020-12-12. But the timestamp of dbusbind.c and dbusbind.o >> is the same 2020-12-28. All .o files are also 2020-12-28. > > Strange. Is there something special with the timestamp of globals.h? > Or do you have some special setup, like out-of-tree compilation? Nothing special. globals.h is 2020-12-28 too, and no out-of-tree compilation. Before making bootstrap (that I believe should fix this problem again), I could try more debugging.