Closed
Bug 123038
Opened 24 years ago
Closed 23 years ago
Crash subscribing to or using News [@ nsMsgKeySet::IsMember]
Categories
(MailNews Core :: Networking: NNTP, defect, P2)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 127707
mozilla1.2alpha
People
(Reporter: scottputterman, Assigned: sspitzer)
References
Details
(Keywords: crash, helpwanted)
Crash Data
I found this crash looking through the talkback reports. The common theme
appears to be either subscribing to a newsgroup or opening a newsgroup and
reading messages. This occurred 17 times between 11/20/01 and 1/30/02.
Here are some id's and comments:
2343799 tried to open a message in a newsgroup
1806688 I was subscribing to alt.lang.asm...
1512510 clicked to open newsgroup, clicked to download 500 messages
There appear to be numerous different stack traces. Here's one of them:
nsMsgKeySet::IsMember
[d:\builds\seamonkey\mozilla\mailnews\base\util\nsMsgKeySet.cpp, line 632]
nsNewsDatabase::IsRead
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsNewsDatabase.cpp, line 214]
nsNewsDatabase::IsHeaderRead
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsNewsDatabase.cpp, line 228]
nsMsgDatabase::GetStatusFlags
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsMsgDatabase.cpp, line 1572]
nsMsgHdr::GetFlags
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsMsgHdr.cpp, line 208]
nsMsgDatabase::MarkHdrRead
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsMsgDatabase.cpp, line 1982]
nsMsgDatabase::MarkRead
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsMsgDatabase.cpp, line 1692]
nsMsgHdr::MarkRead
[d:\builds\seamonkey\mozilla\mailnews\db\msgdb\src\nsMsgHdr.cpp, line 263]
nsNNTPProtocol::MarkCurrentMsgRead
[d:\builds\seamonkey\mozilla\mailnews\news\src\nsNNTPProtocol.cpp, line 2604]
nsNNTPProtocol::DisplayArticle
[d:\builds\seamonkey\mozilla\mailnews\news\src\nsNNTPProtocol.cpp, line 2558]
nsNNTPProtocol::ReadArticle
[d:\builds\seamonkey\mozilla\mailnews\news\src\nsNNTPProtocol.cpp, line 2622]
nsNNTPProtocol::ProcessProtocolState
[d:\builds\seamonkey\mozilla\mailnews\news\src\nsNNTPProtocol.cpp, line 5176]
nsMsgProtocol::OnDataAvailable
[d:\builds\seamonkey\mozilla\mailnews\base\util\nsMsgProtocol.cpp, line 265]
nsOnDataAvailableEvent::HandleEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsStreamListenerProxy.cpp, line 203]
PL_HandleEvent [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 591]
PL_ProcessPendingEvents [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c,
line 524]
_md_EventReceiverProc [d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line
1072]
USER32.dll + 0x3c076 (0x77d7c076)
USER32.dll + 0x3c076 (0x77d7c076)
_except_handler3()
kernel32.dll + 0x3bb86 (0x77e9bb86)
Reporter | ||
Updated•24 years ago
|
Comment 1•23 years ago
|
||
We need reproducible steps for this sucker...
Reporter | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 2•23 years ago
|
||
nsbeta1- per ADT triage, ->1.2, blocks 'miracle bug' 122274. Help wanted to
find a reproducible case, or examine the stack trace for possible bullet-proofing.
Comment 3•23 years ago
|
||
Discussed at Mail News bug mtg. Marking this a dupe of bug 127707
*** This bug has been marked as a duplicate of 127707 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
cool, same stack
Verified dup!
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•14 years ago
|
Crash Signature: [@ nsMsgKeySet::IsMember]
You need to log in
before you can comment on or make changes to this bug.
Description
•