Closed
Bug 81849
Opened 24 years ago
Closed 24 years ago
crash on http://www.neaq.org/index2.html
Categories
(Core :: Networking: Cache, defect)
Tracking
()
mozilla0.9.1
People
(Reporter: duffy151, Assigned: gordon)
References
()
Details
(Keywords: crash)
Attachments
(2 files)
mozilla crashes when trying to load http://www.neaq.org/index2.html. I *think*
it has something to do with allocating a new Image() in JavaScript and then
setting its src to something invalid. I'll attach a stripped down test case. I'm
not sure if this is ImageLib or a JS problem. No talkback info because of bug
80852.
Steps to Reproduce:
1. Open http://www.neaq.org/index2.html
Actual Results:
mozilla crashes
Expected Results:
the page should load completely
Additional Information:
build id: 2001051821
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
worksforme(url & test case), Linux, build 20010520 (06)
RH7.1, 2001052006
Loaded on first load, but all but one image was missing.
Forced a reload and crashed. Tested this several times - same crash on reload.
shift+reload or only reload eventually crashes in nsCacheEntry::GetData
Resembles backtrace in bug 81764
Comment 5•24 years ago
|
||
over to my good buddies in cache ;)
Assignee: pavlov → gordon
Component: ImageLib → Networking: Cache
QA Contact: tpreston → tever
*** This bug has been marked as a duplicate of 81764 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → mozilla0.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•