bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51934: 28.0.60; gnus-summary-delete-article will hang emacs if nnima


From: Lars Ingebrigtsen
Subject: bug#51934: 28.0.60; gnus-summary-delete-article will hang emacs if nnimap expunge to NO
Date: Thu, 18 Nov 2021 12:04:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

"Feng Shu" <tumashu@163.com> writes:

>>>    651 NO System busy!
>>>      NO System busy!
>>>
>>>    Process *nnimap* deleted
>>
>> Can you (setq debug-on-quit t) and `C-g' when it hangs?  Post the
>> resulting backtrace.
>
> Debugger entered: ("Quit")
>   nnimap-wait-for-response(296)
>   nnimap-get-response(296)
>   nnimap-command("UID EXPUNGE %s" "842,845")

>>>    651 NO System busy!
>>>      NO System busy!

Hm...  I think the problem here is that the output from the IMAP server
is buggy.  nnimap is waiting for this line:

651 NO System busy!

but the server has appended

  NO System busy!

to the end of the buffer, so it's not finding that line.  What IMAP
server softward is this with?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]