Closed
Bug 81885
Opened 24 years ago
Closed 23 years ago
Mozilla hangs when trying to force reload nightlies directory
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gerbilpower, Assigned: gordon)
References
()
Details
STEPS TO REPRODUCE
1. Visit http://ftp.mozilla.org/pub/mozilla/nightly/latest/ with Mozilla
2. Force reload (either with Shift + Mouse click or Ctrl + Shift + R)
EXPECTED RESULT
Page gets reloaded
ACTUAL RESULT
Mozilla hangs
Tested on Windows 98 SE, Mozilla build 2001051908
Suggestion: Would it be a magnification / severe blow-up due to Bug 79020??
it probably is, but sending to networking first anyways... should chrome do
anything for 10 force reloads of an image?
Assignee: asa → neeti
Component: Browser-General → Networking: HTTP
QA Contact: doronr → tever
Gordon: I get the following assertions many times before the page loads.
###!!! ASSERTION: entry is already on a list!: 'PR_CLIST_IS_EMPTY(entry)', file
l:\build\mozilla\netwerk\cache\src\nsMemoryCacheDevice.cpp, line 217
Assignee: neeti → gordon
Component: Networking: HTTP → Networking: Cache
Neeti, is your disk cache enabled? What are the sizes of the memory and disk
cache? How full are they when this occurs (as reported in about:cache)?
A stack trace would be nice, but I'd also like to debug this on your machine and
find out the key for the cache entry and what list it thinks it's on.
I tried this again with a profile I used this morning. I no longer get the
assertions, but the page hangs. My disk cache is enabled. about:cache display
the following.
Memory cache device
Number of entries: 41
Maximum storage size: 6291456 Bytes
Storage in use: 254180 Bytes
Memory cache usage report:
List Cache Entries
Disk cache device
Number of entries: 3
Maximum storage size: 51200000 Bytes
Storage in use: 19968 Bytes
Cache Directory: C:\WINNT\Profiles\neeti\Application
Data\Mozilla\Profiles\test8\mutiqs91.slt\NewCache
I tried this again with a brand new profile. The first time I do a shift+reload,
it loads fine. However, the second time I do this, it hangs.
Neeti, what is the date of your build? I fixed some hangs in the disk cache
yesterday.
In that case, I'm marking this FIXED by my changes from yesterday afternoon.
Thanks.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•