Closed
Bug 95069
Opened 24 years ago
Closed 24 years ago
Mozilla hangs on startup after setting memory cache to 0KB
Categories
(Core :: Networking: Cache, defect)
Tracking
()
People
(Reporter: baldauf--2015--bugzilla.mozilla.org, Assigned: gordon)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010812
BuildID: 2001081208
If you set your memory cache to 0 (Edit/Preferences/Advanced/Cache/Memory
Cache), mozilla will hang during the next startup. It will show the splash
screen infinitely long . It will never create a window.
Reproducible: Always
Steps to Reproduce:
1. Set configuration entry "Edit/Preferences/Advanced/Cache/Memory Cache" to 0.
2. Close your browser completely.
3. Try to start your browser.
Actual Results: Mozilla should show the splash screen and then it should show a
browser window.
Expected Results: Mozilla shows the splash screen infinitely long.
After removing the entry
user_pref("browser.cache.memory.capacity", 0);
in "prefs.js" or setting it to
user_pref("browser.cache.memory.capacity", 1);
mozilla will start again normally.
Severity "blocker" because entering this bug, people will not be able to use
mozilla anymore, even after reinstallation. They would have to make their
"prefs.js" unreachable (e.g. by renaming one component of the path to "prefs.js"
to another name). This cannot be expected by the average user, partly because
the bug might show up days after being triggered (namely after restarting mozilla).
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 88259 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•24 years ago
|
||
Actual and expected results seems inverted...
You need to log in
before you can comment on or make changes to this bug.
Description
•