GNU bug report logs - #71965
30.0.60; '*nntpd** has no process' after left idle for a long time

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: epg@HIDDEN; dated Sat, 6 Jul 2024 02:34:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 71965 <at> debbugs.gnu.org:


Received: (at 71965) by debbugs.gnu.org; 20 Jul 2024 09:44:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Jul 20 05:44:26 2024
Received: from localhost ([127.0.0.1]:51752 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1sV6dd-00081m-P2
	for submit <at> debbugs.gnu.org; Sat, 20 Jul 2024 05:44:26 -0400
Received: from eggs.gnu.org ([209.51.188.92]:44812)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1sV6db-00081U-GH
 for 71965 <at> debbugs.gnu.org; Sat, 20 Jul 2024 05:44:24 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1sV6dV-0001tR-7y; Sat, 20 Jul 2024 05:44:17 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=LsaygdM6FYjHbFNFA5EtpUA7OlpV/yGhK23HsiX44/U=; b=ZJyZmLloZyUP
 Zg0lEQpEsyW/Dzu1Wh7Gv8l9jcSOGyF3y9TCTZCsjgiYJMxyirUoPmj/HiInjPWC1r68DX4BnmAEH
 6irtsIo7zyLFXl2rzeGH57NVDcQ8OfrtXtLF3E8AEk8Q33zCj82h0jRZGR2Vczyu3jGtI4gGcqAGE
 4jfmQ8uZA52z6CkKUfGUUviOlfo/7r7o7p4JmKDjuhz6h5IeNbRMgBkdCgNB8uI5MDqrjNtP1RWXe
 UD5iKAj6eCMbcmlOZsc4dRCr78RvEjQTdrYNMGVj/ibGkNI29Ti9xjZ25J9t3IJhTq4V3QwQ1M7zO
 ro52BN4hRtg30tw/dcPDEA==;
Date: Sat, 20 Jul 2024 12:44:13 +0300
Message-Id: <8634o4e6tu.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: eric@HIDDEN
In-Reply-To: <86o77b58kh.fsf@HIDDEN> (message from Eli Zaretskii on Sat, 06
 Jul 2024 09:38:22 +0300)
Subject: Re: bug#71965: 30.0.60;
 '*nntpd** has no process' after left idle for a long time
References: <87cynrdzc2.fsf@HIDDEN> <86o77b58kh.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 71965
Cc: 71965 <at> debbugs.gnu.org, epg@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Ping! Ping! Eric, can you please look into this?

> Cc: 71965 <at> debbugs.gnu.org
> Date: Sat, 06 Jul 2024 09:38:22 +0300
> From: Eli Zaretskii <eliz@HIDDEN>
> 
> > From: epg@HIDDEN
> > Date: Fri, 05 Jul 2024 21:33:01 -0500
> > 
> > I'm going to have a hard time reproducing this one.  I'm not
> > giving up, but I'm also reporting early in case someone can
> > figure it out before I can track it down.
> > 
> > GNUS is configured like so:
> > 
> > #+begin_src elisp
> > (setq gnus-select-method '(nnnil "")
> >       gnus-secondary-select-methods
> >       '(
> >         (nnimap "imap.fastmail.com"
> >                 (nnimap-stream ssl)
> >                 (nnimap-record-commands t)
> >                 )
> >         )
> >       )
> > #+end_src
> > 
> > What happened:
> > 
> > 1. Reading some mail; Summary and Article buffer open
> > 2. Walk away for a while; laptop falls asleep
> > 3. Wake it up and press 'q' to return to the *Group* buffer
> > 
> > Note that I've always left GNUS hanging like this, and probably
> > with laptops going to sleep for at least 20 years.  I think this
> > is a new post-29.x regression.
> > 
> > If anyone has any suggestions on how I can reproduce it more
> > quickly, that would be great :).
> > 
> > Thanks!
> > 
> > Expected results:
> > Back at the *Group* buffer.
> > 
> > Actual results:
> > Still in the Summary buffer, with this error shown for every time
> > I type 'q':
> > 
> > nnimap-send-command: Buffer  *nnimap imap.fastmail.com nil  *nntpd** has no process
> > 
> > Unfortunately I didn't think to check the debug log buffer until
> > after I pressed 'q' a lot of times and finally guessed that maybe
> > 'n' to fetch another message might wake things back up (it did).
> > But here's what I found when I finally looked:
> > 
> > #+begin_example
> > 19:39:31 [imap.fastmail.com] 610 UID FETCH 40517 BODY.PEEK[]
> > 19:55:57 [imap.fastmail.com] 611 NOOP
> > 19:55:57 [imap.fastmail.com] 612 NOOP
> > 21:10:18 [imap.fastmail.com] 613 NOOP
> > 21:10:18 [imap.fastmail.com] 614 NOOP
> > 21:10:26 [imap.fastmail.com] 615 SELECT "INBOX"
> > 21:10:26 [imap.fastmail.com] 616 EXPUNGE
> > 21:10:35 [imap.fastmail.com] 617 EXPUNGE
> > 21:11:25 [imap.fastmail.com] 618 EXPUNGE
> > 21:11:34 [imap.fastmail.com] 619 EXPUNGE
> > 21:14:35 [imap.fastmail.com] (inhibited)
> > 21:14:35 [imap.fastmail.com] 621 CAPABILITY
> > 21:14:35 [imap.fastmail.com] 622 ENABLE QRESYNC
> > 21:14:35 [imap.fastmail.com] 623 SELECT "INBOX"
> > 21:14:35 [imap.fastmail.com] 624 SELECT "INBOX"
> > 21:14:35 [imap.fastmail.com] 625 UID FETCH 40380 BODY.PEEK[]
> > 21:14:37 [imap.fastmail.com] 626 SELECT "INBOX"
> > 21:14:37 [imap.fastmail.com] 627 UID STORE 40380 +FLAGS.SILENT (\Seen)
> > 21:14:38 [imap.fastmail.com] 628 EXPUNGE
> > #+end_example
> 
> Thank you for your report.
> 
> Eric, can you please look into this?
> 
> 
> 
> 




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#71965; Package emacs. Full text available.

