Closed
Bug 428283
Opened 17 years ago
Closed 17 years ago
too much recursion in sss_saveState on page loading/tab switchin
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 427193
People
(Reporter: giver, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
firefox is hangs up for 5-10 seconds every time that new page is loaded. firebug says "too much recursion: this._writeFile(this._sessionFile, oState.toSource());" and points to firefox/components/nsSessionStore.js line 1896. its quite hard working with this issue (= Firefox 3.0b5. This bug appeared after update from 3b4, but i tried to reinstalled firefox to another directory. same problem
- giver
Reproducible: Always
Steps to Reproduce:
just open new page or switch tabs
Actual Results:
hung up for 5-10 seconds
Comment 1•17 years ago
|
||
Can you upgrade Firefox to release candidate ( http://www.mozilla.com/firefox/all-rc.html ) and test it in safe mode or with a blank profile?
If it works so, but not with your normal profile, probably it's a problem caused by an extension. So try to disable them one-by-one.
When you find the problematic extension(s), inform us and its author.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•