Closed
Bug 479941
Opened 16 years ago
Closed 12 years ago
Error: this._storage is null @ nsLoginManager.js, Line 507
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aha, Unassigned)
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090219 SeaMonkey/2.0a3
After upgrading from 2.0a2 to 2.0a3 candidate, the error console contains this error message on browser startup with blank page:
Error: this._storage is null
Source File: file:///C:/Program%20Files/SeaMonkey/components/nsLoginManager.js
Line: 507
It points to return line of this function:
/*
* findLogins
*
* Search for the known logins for entries matching the specified criteria.
*/
findLogins : function (count, hostname, formSubmitURL, httpRealm) {
this.log("Searching for logins matching host: " + hostname +
", formSubmitURL: " + formSubmitURL + ", httpRealm: " + httpRealm);
return this._storage.findLogins(count, hostname, formSubmitURL,
httpRealm);
},
![]() |
||
Comment 1•16 years ago
|
||
I don't see this with:
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.1b3pre) Gecko/20090221 SeaMonkey/2.0b1pre
Do you see this in safe mode as well?
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> Do you see this in safe mode as well?
I downgraded to 2.0a2 for unsuccessful migration of passwords in 2.0a3c1, so I can't try it, but I use only pre-packed add-ons such as Chatzilla, DOM Inspector plus czech dictionary.
![]() |
||
Comment 3•16 years ago
|
||
Please reopen if you can reproduce it with 2.0a3 which should be out soonish.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•16 years ago
|
||
Same error message after auto update to SeaMonkey 2.0a3 [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090223 SeaMonkey/2.0a3]. Before application start it was running some migration, which included migration of stored passwords to SQL Lite. Migration wasn't fully succesful, it migrated only several passwords.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 5•16 years ago
|
||
I filled bug 482443 for unsuccessful migration of passwords.
Adam, have You setting startup with blank page only?
Component: General → Passwords & Permissions
QA Contact: general → privacy
Reporter | ||
Comment 7•16 years ago
|
||
Yes, at Browser Startup I have blank page.
![]() |
||
Updated•15 years ago
|
Component: Passwords & Permissions → Password Manager
Product: SeaMonkey → Toolkit
QA Contact: privacy → password.manager
Reporter | ||
Comment 9•12 years ago
|
||
I'm unable to provide actual information, I don't use trunk and I'm not starting browser with blank screen (a lot of tabs instead).
Marking WFM, because nobody other reproduce this.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 12 years ago
Flags: needinfo?(aha)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•