GNU bug report logs -
#16587
24.3.50; max-specpdl-size exceeded + crash with gnus (shr).
Previous Next
Reported by: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
Date: Wed, 29 Jan 2014 15:52:02 UTC
Severity: normal
Tags: fixed
Found in version 24.3.50
Fixed in version 25.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Nicolas Richard <theonewiththeevillook <at> yahoo.fr> writes:
> 2. evaluate the following lines (which happen to be in my ~/.emacs) :
> (setq gnus-select-method (quote (nntp "eu.news.astraweb.com")))
> (setq gnus-secondary-select-methods (quote ((nntp "news.gmane.org") (nntp "news.zoo-logique.org"))))
>
> 3. M-x gnus
>
> 4. navigate to Rotem Yaari's initial report for bug #16577 in nntp+news.gmane.org:gmane.emacs.bugs
Note -- you can access bug reports directly if you have debbugs from
ELPA installed:
(require 'gnus-group)
(setq debug-on-error t)
(gnus-read-ephemeral-emacs-bug-group 16577)
> I get the error:
> shr-descend: Variable binding depth exceeds max-specpdl-size
Yeah, it's a very deeply nested semi-HTML message, and shr uses two
stack frames per nested element.
Hm... it looks like it should be possible to replace `shr-generic' with
a macro, which should halve the number of stack frames. I'll try doing
that...
> Now I do M-x toggle-debug-on-error, open another message in gnus, then
> back to Rotem Yaari's, and that's a crash. (btw it also happens if I
> actiavte debug-on-error from the beginning, it has nothing to do with
> reopening the message)
I get that too.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
This bug report was last modified 10 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.