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)

Thunderbird 128
defect

Tracking

(Not tracked)

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.

Summary: Unexpected assertion failure in nsImapMailFolder::UpdateImapMailboxInfo → Unexpected assertion failure "uid validity seems to have changed, blowing away db" in nsImapMailFolder::UpdateImapMailboxInfo
Keywords: assertion

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.