GNU bug report logs -
#16161
24.3.50; gnutls connections from Gnus no longer work after r115526
Previous Next
Reported by: Nix <nix <at> esperi.org.uk>
Date: Mon, 16 Dec 2013 12:35:02 UTC
Severity: normal
Merged with 16166
Found in version 24.3.50
Done: Ted Zlatanov <tzz <at> lifelogs.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 16161 <at> debbugs.gnu.org (full text, mbox):
On 16 Dec 2013, nix <at> esperi.org.uk stated:
> You are told 'cannot open server due to (wrong-type-argument listp
> nil))'. Editing out the condition-case in gnus-open-server reveals the
> backtrace below. I suspect the problem is the CHECK_LIST_CONS() in
> gnutls-boot, which demands that verify-error is a cons, thus non-nil,
> but I'm too unfamiliar with the code to be sure. I'll try diking it out
> and see what happens.
Indeed it is, but this is not Ted's fault, it's Paul's. Reverting
revno: 115532
committer: Paul Eggert <eggert <at> cs.ucla.edu>
branch nick: trunk
timestamp: Sat 2013-12-14 20:20:53 -0800
message:
Use bool for boolean (GLYPH_DEBUG case).
* xdisp.c (trace_redisplay_p) [GLYPH_DEBUG]:
Use bool for boolean.
* dispextern.h (IF_DEBUG): Properly parenthesize and convert to void.
Args must now be expressions; all callers changed.
fixes it (and brings back the error message dropped by this change).
Don't forget that (listp nil) -> t... CHECK_LIST_CONS doesn't work like
that at all.
--
NULL && (void)
This bug report was last modified 11 years and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.