GNU bug report logs -
#15269
Infinite loop
Previous Next
Reported by: Dave Abrahams <dave <at> boostpro.com>
Date: Thu, 5 Sep 2013 05:22:01 UTC
Severity: normal
Found in version 5.130008
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
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 15269 in the body.
You can then email your comments to 15269 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bugs <at> gnus.org
:
bug#15269
; Package
gnus
.
(Thu, 05 Sep 2013 05:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dave Abrahams <dave <at> boostpro.com>
:
New bug report received and forwarded. Copy sent to
bugs <at> gnus.org
.
(Thu, 05 Sep 2013 05:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I think this happens after I invoke gnus-summary-mark-as-expirable...
When I debug-on-quit, here's what I get:
--8<---------------cut here---------------start------------->8---
message("Hiding the thread moved us backwards, aborting!")
gnus-summary-hide-thread()
gnus-summary-hide-all-threads((lambda (elem) (not (gnus-article-unread-p elem))))
gnus-summary-maybe-hide-threads()
gnus-summary-limit((4645 4655 4691 4706 4957 4974 4980 5009 5010 5023 5026 5092 5101 5103 5104 5106 5110 5113 5116 5123 5135 5163 5164 5169 5180 5189 5200 5228 5233 5276 5286 5289 5309 5317 5339 5361 5364 5369 5393 5394 5425 5429 5504 5521 5711 5712 5713 5718 5740 5742 ...))
gnus-summary-insert-new-articles()
call-interactively(gnus-summary-insert-new-articles nil nil)
--8<---------------cut here---------------end--------------->8---
Ma Gnus v0.8
GNU Emacs 24.2.93.1 (x86_64-apple-darwin11.4.2, Carbon Version 1.6.0 AppKit 1138.51)
of 2013-02-09 on Takanami.local
200 Leafnode NNTP Daemon, version 1.11.8 running at localhost (my fqdn: cube.boostpro.com)
100 Legal commands on THIS server:
ARTICLE [<Message-ID>|<Number>]
BODY [<Message-ID>|<Number>]
DATE
GROUP <Newsgroup>
HDR <Header> <Message-ID>|<Range>
HEAD [<Message-ID>|<Number>]
HELP
LAST
LIST [ACTIVE|NEWSGROUPS] [<Wildmat>]]
LIST [ACTIVE.TIMES|EXTENSIONS|OVERVIEW.FMT]
LISTGROUP <Newsgroup>
MODE READER
NEWGROUPS <yymmdd> <hhmmss> [GMT]
NEXT
POST
OVER <Range>
SLAVE
STAT [<Message-ID>|<Number>]
XHDR <Header> <Message-ID>|<Range>
XOVER <Range>
.
--
Dave Abrahams
Information forwarded
to
bugs <at> gnus.org
:
bug#15269
; Package
gnus
.
(Fri, 31 Jan 2014 01:31:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 15269 <at> debbugs.gnu.org (full text, mbox):
Dave Abrahams <dave <at> boostpro.com> writes:
> I think this happens after I invoke gnus-summary-mark-as-expirable...
> When I debug-on-quit, here's what I get:
> message("Hiding the thread moved us backwards, aborting!")
> gnus-summary-hide-thread()
> gnus-summary-hide-all-threads((lambda (elem) (not (gnus-article-unread-p elem))))
> gnus-summary-maybe-hide-threads()
> gnus-summary-limit((4645 4655 4691 4706 4957 4974 4980 5009 5010 5023 5026 5092 5101 5103 5104 5106 5110 5113 5116 5123 5135 5163 5164 5169 5180 5189 5200 5228 5233 5276 5286 5289 5309 5317 5339 5361 5364 5369 5393 5394 5425 5429 5504 5521 5711 5712 5713 5718 5740 5742 ...))
> gnus-summary-insert-new-articles()
> call-interactively(gnus-summary-insert-new-articles nil nil)
Hm, that's not `gnus-summary-mark-as-expirable'...
Anyway, I thought we'd finally fixed this bug last year, but I guess
not. I'm unable to reproduce it, though -- no matter what I do, `/ N'
doesn't infloop.
Does this happen all the time for you, or just sometimes?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bugs <at> gnus.org
:
bug#15269
; Package
gnus
.
(Wed, 25 Jan 2017 16:57:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 15269 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Dave Abrahams <dave <at> boostpro.com> writes:
>
>> I think this happens after I invoke gnus-summary-mark-as-expirable...
>> When I debug-on-quit, here's what I get:
>> message("Hiding the thread moved us backwards, aborting!")
>> gnus-summary-hide-thread()
>> gnus-summary-hide-all-threads((lambda (elem) (not (gnus-article-unread-p elem))))
>> gnus-summary-maybe-hide-threads()
>> gnus-summary-limit((4645 4655 4691 4706 4957 4974 4980 5009 5010
>> 5023 5026 5092 5101 5103 5104 5106 5110 5113 5116 5123 5135 5163
>> 5164 5169 5180 5189 5200 5228 5233 5276 5286 5289 5309 5317 5339
>> 5361 5364 5369 5393 5394 5425 5429 5504 5521 5711 5712 5713 5718
>> 5740 5742 ...))
>> gnus-summary-insert-new-articles()
>> call-interactively(gnus-summary-insert-new-articles nil nil)
>
> Hm, that's not `gnus-summary-mark-as-expirable'...
>
> Anyway, I thought we'd finally fixed this bug last year, but I guess
> not. I'm unable to reproduce it, though -- no matter what I do, `/ N'
> doesn't infloop.
>
> Does this happen all the time for you, or just sometimes?
No response in the last two years, so I'm closing this bug report. Feel
free to reopen if it's still an issue.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug closed, send any further explanations to
15269 <at> debbugs.gnu.org and Dave Abrahams <dave <at> boostpro.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Wed, 25 Jan 2017 16:57:03 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
.
(Thu, 23 Feb 2017 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.