Comment 37 for bug 704623

Revision history for this message
In , M-wada (m-wada) wrote :

"nsMsgDatabase::Open(..." log looks written just before the open request, and "error opening db 8055000?" log looks written when "nsMsgDatabase::Open(..." request failed.
Following log is seen,
> 2012-01-20 01:19:53.652328 UTC - -1223960784[b6e401c0]: nsMsgDatabase::Open(/home/clouserw/.thunderbird/5hyolzp2.default/Mail/Local Folders/archive-moz.sbd/2010.sbd/inbox.msf, FALSE, a33f0f50, TRUE)
> 2012-01-20 01:19:53.652355 UTC - -1223960784[b6e401c0]: error opening db 80550005
> 2012-01-20 01:19:53.652393 UTC - -1223960784[b6e401c0]: closing database /home/clouserw/.thunderbird/5hyolzp2.default/Mail/Local Folders/archive-moz.sbd/2010.sbd/inbox.msf
> 2012-01-20 01:19:53.652420 UTC - -1223960784[b6e401c0]: nsMsgDatabase::Open(/home/clouserw/.thunderbird/5hyolzp2.default/Mail/Local Folders/archive-moz.sbd/2010.sbd/inbox.msf, FALSE, a33f0f50, TRUE)
> 2012-01-20 01:19:53.652430 UTC - -1223960784[b6e401c0]: error opening db 80550006
and there is no log line for 2010.sbd/inbox.msf is seen here ater in the log file.

Above log looks for me;
1. Try to open 2010.sbd/inbox.msf -> FOLDER_SUMMARY_OUT_OF_DATE
2. Close 2010.sbd/inbox.msf -> 2010.sbd/inbox.msf is erased due to out_of_date
3. Try to open 2010.sbd/inbox.msf -> FOLDER_SUMMARY_MISSING
   -> Internal Rebuild-Index starts.
4. Rebuild-Index of 2010.sbd/inbox.msf continues, and is still running
   after folder pane display, thread pane display.
5. Terminate Tb before Rebuil-Index completes.
6. Restart Tb -> Go to step 1.