Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.