Closed
Bug 81899
Opened 24 years ago
Closed 24 years ago
Crash in cache code when mousing over images.
Categories
(Core :: Networking: Cache, defect)
Tracking
()
mozilla0.9.1
People
(Reporter: jst, Assigned: gordon)
References
()
Details
(Keywords: crash, regression)
Mousing over the images (which aren't loaded correctly) on the right side of
www.dmv.ca.gov makes mozilla crash in the cache code, here's the stack trace:
nsCOMPtr<nsISupports>::get() line 852 + 3 bytes
nsCOMPtr<nsISupports>::operator nsDerivedSafe<nsISupports> *() line 865
nsCacheEntry::GetData(nsISupports * * 0x0012cf34) line 152 + 11 bytes
nsDiskCacheBindery::CreateBinding(nsCacheEntry * 0x00000000, nsDiskCacheRecord *
0x0012cf6c) line 180 + 32 bytes
nsDiskCacheDevice::FindEntry(nsCString * 0x047b1600) line 625 + 19 bytes
nsCacheService::SearchCacheDevices(nsCString * 0x047b1600, int 0) line 753 + 21
bytes
nsCacheService::ActivateEntry(nsCacheRequest * 0x047b15b0, nsCacheEntry * *
0x0012cff0) line 672 + 24 bytes
nsCacheService::ProcessRequest(nsCacheRequest * 0x047b15b0, int 1,
nsICacheEntryDescriptor * * 0x047b1fd0) line 570 + 16 bytes
nsCacheService::OpenCacheEntry(nsCacheSession * 0x03d66730, const char *
0x0012d104, int 3, int 0, nsICacheListener * 0x00000000, nsICacheEntryDescriptor
* * 0x047b1fd0) line 646 + 18 bytes
nsCacheSession::OpenCacheEntry(nsCacheSession * const 0x03d66730, const char *
0x0012d104, int 3, int 0, nsICacheEntryDescriptor * * 0x047b1fd0) line 80 + 34 bytes
nsHttpChannel::OpenCacheEntry(int * 0x0012d160) line 549 + 84 bytes
nsHttpChannel::Connect(int 1) line 201 + 12 bytes
nsHttpChannel::AsyncOpen(nsHttpChannel * const 0x047b1f40, nsIStreamListener *
0x047b1c80, nsISupports * 0x00000000) line 1777 + 10 bytes
imgLoader::LoadImage(imgLoader * const 0x031ca510, nsIURI * 0x047b0080,
nsILoadGroup * 0x03996f00, imgIDecoderObserver * 0x047b0760, nsISupports *
0x038d98a0, imgIRequest * * 0x047b0768) line 178 + 44 bytes
nsHTMLImageElement::SetSrcInner(nsIURI * 0x03d96f10, const nsAString & {...})
line 997 + 141 bytes
nsHTMLImageElement::SetSrc(nsHTMLImageElement * const 0x047b0754, const
nsAString & {...}) line 1036 + 24 bytes
XPTC_InvokeByIndex(nsISupports * 0x047b0754, unsigned int 73, unsigned int 1,
nsXPTCVariant * 0x0012d6a4) line 139
Reporter | ||
Comment 1•24 years ago
|
||
Marking mozilla0.9.1 to get pdt's attention and adding keywords.
Target Milestone: --- → mozilla0.9.1
Comment 2•24 years ago
|
||
If I compare the stack trace : dupe of bug 81764
*** This bug has been marked as a duplicate of 81764 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•