Closed
Bug 11815
Opened 26 years ago
Closed 26 years ago
[NEWS] get new articles causes the progress barber pole to spin
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
steps to reproduce:
./apprunner -mail
double click on a news server
double click on a news group
progress barber pole start spinning
[it will download new articles]
[it will stop downloading]
progress barber pole continues to spin.
cc'ing bienvenu for good measure.
Comment 1•26 years ago
|
||
You're probably not getting an EndDocumentLoad or something like that. Perhaps a
necko bug, though Scott is more up on this than I am.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
| Assignee | ||
Comment 2•26 years ago
|
||
accepting and marking m10.
| Assignee | ||
Updated•26 years ago
|
OS: Linux → All
| Assignee | ||
Comment 4•26 years ago
|
||
marking all. this is not PP.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•26 years ago
|
||
fixed.
on linux, there is a way to see how many open nntp connections you have.
from the command line, do this:
netstat |& grep -i nntp
you will see something like this, for each nntp connection:
tcp 0 0 sspitzer.mcom.com:2730 secnews1:nntp ESTABLISHED
with 5.0 before this fix, you would see a new connection for each news
operation!
now, you should at most 1.
Comment 7•26 years ago
|
||
Verified on 9/16 build - Passed on Win98 & WinNT.
On Linux, it's working, too.(but the barber pole spin a little bit slow...)
Still need to verify on the Mac later.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Verified on 9/17 build for Mac platform - Passed by retest.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•