Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Thunderbird goes into a loop complaining about a message missing from gloda

  • 4 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от Brian Matthews

more options

Periodically I notice Thunderbird using 50-100% CPU, and the error console shows a message like the following repeated once a second:

2019-03-21 00:31:29 gloda.index_msg WARN Observed header that claims to be gloda indexed but that gloda has never heard of during compaction. In folder: mailbox:<mailbox> sketchy key: 615 subject: <subject>

<mailbox> and <subject> are always valid mailboxes and message subjects in that mailbox, and that message repeats once per second with the same value for <mailbox> and <subject>.

Per another (now archived) question, I quit TB, remove global-messages-db.sqlite, restart TB, and that fixes the problem... for a while, but it eventually (a few hours to a day) recurs.

There seem to be two problems here:

- The database getting corrupted in the first place. - TB handling that corruption poorly, repeatedly looking up the same message in the database instead of, at least, just shrugging (figuratively :-) ) and moving to the next message.

Periodically I notice Thunderbird using 50-100% CPU, and the error console shows a message like the following repeated once a second: 2019-03-21 00:31:29 gloda.index_msg WARN Observed header that claims to be gloda indexed but that gloda has never heard of during compaction. In folder: mailbox:<mailbox> sketchy key: 615 subject: <subject> <mailbox> and <subject> are always valid mailboxes and message subjects in that mailbox, and that message repeats once per second with the same value for <mailbox> and <subject>. Per another (now archived) question, I quit TB, remove global-messages-db.sqlite, restart TB, and that fixes the problem... for a while, but it eventually (a few hours to a day) recurs. There seem to be two problems here: - The database getting corrupted in the first place. - TB handling that corruption poorly, repeatedly looking up the same message in the database instead of, at least, just shrugging (figuratively :-) ) and moving to the next message.

Всички отговори (4)

more options

I should add that I've tried running in safe mode and that hasn't fixed either problem.

more options

Suggest you try to rebuild the global database. Info here: https://support.mozilla.org/en-US/kb/rebuilding-global-database

Added update Should have read your comments more closely....you have already tried this and it works....temporarilly.

Променено на от Toad-Hall

more options

Have you compacted your folders recently to remove all traces of old deleted emails whcihc tidies files and regains some space in mbox file?

more options

After experimenting some more, it's (at least) during compaction that the problem occurs. If I force compaction via File > Compact Folders with the error console open, I see the repeated gloda warnings. Other times that I notice it happening because of Thunderbird's high CPU usage, I assume Thunderbird has decided to compact on its own (or there's something else that also causes the problem).