From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#46116: Acknowledgement (28.0.50; Ticking articles fails on Emacs 28 pgtk build) Date: Thu, 28 Jan 2021 07:58:16 +0000 Message-ID: References: <87k0rzd46g.fsf@meer.lwn.net> <20210126150026.4d5e0e96@lwn.net> <20210127105427.73ba70a2@lwn.net> <20210127145702.5dc036e0@lwn.net> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23613"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 46116@debbugs.gnu.org To: Jonathan Corbet Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 28 08:59:33 2021 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 1l52DE-00062x-QI for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 08:59:32 +0100 Original-Received: from localhost ([::1]:49608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l52DD-0000yZ-Mh for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 28 Jan 2021 02:59:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50480) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l52Cj-0000yR-VR for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 02:59:01 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35525) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l52Cj-0005i5-O3 for bug-gnu-emacs@gnu.org; Thu, 28 Jan 2021 02:59:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l52Cj-0004nL-JU; Thu, 28 Jan 2021 02:59:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Thu, 28 Jan 2021 07:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46116 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 46116-submit@debbugs.gnu.org id=B46116.161182070118383 (code B ref 46116); Thu, 28 Jan 2021 07:59:01 +0000 Original-Received: (at 46116) by debbugs.gnu.org; 28 Jan 2021 07:58:21 +0000 Original-Received: from localhost ([127.0.0.1]:47070 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l52C5-0004mR-90 for submit@debbugs.gnu.org; Thu, 28 Jan 2021 02:58:21 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:45820 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l52C3-0004mI-8T for 46116@debbugs.gnu.org; Thu, 28 Jan 2021 02:58:19 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1l52C0-0001iF-TZ; Thu, 28 Jan 2021 07:58:16 +0000 In-Reply-To: <20210127145702.5dc036e0@lwn.net> (Jonathan Corbet's message of "Wed, 27 Jan 2021 14:57:02 -0700") 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:198764 Archived-At: Jonathan Corbet writes: > On Wed, 27 Jan 2021 20:37:50 +0000 > Andrea Corallo wrote: > >> > Trying to determine that was how I found the workaround - putting in a >> > (message) call made the problem go away. The call, though, is from >> > gnus-summary-mark-article: >> >> Perhaps you can put the print just before the call instead of inside, >> this will not effect the function we are interested. >> >> >> (when (gnus-summary-goto-subject article nil t) > > Indeed, I did that before when I reported that "article" is an integer > article number. > >> Do we have a self contained reproducer I can look into? > > I wish. In an attempt to get there I've gone from the Fedora build to a > build from the feature/native-comp branch. Is Fedora buidling native-comp? > Naturally, the problem doesn't > manifest itself there. Perhaps this is just more up-to date? > This seems like a real heisenbug, but it is also > possible that we're seeing something wrong with the Fedora build. It may > be best to let this slide until such a time as I can reproduce it more > reliably. Okay > Sorry if I've wasted your time... No problem, thanks for reporting and investigating the issue! If this does not show up from source I guess we might close this bug? We can always reopen in case. WDYT? Regards Andrea