GNU bug report logs -
#45855
28.0.50; gnus does not start if one of the nntp backend fails to authenticate
Previous Next
Reported by: Alexandre Duret-Lutz <adl <at> lrde.epita.fr>
Date: Thu, 14 Jan 2021 11:10:02 UTC
Severity: normal
Tags: fixed, moreinfo
Found in version 28.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Alexandre Duret-Lutz <adl <at> lrde.epita.fr> writes:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> So I'm unable to reproduce this problem. Does (setq debug-on-error t)
>> give you a backtrace?
>
> Here:
>
> Debugger entered--Lisp error: (nntp-authinfo-rejected . "Password rejected")
> signal(nntp-authinfo-rejected "Password rejected")
Thanks. This error was signalled from a different part of nntp.el than
when I tested with my setup, but using yours, I was able to reproduce
it easily enough.
This should now be fixed in Emacs 28. The problem seems to be that we
have a special `nntp-authinfo-rejected' error condition that sounds like
it should be used here, but it shouldn't, because that'll make Gnus
startup totally fail, as you say. Looking at when the error condition
was introduced (in 2015), it was meant for a different case:
* lisp/gnus/nntp.el (nntp-end-of-line): Doc fix.
(nntp-authinfo-rejected): New error condition.
(nntp-wait-for): Use new error condition to signal authentication
error.
(nntp-retrieve-data): Rethrow new error condition to break out of
recursive call to nntp-send-authinfo.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.