Open
Bug 1931605
Opened 1 year ago
Updated 1 year ago
Unexpected assertion failure "uid validity seems to have changed, blowing away db" in nsImapMailFolder::UpdateImapMailboxInfo
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: KaiE, Unassigned)
Details
(Keywords: assertion)
Using an experimental build that strictly enforces the assertion check,
the following assertion in nsImapMailFolder::UpdateImapMailboxInfo
is false.
MOZ_ASSERT(imapUIDValidity == kUidUnknown,
"uid validity seems to have changed, blowing away db");
It should be investigated if that's a problematic scenario, or whether the assertion should be removed.
Updated•1 year ago
|
Summary: Unexpected assertion failure in nsImapMailFolder::UpdateImapMailboxInfo → Unexpected assertion failure "uid validity seems to have changed, blowing away db" in nsImapMailFolder::UpdateImapMailboxInfo
| Reporter | ||
Comment 1•1 year ago
|
||
This was experienced with the latest version of 128.x that was available at that time.
Version: unspecified → Thunderbird 128
You need to log in
before you can comment on or make changes to this bug.
Description
•