Closed
Bug 98010
Opened 24 years ago
Closed 24 years ago
Multiple assertions - view unread, sort by thread
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
People
(Reporter: philanderton, Assigned: mscott)
Details
(Keywords: assertion)
Opening a newsgroup causes multiple occurrences of the following assertion:
###!!! ASSERTION: couldn't get header for some reason: 'NS_SUCCEEDED(rv) && msgH
dr', file e:\moz_src\mozilla\mailnews\base\src\nsMsgThreadedDBView.cpp, line 300
Settings are:
View / Messages / Unread, Threaded
View / Sortby / Thread, Ascending
It seems like one assertion per thread.
| Reporter | ||
Comment 1•24 years ago
|
||
The problem seems to be that nsMsgThread::InitCachedValues() is setting
m_numUnreadChildren to a non-zero value (the same value as m_numChildren), but
in nsMsgThread::GetFirstUnreadChild it turns out that all children are in fact read.
Component: Mail Back End → Mail Database
| Reporter | ||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 90990 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
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
•