Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 4 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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.

Được chỉnh sửa bởi Toad-Hall vào

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).