Closed
Bug 107288
Opened 23 years ago
Closed 23 years ago
Memory usage and CPU spike when attempting to access newsgroup on news://bar.baen.com
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: stephend, Assigned: sspitzer)
Details
(Keywords: hang)
Attachments
(1 file)
10.83 KB,
text/plain
|
Details |
Build ID: Current trunk CVS, Windows 2000 (debug build).
news://bar.baen.com
user: stephend
pass: lzk1dvdlhu
Steps to Reproduce:
Just subscribe to any group, and try to select a newsgroup in the folder pane.
On an opt build, I get sustained CPU @ 98% usage, and memory keeps getting
allocated like crazy (I suspect infinite recursion).
On my debug build, I get 4 assertion of 'morkBool_kFalse=0, morkConfig.cpp,
line 94', and nsNNTPNewsgroupList.cpp, line 218.
NTDLL! 77fa018c()
nsDebug::Assertion(const char * 0x054ebb60, const char * 0x054ebb48, const char
* 0x054ebb08, int 218) line 290 + 13 bytes
nsDebug::WarnIfFalse(const char * 0x054ebb60, const char * 0x054ebb48, const
char * 0x054ebb08, int 218) line 396 + 21 bytes
nsNNTPNewsgroupList::GetRangeOfArtsToDownload(nsNNTPNewsgroupList * const
0x04840590, nsIMsgWindow * 0x04571358, int 58768, int 283845, int 500, int *
0x0474a130, int * 0x0474a134, int * 0x0012fbe4) line 218 + 39 bytes
nsNNTPProtocol::FigureNextChunk() line 3401 + 106 bytes
nsNNTPProtocol::ProcessProtocolState(nsIURI * 0x04749aec, nsIInputStream *
0x04643128, unsigned int 720, unsigned int 50) line 5113 + 11 bytes
nsMsgProtocol::OnDataAvailable(nsMsgProtocol * const 0x0474a03c, nsIRequest *
0x04643358, nsISupports * 0x04749ae8, nsIInputStream * 0x04643128, unsigned int
720, unsigned int 50) line 262 + 32 bytes
nsOnDataAvailableEvent::HandleEvent() line 193 + 70 bytes
nsARequestObserverEvent::HandlePLEvent(PLEvent * 0x047b61ec) line 80
PL_HandleEvent(PLEvent * 0x047b61ec) line 590 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00ca88f0) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x02c8006c, unsigned int 49358, unsigned int 0,
long 13273328) line 1071 + 9 bytes
USER32! 77e12e98()
USER32! 77e130e0()
USER32! 77e15824()
nsAppShellService::Run(nsAppShellService * const 0x00d49ce0) line 303
main1(int 1, char * * 0x003596b8, nsISupports * 0x00000000) line 1303 + 32 bytes
main(int 1, char * * 0x003596b8) line 1629 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e97d08()
See bug 106594 for bug regarding auto-unsubscribe that jks@akula.com sometimes
sees with this server(not related).
Reporter | ||
Comment 1•23 years ago
|
||
200 WBNews server 1.36 ready - posting allowed
Reporter | ||
Comment 2•23 years ago
|
||
Updated•23 years ago
|
Comment 3•23 years ago
|
||
I get an alert saying "A News (NNTP) Error Occured: USER is required" when
trying to log in with this info:
news server: bar.baen.com
user: stephend
pass: lzk1dvdlhu
Reporter | ||
Comment 4•23 years ago
|
||
Crap-ola, I'm blocked out, too.
Comment 5•23 years ago
|
||
Is a bug still a bug if there's no way to reproduce it? ;-)
Suggesting WFM if there's no testcase left.
Reporter | ||
Comment 6•23 years ago
|
||
agreed. if I get to a state where I'm actually able to reproduce, I'll re-open.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 7•23 years ago
|
||
verified (as much as it pains me to see this not be available).
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•