Closed
Bug 410803
Opened 18 years ago
Closed 18 years ago
nsSessionStore.js Exception, on Line 1749
Categories
(Firefox :: Session Restore, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 366509
People
(Reporter: whatrevolution, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
[Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/circa2k/ware/moz.firefox/components/nsSessionStore.js :: sss_saveState :: line 1749" data: no]
Line 1749:
oState.session = { state: ((this._loadState == STATE_RUNNING) ? STATE_RUNNING_STR : STATE_STOPPED_STR) };
Reproducible: Always
Steps to Reproduce:
1. Firebug on.
2. Tabs open.
3. Start Firefox.
If it is not reproducible, could it be a conflict with Session Manager?
http://sessionmanager.mozdev.org/
Comment 1•18 years ago
|
||
I guess it's rather a (harmless) conflict with Firebug...
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•