Closed
Bug 631008
Opened 14 years ago
Closed 14 years ago
Crash [@ nsDiskCacheMap::DeleteRecord(nsDiskCacheRecord*) ]
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Assigned: michal)
Details
(Keywords: crash)
Crash Data
It is a residual crash signature that exists in 3.6 and the trunk.
It is #84 top crasher in 4.0b10 over the last week.
Comments say:
"I was downloading a file. When the file completes, I clear the download window. BUT APPARENTLY, the files was STILL downloading in the background because the file size was increasing even while firefox download window was EMPTY. Then I tried to close firefox and this crash happends reporting something about the file I was downloading."
"I was installing an addon and restarting; then, the crash report came up"
Signature nsDiskCacheMap::DeleteRecord(nsDiskCacheRecord*)
UUID b1466bec-15ea-435d-931d-3a1532110202
Time 2011-02-02 09:22:06.789015
Uptime 12
Last Crash 422438 seconds (4.9 days) before submission
Install Age 605833 seconds (1.0 weeks) since version was first installed.
Product Firefox
Version 4.0b10
Build ID 20110121161358
Branch 2.0
OS Windows NT
OS Version 6.1.7600
CPU x86
CPU Info GenuineIntel family 6 model 23 stepping 6
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x38a0
App Notes AdapterVendorID: 10de, AdapterDeviceID: 0407, AdapterDriverVersion: 8.17.12.5896
Frame Module Signature [Expand] Source
0 xul.dll nsDiskCacheMap::DeleteRecord netwerk/cache/nsDiskCacheMap.cpp:488
1 xul.dll nsDiskCacheDevice::DeactivateEntry
2 xul.dll nsCacheService::DeactivateEntry netwerk/cache/nsCacheService.cpp:2322
3 xul.dll nsCacheService::DeactivateAndClearEntry netwerk/cache/nsCacheService.cpp:2500
4 xul.dll PL_DHashTableEnumerate obj-firefox/xpcom/build/pldhash.c:754
5 xul.dll nsCacheService::ClearActiveEntries netwerk/cache/nsCacheService.cpp:2482
6 xul.dll nsCacheService::Shutdown netwerk/cache/nsCacheService.cpp:1092
7 xul.dll nsCacheProfilePrefObserver::Observe netwerk/cache/nsCacheService.cpp:381
8 xul.dll nsBaseHashtable<PrefCallback,nsAutoPtr<PrefCallback>,PrefCallback*>::s_EnumStub obj-firefox/dist/include/nsBaseHashtable.h:365
9 xul.dll PL_DHashTableOperate obj-firefox/xpcom/build/pldhash.c:625
10 xul.dll xul.dll@0xb29d23
11 xul.dll nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:182
12 xul.dll mozilla::ShutdownXPCOM xpcom/build/nsXPComInit.cpp:631
13 xul.dll ScopedXPCOMStartup::~ScopedXPCOMStartup toolkit/xre/nsAppRunner.cpp:1117
14 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp:3804
More reports at:
https://crash-stats.mozilla.com/report/list?range_value=4&range_unit=weeks&signature=nsDiskCacheMap%3A%3ADeleteRecord%28nsDiskCacheRecord*%29
Updated•14 years ago
|
Crash Signature: [@ nsDiskCacheMap::DeleteRecord(nsDiskCacheRecord*) ]
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → michal.novotny
Reporter | ||
Comment 1•14 years ago
|
||
I see no crashes with the stack trace in comment 0 in crash reports I checked.
I close it as WFM.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•