Message received at 71965 <at> debbugs.gnu.org:


Received: (at 71965) by debbugs.gnu.org; 6 Jul 2024 06:38:36 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Jul 06 02:38:36 2024
Received: from localhost ([127.0.0.1]:45438 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1sPz47-0000fr-LJ
	for submit <at> debbugs.gnu.org; Sat, 06 Jul 2024 02:38:36 -0400
Received: from eggs.gnu.org ([209.51.188.92]:54704)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1sPz45-0000fb-5Z
 for 71965 <at> debbugs.gnu.org; Sat, 06 Jul 2024 02:38:34 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1sPz3w-0000nl-6F; Sat, 06 Jul 2024 02:38:24 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=SXVuXwtjjtJZYXJumAKLYJUF6vx3hRwdWquaPd8XIQ8=; b=cGA5Fp4jH2P2
 Gx/xKWRXHEubwy5YUnZ8+ey3PDoC6XxoXh8K1zwBOyqIu8SzJBbYCgOrh6f5VHLVrjdIytg3J1yXo
 NF20L8Dl3nKJ7+myxAzA0C3D7PWr3/P7C00ZwKFvnpqNAcRdKdXsLiV3luKgjD5DVHok93LN0RPEE
 z/+7OqNfB4P48lcgdUQLAAlFEFluljMhX+bEJwH+qNRHEEcm+q+Ny8MUg380YLgBVz4Zf/G/mLYoL
 UPb0NGRWQK7KbAQZi1/DiAnOomK7EL3f3qrxjqrGzLFbkj/GUHDc8iL+0syvJ+Ui4PiTbr1hQwsIx
 2zxil06AqMQYPtQ9C5w2dA==;
Date: Sat, 06 Jul 2024 09:38:22 +0300
Message-Id: <86o77b58kh.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: epg@HIDDEN, Eric Abrahamsen <eric@HIDDEN>
In-Reply-To: <87cynrdzc2.fsf@HIDDEN> (epg@HIDDEN)
Subject: Re: bug#71965: 30.0.60;
 '*nntpd** has no process' after left idle for a long time
References: <87cynrdzc2.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 71965
Cc: 71965 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> From: epg@HIDDEN
> Date: Fri, 05 Jul 2024 21:33:01 -0500
> 
> I'm going to have a hard time reproducing this one.  I'm not
> giving up, but I'm also reporting early in case someone can
> figure it out before I can track it down.
> 
> GNUS is configured like so:
> 
> #+begin_src elisp
> (setq gnus-select-method '(nnnil "")
>       gnus-secondary-select-methods
>       '(
>         (nnimap "imap.fastmail.com"
>                 (nnimap-stream ssl)
>                 (nnimap-record-commands t)
>                 )
>         )
>       )
> #+end_src
> 
> What happened:
> 
> 1. Reading some mail; Summary and Article buffer open
> 2. Walk away for a while; laptop falls asleep
> 3. Wake it up and press 'q' to return to the *Group* buffer
> 
> Note that I've always left GNUS hanging like this, and probably
> with laptops going to sleep for at least 20 years.  I think this
> is a new post-29.x regression.
> 
> If anyone has any suggestions on how I can reproduce it more
> quickly, that would be great :).
> 
> Thanks!
> 
> Expected results:
> Back at the *Group* buffer.
> 
> Actual results:
> Still in the Summary buffer, with this error shown for every time
> I type 'q':
> 
> nnimap-send-command: Buffer  *nnimap imap.fastmail.com nil  *nntpd** has no process
> 
> Unfortunately I didn't think to check the debug log buffer until
> after I pressed 'q' a lot of times and finally guessed that maybe
> 'n' to fetch another message might wake things back up (it did).
> But here's what I found when I finally looked:
> 
> #+begin_example
> 19:39:31 [imap.fastmail.com] 610 UID FETCH 40517 BODY.PEEK[]
> 19:55:57 [imap.fastmail.com] 611 NOOP
> 19:55:57 [imap.fastmail.com] 612 NOOP
> 21:10:18 [imap.fastmail.com] 613 NOOP
> 21:10:18 [imap.fastmail.com] 614 NOOP
> 21:10:26 [imap.fastmail.com] 615 SELECT "INBOX"
> 21:10:26 [imap.fastmail.com] 616 EXPUNGE
> 21:10:35 [imap.fastmail.com] 617 EXPUNGE
> 21:11:25 [imap.fastmail.com] 618 EXPUNGE
> 21:11:34 [imap.fastmail.com] 619 EXPUNGE
> 21:14:35 [imap.fastmail.com] (inhibited)
> 21:14:35 [imap.fastmail.com] 621 CAPABILITY
> 21:14:35 [imap.fastmail.com] 622 ENABLE QRESYNC
> 21:14:35 [imap.fastmail.com] 623 SELECT "INBOX"
> 21:14:35 [imap.fastmail.com] 624 SELECT "INBOX"
> 21:14:35 [imap.fastmail.com] 625 UID FETCH 40380 BODY.PEEK[]
> 21:14:37 [imap.fastmail.com] 626 SELECT "INBOX"
> 21:14:37 [imap.fastmail.com] 627 UID STORE 40380 +FLAGS.SILENT (\Seen)
> 21:14:38 [imap.fastmail.com] 628 EXPUNGE
> #+end_example

