Closed
Bug 432312
Opened 17 years ago
Closed 16 years ago
Random crashes can be causes by [@ ageSelectionCallback] from HashTables
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: xfsunoles, Unassigned)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008050506 Minefield/3.0pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008050506 Minefield/3.0pre
I has seen this all of the time. It is hard to reproduce this one.
http://crash-stats.mozilla.com/report/index/fe6fd9ca-1aa3-11dd-ae0d-001cc4e2bf68
http://crash-stats.mozilla.com/report/index/ef65b93a-1a72-11dd-87bf-001cc45a2ce4
http://crash-stats.mozilla.com/report/index/ec29d3a8-1a51-11dd-aae8-001cc45a2ce4
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Signature ageSelectionCallback
UUID fe6fd9ca-1aa3-11dd-ae0d-001cc4e2bf68
Time 2008-05-05 06:05:35-07:00
Uptime 693
Product Firefox
Version 3.0pre
Build ID 2008050406
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info GenuineIntel family 15 model 2 stepping 9
Crash Reason EXCEPTION_ACCESS_VIOLATION
Crash Address 0x0
Comments
Crashing Thread
Frame Module Signature Source
0 xul.dll ageSelectionCallback mozilla/xpcom/base/nsCycleCollector.cpp:856
1 xul.dll nsBaseHashtable<nsVoidPtrHashKey, unsigned int, unsigned int>::s_EnumStub nsBaseHashtable.h:346
2 xul.dll PL_DHashTableEnumerate pldhash.c:724
3 xul.dll nsCycleCollector::BeginCollection mozilla/xpcom/base/nsCycleCollector.cpp:2331
4 xul.dll XPCCycleCollectGCCallback mozilla/js/src/xpconnect/src/nsXPConnect.cpp:440
5 js3250.dll js_GC mozilla/js/src/jsgc.c:3239
6 js3250.dll JS_GC mozilla/js/src/jsapi.c:2469
7 xul.dll nsXPConnect::Collect mozilla/js/src/xpconnect/src/nsXPConnect.cpp:529
8 xul.dll nsCycleCollector::Collect mozilla/xpcom/base/nsCycleCollector.cpp:2250
9 xul.dll nsCycleCollector_collect mozilla/xpcom/base/nsCycleCollector.cpp:2898
10 xul.dll nsJSContext::CC mozilla/dom/src/base/nsJSEnvironment.cpp:3346
11 xul.dll xul.dll@0x2cd6c7
Severity: normal → critical
Component: General → XPCOM
Keywords: crash
Product: Firefox → Core
QA Contact: general → xpcom
Summary: Random crashes can be causes by ageSelectionCallback from HashTables → Random crashes can be causes by [@ ageSelectionCallback] from HashTables
Version: unspecified → Trunk
Comment 2•16 years ago
|
||
ageSelectionCallback no longer exists, so this stack trace is unlikely to be meaningful now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ ageSelectionCallback]
You need to log in
before you can comment on or make changes to this bug.
Description
•