Closed
Bug 88259
Opened 24 years ago
Closed 24 years ago
Hang on startup screen when Memory Cache is disabled via size=0 or debug pref
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: doctor__j, Assigned: pavlov)
References
Details
(Keywords: hang)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1+) Gecko/20010628
BuildID: 2001062806
Reproducible: Always
Steps to Reproduce:
1. Open Pref menu
2. Go to "Debug -> Networking" panel
3. Disable Memory Cache
4. Exit Mozilla
5. Start up Mozilla
Actual Results: Hang on the startup screen.
Expected Results: Mozilla can be started up as usual.
The bug doesn't happen on Win32 build 2001062706.
Comment 2•24 years ago
|
||
I am not getting this on windows or linux with recent builds. Marking WORKSFORME
for now. Dr. J, are you still seeing this? If so, please reopen. It could be
that because imgCache.cpp is giving a warning when no cache is available, and
that slows it down.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Well...
I can still reproduce the bug using Win32 nightly build 2001070609.
I'm on Win98SE.
Then "Hang" I mentioned is not "system becoming totally irresponsive". What I
mean is that I can do other things as usual and Moz just stays at the startup
screen (Mozilla-throwing-flame picture) and browser still not launched.
Reopening bug...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•24 years ago
|
||
John, I can confirm what doctor_j is seeing. I used a win 98 box with the
071009 trunk build. With mem-cache disabled NS6 gets stuck in the splash screen.
Comment 5•24 years ago
|
||
I can also reproduce this on win NT 4 using last nights mozilla build, and the
0711 trunk. The only way I've found to get around the hang is to delete your
profile.
Comment 6•24 years ago
|
||
Pavlov - I think this may be imglib. imgRequest::OnStartDecode is calling
nsCacheEntryDescriptor::SetDataSize on a non-existant memory cache (since the
memory cache is disabled via the Debug->Networking pref), which seems to be
causing the hang.
Assignee: jtaylor → pavlov
Status: REOPENED → NEW
Component: Networking: Cache → ImageLib
Comment 7•24 years ago
|
||
Note: you can get the same results by setting memory cache to 0 in the advanced
> cache prefs menuitem. Since this bug is for a debug option that will probably
not be around for long, perhaps it should also cover this problem.
Summary: Hang on startup screen when Memory Cache is disabled → Hang on startup screen when Memory Cache is disabled via size=0 or debug pref
Comment 8•24 years ago
|
||
This is hurting recent Mac builds, too. After setting mem cache=0, loading a new
page or launching Mozilla hangs.
You need to delete the cache settings from prefs.js to make Mozilla back to work.
This is pretty serious, since there seems other problems that need mem cache to
be set zero for workaround. (See bug 92542 for ex.)
Marking All/All and adding hang kw.
2001072508 trunk for MacOS9.1
Comment 10•24 years ago
|
||
Can someone tell me what the "disable" flag in the original problem does to
prefs.js? Does it set the mem cache value to zero or do something else?
Comment 11•24 years ago
|
||
*** Bug 98324 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 12•24 years ago
|
||
It sets:
user_pref("browser.cache.memory.enable", false);
Comment 13•24 years ago
|
||
I just fell prey to this on linux trunk 2001091621. It hangs completely for me
and I have to `kill' the main mozilla thread and manually edit prefs.js if I
want to use Moz again.
Comment 14•24 years ago
|
||
problem remains in 0.9.4 :((((
Comment 15•24 years ago
|
||
Reporter, could you try getting a newer build? This wfm win 98 2001103103,
please reopen if this is still occuring
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WORKSFORME
Comment 16•24 years ago
|
||
I can verify that this bug is fixed in build 2001103103 on Win98SE.
Comment 17•21 years ago
|
||
V/fixed.
The mem.cache prefs behave quite differently these days...
Status: RESOLVED → VERIFIED
QA Contact: tever → benc
You need to log in
before you can comment on or make changes to this bug.
Description
•