Thank you for your report.

Eric, can you please look into this?




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#71965; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 6 Jul 2024 02:33:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 05 22:33:17 2024
Received: from localhost ([127.0.0.1]:45316 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1sPvEj-0007CU-2s
	for submit <at> debbugs.gnu.org; Fri, 05 Jul 2024 22:33:17 -0400
Received: from lists.gnu.org ([209.51.188.17]:56370)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <epg@HIDDEN>) id 1sPvEg-0007CL-PR
 for submit <at> debbugs.gnu.org; Fri, 05 Jul 2024 22:33:15 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <epg@HIDDEN>)
 id 1sPvEd-0005hh-2Z
 for bug-gnu-emacs@HIDDEN; Fri, 05 Jul 2024 22:33:11 -0400
Received: from fout6-smtp.messagingengine.com ([103.168.172.149])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <epg@HIDDEN>)
 id 1sPvEZ-00012J-5z
 for bug-gnu-emacs@HIDDEN; Fri, 05 Jul 2024 22:33:10 -0400
Received: from compute2.internal (compute2.nyi.internal [10.202.2.46])
 by mailfout.nyi.internal (Postfix) with ESMTP id 53B341380616
 for <bug-gnu-emacs@HIDDEN>; Fri,  5 Jul 2024 22:33:04 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute2.internal (MEProxy); Fri, 05 Jul 2024 22:33:04 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pretzelnet.org;
 h=cc:content-type:content-type:date:date:from:from:in-reply-to
 :message-id:mime-version:reply-to:subject:subject:to:to; s=fm3;
 t=1720233184; x=1720319584; bh=FvukqCpkRSHpeCfKMo22sUsdRE8iGHfS
 pGW554U2OkE=; b=KzPjjNcbSPoNFfsfBZjqrU09HZQenbE77lNlumfMi8REFV1Z
 MOUZbO37kHdmF02L1fVBa98DEuNWK4jOkwPmSg21OgxdoaVxqGkME8A8H7dXexAg
 5N+Q9RjMkOjTPScWgAPY4yoNzvUE0wYmjXwLuCj/+UOGnCI/snwCh6+DdkvxobO4
 54/RJfRg37GIhoMwRx6rJVYKpQZCBxpTrCsnUFd09UBHPdhrk3d81Pex047JxriY
 3vUqtneOB4u+KCpGyjcjCE9gHY974lGIQzcfTFRcHdKLZPjyMNPRk/rKNFUwOs/C
 kiir52l656IHeG0IoJH9Vavzleidv/S9LtiAwQ==
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-type:content-type:date:date
 :feedback-id:feedback-id:from:from:in-reply-to:message-id
 :mime-version:reply-to:subject:subject:to:to:x-me-proxy
 :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=
 1720233184; x=1720319584; bh=FvukqCpkRSHpeCfKMo22sUsdRE8iGHfSpGW
 554U2OkE=; b=SrOO+eoY/N8i2wI2IZxSbKR7z3iJq3EHa45CoEtXM/OROfePoyQ
 zaiqNmq2uthIOzByOXvXKcXmWx2VAH2lyi7s62WA9onZ6eGVCCGvjcucXlI+jHed
 glmB5GBVIz3O3Euis2N3X+j2e1j1pbqcfMAzD8BPOkUh9q9JEop5Ox9VtlBxfgGb
 8ihcCmN/2xd1YEZCY7RivOIBB2flsPFffW3pK/ti+ETt2qkMJ3djJtXYIO7tPVp7
 Oic8WtU7wt/Vzz9FfHp3/an0e16GJGjA8M9/Qp5TLHzxNSEdjexdIsAx/WWaOt9K
 TrWun2kvlEdaQfIO+pLB3/8EYm/9w8le9vA==
