搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Thunderbird is Crashing after Local Folder Repair

  • 8 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 lsingh

more options

Hi All,

I am using the latest version of TB. I was not seeing some messages in the local folder (folder in which I archive all my messages). So I right clicked on the folder and chose "Properties\Repair Folder". The folder starts getting repaired and after going through 7000-8000 emails, TB crashes. So this has been happening once I start my Thunderbird, as the archive folder automatically starts repairing the folder and then causes TB to crash. The folder is large and have around 15k emails. Is there a way I can stop this cycle? I am not being able to send any emails as TB crashes before I finish any email. Thanks in advance.

Regards,

LS

Hi All, I am using the latest version of TB. I was not seeing some messages in the local folder (folder in which I archive all my messages). So I right clicked on the folder and chose "Properties\Repair Folder". The folder starts getting repaired and after going through 7000-8000 emails, TB crashes. So this has been happening once I start my Thunderbird, as the archive folder automatically starts repairing the folder and then causes TB to crash. The folder is large and have around 15k emails. Is there a way I can stop this cycle? I am not being able to send any emails as TB crashes before I finish any email. Thanks in advance. Regards, LS

所有回复 (8)

more options

Is it crashing? Then please post a crash ID. https://support.mozilla.org/kb/mozilla-crash-reporter-tb#w_viewing-crash-reports

Or is it not responding?

more options

Christ1,

TB crashes after 20-30 seconds. Also, I have seen that the crash reports have been submitted. What do I need to do now?

Regards,

LS

more options

Post here the unique case number of the crash report so someone can look it up in the relevant database.

more options

Zenos,

The ID is given below.

ID: c5b13880-a57a-4e0c-adf5-bcd322170109

Thanks in advance, and regards,

LS

more options

Hi Zenos,

Any advice please?

Regards,

LS

more options

I am no expert, but the crash report links to malloc and garbage collection tasks. This is the last function called, which raises the exception:

mozalloc_abort(const char* const msg)

and it appears to be failing because it cannot allocate memory; often this means it has all been used up.

This is a bug (though it is Mozilla code, not specific to Thunderbird) and shouldn't cause a crash, though running out of memory is a difficult thing to handle well.

Having said that, you say it has got to 7000 - 8000 messages, implying there are yet more to process. I don't think you're doing yourself any favours by allowing messages to accumulate to such large numbers. I can't begin to imagine how you can usefully work with such a large pile of messages; I file mine into subfolders by topic or context.

I don't know how you back out of this. You could remove the offending folder from the profile as a quick and dirty way of getting Thunderbird working again, but of course that means you can't see your store of older messages.

more options

lsingh, has your crashing stopped in version 52.1.1??

more options

Wayne,

Yes it has, but I had to remove all the archive folders in the Local Folders, and then put all the files back in slowly. Took a few days to do it.