Closed
Bug 448374
Opened 17 years ago
Closed 16 years ago
Closing message filter configuration dialog failed with uncaught exception on console
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugs, Unassigned)
Details
(Whiteboard: closeme 2009-08-10)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Version 2.0.0.16 (20080708)
If I open the message filter configuration dialog to edit some message filter I'm able to add/edit any filter and all filter will work, but if I close the dialog (that last several seconds) the Error console gives me the following error:
Fehler: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIMsgFilterList.saveToDefaultFile]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: chrome://messenger/content/FilterListDialog.js :: onFilterClose :: line 396" data: no]
And if I quit/restart thunderbird all changes are gone.
Reproducible: Always
Steps to Reproduce:
1.Open message filter configuration dialog
2.add/edit some changes
3.try these changes
4.close the dialog
5.restart thunderbird
Actual Results:
all changes within the message filter dialog are gone.
Expected Results:
the changes should be persisted
the error console gave me a error message about an error during the dialog closing:
Fehler: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIMsgFilterList.saveToDefaultFile]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: chrome://messenger/content/FilterListDialog.js :: onFilterClose :: line 396" data: no]
I found some forum threads on http://forums.mozillazine.org, that are about the same error, and it seams that this bug already exists for some month.
Comment 1•17 years ago
|
||
Bug 408085 Comment #1 reports same exception as yours, and Bug 408085 is closed as DUP of Bug 390992(Note: Bug 390992 is closed as DUP of Bug 362539).
And, as some peoples reported and I wrote in a MozillaZine forum(Sorex is me),
> http://forums.mozillazine.org/viewtopic.php?f=31&t=196958&p=4847235#p4847235
following error is issued upon message filter update(Tb 2.0.0.12 on MS Win-XP), when msgFilterRules.dat is manually copied to tmprules.dat in mail directory for an account.
> Error: uncaught exception: [Exception... "Component returned failure code: 0x8052ffff
> [nsIMsgFilterList.saveToDefaultFile]" nsresult: "0x8052ffff (<unknown>)"
> location: "JS frame :: chrome://messenger/content/FilterListDialog.js :: onFilterClose :: line 396" data: no]
Failure code is different from yours and Bug 408085 Comment #1.
Your case is same case as Bug 408085? (garbages in Temp directory)?
Or garbage of tmprules.dat in mail directory case (at where msgFilterRules.dat is held)?
Or both?
Comment 3•16 years ago
|
||
Closing Incomplete for lack of answers.
Feel free to reopen if you can provide more information.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Whiteboard: closeme-2009-08-10 → closeme 2009-08-10
You need to log in
before you can comment on or make changes to this bug.
Description
•