X-ME-Sender: <xms:36yIZrwPh8j1O_BD00iPF5qrLGK3H4sU6tQthBxY3KBOZd-9TFmzHg>
 <xme:36yIZjS36orXpM3dKH6w2dSyiQ1hzEl5vwQeuE2zRWv4T0t7C5C5PiR7YOK2aupxl
 K7UY_biddY7id8A2Zk>
X-ME-Received: <xmr:36yIZlUR2fnu21za9g7Jou9QFvvwGi53EHfDV5eXvvSeEd-ryBb4itYGlf6Qqvud6zqaZnG_p27KNavmUe9SVveYl7S38KK80NOphZycbj65>
X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrvddvgdehlecutefuodetggdotefrodftvf
 curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu
 uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgfgggtsehttdertddtre
 dtnecuhfhrohhmpegvphhgsehprhgvthiivghlnhgvthdrohhrghenucggtffrrghtthgv
 rhhnpeeihfekteeikeduiefhhffhffevheetudeiheffjeegheehtdekfefgvdduffehgf
 enucffohhmrghinhepfhgrshhtmhgrihhlrdgtohhmnecuvehluhhsthgvrhfuihiivgep
 tdenucfrrghrrghmpehmrghilhhfrhhomhepvghpghesphhrvghtiigvlhhnvghtrdhorh
 hg
