GNU bug report logs - #16166
24.3.50; can't use news.gmane.org with gnus and gnutls since r115532

Previous Next

Package: emacs;

Reported by: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>

Date: Mon, 16 Dec 2013 16:20:02 UTC

Severity: normal

Merged with 16161

Found in version 24.3.50

Done: Ted Zlatanov <tzz <at> lifelogs.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16166 in the body.
You can then email your comments to 16166 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16166; Package emacs. (Mon, 16 Dec 2013 16:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Richard <theonewiththeevillook <at> yahoo.fr>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 16 Dec 2013 16:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; can't use news.gmane.org with gnus and gnutls since r115532
Date: Mon, 16 Dec 2013 17:19:23 +0100
hello,

Recipe:
./emacs -Q --batch --eval '(setq gnus-select-method (quote (nntp "news.gmane.org")))' --eval '(gnus)'

Result:
>>> (wrong-type-argument listp nil)
nntp (news.gmane.org) open error: '>>> (wrong-type-argument listp nil)'.  Continue? (y or n)

Additionnaly, it took me some time to figure out how to obtain a
backtrace, but it worked by evaluting these from -Q:

;; first try opening gnus, to autoload stuff
(let ((gnus-select-method '(nntp "news.gmane.org")))
  (gnus nil t))
;; then get the backtrace
(let ((gnus-opened-servers) ; forget that it just failed
      (debug-on-signal t)) ; force entering debugger
  (gnus-open-server (list 'nntp "news.gmane.org")))

the backtrace then is (byte code contains NUL, which will be stripped
when I send this message):

Debugger entered--Lisp error: (wrong-type-argument listp nil)
  gnutls-boot(#<process nntpd> gnutls-x509pki (:priority "NORMAL" :hostname "news.gmane.org" :loglevel 0 :min-prime-bits 256 :trustfiles ("/etc/ssl/certs/ca-certificates.crt") :crlfiles nil :keylist nil :verify-flags nil :verify-error nil :callbacks nil))
  gnutls-negotiate(:process #<process nntpd> :hostname "news.gmane.org" :keylist nil)
  byte-code("\303\304\305	\306\n\205\f\nC&\207" [stream host cert gnutls-negotiate :process :hostname :keylist] 7)
  network-stream-open-starttls("nntpd" #<buffer  *server news.gmane.org nntp  *nntpd**> "news.gmane.org" "nntp" (:type network :end-of-command "^\\([2345]\\|[.]\\).*\n" :capability-command "HELP\n" :success "^3" :starttls-function #[(capabilities) "\301\302\"\205\303\207" [capabilities string-match "STARTTLS" "STARTTLS\n"] 3]))
  open-protocol-stream("nntpd" #<buffer  *server news.gmane.org nntp  *nntpd**> "news.gmane.org" "nntp" :type network :end-of-command "^\\([2345]\\|[.]\\).*\n" :capability-command "HELP\n" :success "^3" :starttls-function #[(capabilities) "\301\302\"\205\303\207" [capabilities string-match "STARTTLS" "STARTTLS\n"] 3])
  byte-code("\306\211\307\310\"\203*\311\312\f\313\310\"\211A@\262\314\315\316\317\320\321\322\323&\202-\f!+\207" [map coding-system-for-write coding-system-for-read nntp-open-connection-function pbuffer nntp-address binary ((nntp-open-network-stream network) (network-only plain) (nntp-open-plain-stream plain) (nntp-open-ssl-stream tls) (nntp-open-tls-stream tls)) assoc open-protocol-stream "nntpd" :type :end-of-command "^\\([2345]\\|[.]\\).*\n" :capability-command "HELP\n" :success "^3" :starttls-function #[(capabilities) "\301\302\"\205\303\207" [capabilities string-match "STARTTLS" "STARTTLS\n"] 3] nntp-port-number] 15)
  nntp-open-connection(#<buffer  *nntpd*>)
  nntp-open-server("news.gmane.org" nil)
  byte-code("	A@	AA\"\207" [open-server-function gnus-command-method] 3)
  gnus-open-server((nntp "news.gmane.org"))
  (let ((gnus-opened-servers) (debug-on-signal t)) (gnus-open-server (list (quote nntp) "news.gmane.org")))
  eval-region(141 302 t #[257 "\300\242b\210\301\207" [(302) (let ((gnus-opened-servers) (debug-on-signal t)) (gnus-open-server (list (quote nntp) "news.gmane.org")))] 2 "\n\n(fn IGNORE)"])  ; Reading at buffer position 200
  eval-defun-2()
  eval-defun(nil)
  call-interactively(eval-defun nil nil)
  command-execute(eval-defun)

the "problem" is that :verify-error is nil.


-- 
Nico.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16166; Package emacs. (Mon, 16 Dec 2013 16:31:01 GMT) Full text and rfc822 format available.

Message #8 received at 16166 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
To: 16166 <at> debbugs.gnu.org
Subject: Re: bug#16166: 24.3.50;
 can't use news.gmane.org with gnus and gnutls since r115532
Date: Mon, 16 Dec 2013 17:30:40 +0100
This is a duplicate of #16161

I didn't hit "Retrieve new messages" often enough, sorryf or the noise.

--
Nico.




Merged 16161 16166. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 16 Dec 2013 16:57:02 GMT) Full text and rfc822 format available.

Reply sent to Ted Zlatanov <tzz <at> lifelogs.com>:
You have taken responsibility. (Mon, 16 Dec 2013 17:37:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Richard <theonewiththeevillook <at> yahoo.fr>:
bug acknowledged by developer. (Mon, 16 Dec 2013 17:37:03 GMT) Full text and rfc822 format available.

Message #15 received at 16166-done <at> debbugs.gnu.org (full text, mbox):

From: Ted Zlatanov <tzz <at> lifelogs.com>
To: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Cc: 16166-done <at> debbugs.gnu.org
Subject: Re: bug#16166: 24.3.50;
 can't use news.gmane.org with gnus and gnutls since r115532
Date: Mon, 16 Dec 2013 12:37:59 -0500
No problem, thanks for the report.

Ted




Reply sent to Ted Zlatanov <tzz <at> lifelogs.com>:
You have taken responsibility. (Mon, 16 Dec 2013 17:37:03 GMT) Full text and rfc822 format available.

Notification sent to Nix <nix <at> esperi.org.uk>:
bug acknowledged by developer. (Mon, 16 Dec 2013 17:37:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 14 Jan 2014 12:24:04 GMT) Full text and rfc822 format available.

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.