Closed
Bug 293568
Opened 20 years ago
Closed 20 years ago
Thunderbird crashes quite often when deleting or moving mails (IMAP), maybe after some inactivity
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 292041
People
(Reporter: mozilla-bugzilla, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
My TB crashes quite often when I want to delete or move emails on a IMAP
account. I have the feeling, this happens after some minutes of inactivity -- it
also happens to me quite often that TB *hangs* after some minutes of inactivity,
i.e. I cannot access my IMAP account anymore and I connot quit TB.
Reproducible: Sometimes
Steps to Reproduce:
Hard to say:
1. start TB with IMAP account, read some mails
2. wait a while
3. try to delete the currently selected mail
Actual Results:
TB then crashs or hangs quite often
Expected Results:
It should not crash of course ;-)
Incident IDs:
TB5712899K, TB5651102Q, TB5623845M, TB5563901X, TB5542311Q, TB5417876Z,
TB5396384Z, TB5395942Q, TB5394029H, TB5390890G, TB5365096W, TB5320258W,
TB5317582M, TB5256868E, TB5246474E, TB5205817Z, TB5081290Y, TB4943749M, TB4603765G
Reporter | ||
Comment 1•20 years ago
|
||
could this be related to #243701?
(In reply to comment #1)
Quote:
I have the feeling, this happens after some minutes of inactivity -- it
also happens to me quite often that TB *hangs* after some minutes of inactivity,
i.e. I cannot access my IMAP account anymore and I connot quit TB.
YES, it problem the TB are not reconnect to the IMAP server again after
time-out. And I hate this *hang*. When I need to read the next message the TB
always hang. I closed it and reopen it again and read the next message.
One more problem about time-out too, when I read the message more minute then
delete it but TB *hang*. I closed it and open again the message has been deleted
but TB was hang. Why?
Comment 3•20 years ago
|
||
nsMsgDatabase::GetTableCreateIfMissing
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/db/msgdb/src/nsMsgDatabase.cpp,
line 1555]
nsImapMailDatabase::GetAllPendingHdrsTable
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/db/msgdb/src/nsImapMailDatabase.cpp,
line 132]
nsImapMailFolder::CopyMessages
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/imap/src/nsImapMailFolder.cpp,
line 6629]
nsMsgCopyService::DoNextCopy
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/base/src/nsMsgCopyService.cpp,
line 285]
nsMsgCopyService::DoCopy
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/base/src/nsMsgCopyService.cpp,
line 235]
nsMsgCopyService::CopyMessages
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/base/src/nsMsgCopyService.cpp,
line 486]
nsImapMailFolder::DeleteMessages
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/imap/src/nsImapMailFolder.cpp,
line 2272]
nsMsgDBView::DeleteMessages
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/base/src/nsMsgDBView.cpp,
line 2561]
nsMsgDBView::ApplyCommandToIndices
[e:/builds/tinderbox/Tb-Aviary1.0.1/WINNT_5.0_Depend/mozilla/mailnews/base/src/nsMsgDBView.cpp,
line 2348]
this is a top-crasher, and a dup - I wish I could reproduce this. I'm not even
sure why we're crashing. My best guess is that the db has been closed.
*** This bug has been marked as a duplicate of 292041 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•