X-ME-Proxy: <xmx:4KyIZlgrPlwhvAAvmy2gcEFMvTjfXPukyWlYyhqZWHMThYgfFwwv4w>
 <xmx:4KyIZtBIzaJWAqlAmDWoTeDMhuq1j5n8HRU-5bX_vJcPSfDOfr4NAA>
 <xmx:4KyIZuJ8ecF2V3O3OXPs7fYEdDbjOPKQI8An_9fvLqUFiaXGdfIqsQ>
 <xmx:4KyIZsDJ4hUdXtAxdpEtjFAVs1-nX6jKwy8w5A8eofeDgyLMa56K5A>
 <xmx:4KyIZq5J_ofAHp2bWUfCIyJxWdxow3U0ML6tVsYi3btJcfME_ZohlYUE>
Feedback-ID: i58794908:Fastmail
Received: by mail.messagingengine.com (Postfix) with ESMTPA for
 <bug-gnu-emacs@HIDDEN>; Fri, 5 Jul 2024 22:33:03 -0400 (EDT)
From: epg@HIDDEN
To: bug-gnu-emacs@HIDDEN
Subject: 30.0.60; '*nntpd** has no process' after left idle for a long time
X-Debbugs-Cc: 
Date: Fri, 05 Jul 2024 21:33:01 -0500
Message-ID: <87cynrdzc2.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=103.168.172.149; envelope-from=epg@HIDDEN;
 helo=fout6-smtp.messagingengine.com
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.6 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.6 (--)


II
I'm going to have a hard time reproducing this one.  I'm not
giving up, but I'm also reporting early in case someone can
figure it out before I can track it down.

GNUS is configured like so:

#+begin_src elisp
(setq gnus-select-method '(nnnil "")
      gnus-secondary-select-methods
      '(
        (nnimap "imap.fastmail.com"
                (nnimap-stream ssl)
                (nnimap-record-commands t)
                )
        )
      )
#+end_src

What happened:

1. Reading some mail; Summary and Article buffer open
2. Walk away for a while; laptop falls asleep
3. Wake it up and press 'q' to return to the *Group* buffer

Note that I've always left GNUS hanging like this, and probably
with laptops going to sleep for at least 20 years.  I think this
is a new post-29.x regression.

If anyone has any suggestions on how I can reproduce it more
quickly, that would be great :).

Thanks!

Expected results:
Back at the *Group* buffer.

Actual results:
Still in the Summary buffer, with this error shown for every time
I type 'q':

nnimap-send-command: Buffer  *nnimap imap.fastmail.com nil  *nntpd** has no process

Unfortunately I didn't think to check the debug log buffer until
after I pressed 'q' a lot of times and finally guessed that maybe
'n' to fetch another message might wake things back up (it did).
But here's what I found when I finally looked:

#+begin_example
19:39:31 [imap.fastmail.com] 610 UID FETCH 40517 BODY.PEEK[]
19:55:57 [imap.fastmail.com] 611 NOOP
19:55:57 [imap.fastmail.com] 612 NOOP
21:10:18 [imap.fastmail.com] 613 NOOP
21:10:18 [imap.fastmail.com] 614 NOOP
21:10:26 [imap.fastmail.com] 615 SELECT "INBOX"
21:10:26 [imap.fastmail.com] 616 EXPUNGE
21:10:35 [imap.fastmail.com] 617 EXPUNGE
21:11:25 [imap.fastmail.com] 618 EXPUNGE
21:11:34 [imap.fastmail.com] 619 EXPUNGE
21:14:35 [imap.fastmail.com] (inhibited)
21:14:35 [imap.fastmail.com] 621 CAPABILITY
21:14:35 [imap.fastmail.com] 622 ENABLE QRESYNC
21:14:35 [imap.fastmail.com] 623 SELECT "INBOX"
21:14:35 [imap.fastmail.com] 624 SELECT "INBOX"
21:14:35 [imap.fastmail.com] 625 UID FETCH 40380 BODY.PEEK[]
21:14:37 [imap.fastmail.com] 626 SELECT "INBOX"
21:14:37 [imap.fastmail.com] 627 UID STORE 40380 +FLAGS.SILENT (\Seen)
21:14:38 [imap.fastmail.com] 628 EXPUNGE
#+end_example





In GNU Emacs 30.0.60 (build 3, x86_64-pc-linux-gnu, X toolkit,
 cairo version 1.18.0) of 2024-06-27 built on dogato
Repository revision: c477443ab80a087a94c357f3fe5fd62c97e6f6ab
Repository branch: emacs-30
Windowing system distributor 'The X.Org Foundation', version 11.0.12101012
System Description: openSUSE Tumbleweed

Configured using:
 'configure -C --prefix=/opt/emacs-30.0.60.2.c477443ab80
 --disable-silent-rules --with-x-toolkit=athena --without-sqlite3
 --without-lcms2 --without-libsystemd --without-imagemagick
 --with-json --with-tree-sitter --without-xft --without-libotf
 --without-toolkit-scroll-bars --without-xaw3d --without-gpm
 --without-dbus --without-gconf --without-gsettings
 --without-selinux --without-compress-install --with-x'

Configured features:
CAIRO FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG LIBXML2 MODULES
NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF
TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM LUCID ZLIB

Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix

Major mode: Group

Minor modes in effect:
  server-mode: t
  gnus-undo-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  line-number-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow emacsbug grep dired-aux ffap files-x shell pcomplete
log-edit add-log cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs doc-view jka-compr
image-mode exif vc-cvs vc-rcs log-view pcvs-util vc-dir vc server
mule-util url-http url-gw url-auth eww xdg mm-url cl-extra sort
gnus-cite shr-color color mm-archive mail-extr textsec
uni-scripts idna-mapping ucs-normalize uni-confusable
textsec-check gnus-bcklg gnus-async misearch multi-isearch qp
gnus-ml disp-table nndraft nnmh utf-7 network-stream nsm nnfolder
nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual
gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls
dig nntp gnus-cache gnus-sum gnus-group gnus-undo gnus-start
gnus-dbus dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo
parse-time iso8601 gnus-spec gnus-int gnus-range gnus-win gnus
nnheader range elfeed-show elfeed-search wid-edit bookmark
message sendmail yank-media dired dired-loaddefs rfc822 mml
mml-sec epa epg rfc6068 epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr mailabbrev mail-utils gmm-utils mailheader shr
pixel-fill kinsoku puny svg dom elfeed-csv elfeed elfeed-curl
elfeed-log elfeed-db elfeed-lib time-date avl-tree generator
url-queue url-file browse-url xml-query xml rust-utils rust-mode
derived rust-rustfmt rust-playpen rust-compile rust-cargo eglot
external-completion jsonrpc xref flymake thingatpt project compat
diff ert pp ewoc debug backtrace help-mode find-func filenotify
warnings compile text-property-search imenu ob-sql ob ob-tangle
ol org-src sh-script rx smie treesit executable ob-ref ob-lob
ob-table ob-exp ob-comint comint ansi-osc ansi-color ring ob-core
org-cycle org-fold org-fold-core ob-eval org-keys oc org-compat
org-macs format-spec pcase vc-git diff-mode track-changes
easy-mmode vc-dispatcher url-cache url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf mailcap url-util url-parse auth-source cl-seq eieio
eieio-core cl-macs icons cl-loaddefs cl-lib password-cache json
subr-x map byte-opt gv bytecomp byte-compile url-vars rmc
iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win
term/common-win x-dnd touch-screen tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow
isearch easymenu timer select scroll-bar mouse jit-lock font-lock
syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese
eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite emoji-zwj charscript
charprop case-table epa-hook jka-cmpr-hook help abbrev obarray
oclosure cl-preloaded button loaddefs theme-loaddefs faces
cus-face macroexp files window text-properties overlay sha1 md5
base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads inotify
dynamic-setting font-render-setting cairo x-toolkit xinput2 x
multi-tty move-toolbar make-network-process emacs)

Memory information:
((conses 16 558744 95181) (symbols 48 40676 20) (strings 32 118574 7565)
 (string-bytes 1 2790760) (vectors 16 70930) (vector-slots 8 895051 71720)
 (floats 8 436 8209) (intervals 56 9511 1222) (buffers 992 45))

-- 
Eric Gillespie  <*>  epg@HIDDEN




Acknowledgement sent to epg@HIDDEN:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#71965; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 20 Jul 2024 10:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.