Closed
Bug 830620
Opened 12 years ago
Closed 8 years ago
Crash [@ XPCNativeSet::Mark()]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
References
Details
(Keywords: crash)
Crash Data
+++ This bug was initially created as a clone of Bug #255498 +++
current thunderbird crashes might not be the same as Bug #255498, so new bug.
at least two source lines :
1. (*pp)->Mark(); (seems more common for thunderbird)
2. if(IsMarked())
1. bp-3c053d9d-6f41-4a66-afaa-ba9692130105 TB 17
bp-65f31d74-620a-481e-a5d2-78db12130114 firefox 17.0.1
0 xul.dll XPCNativeSet::Mark js/xpconnect/src/XPCInlines.h:508
1 xul.dll XPCWrappedNative::TraceInside js/xpconnect/src/xpcprivate.h:2846
2 xul.dll XPC_WN_NoHelper_Trace js/xpconnect/src/XPCWrappedNativeJSOps.cpp:666
3 mozjs.dll js::GCMarker::processMarkStackTop js/src/gc/Marking.cpp:1214
4 mozjs.dll js::GCMarker::drainMarkStack js/src/gc/Marking.cpp:1258
5 mozjs.dll MarkGrayAndWeak js/src/jsgc.cpp:3358
6 mozjs.dll EndMarkPhase js/src/jsgc.cpp:3379
7 mozjs.dll IncrementalCollectSlice js/src/jsgc.cpp:4209
8 mozjs.dll GCCycle js/src/jsgc.cpp:4395
9 mozjs.dll Collect js/src/jsgc.cpp:4503
10 mozjs.dll js::GCSlice js/src/jsgc.cpp:4541
11 mozjs.dll js::IncrementalGC js/src/jsfriendapi.cpp:171
12 xul.dll nsJSContext::GarbageCollectNow dom/base/nsJSEnvironment.cpp:2921
2. bp-8abd0700-2dd7-4fbe-9101-8c7a72130109 TB 18
bp-6996ba58-ee30-44c6-8d64-89d632121223 firefox 20
0 xul.dll XPCNativeSet::Mark js/xpconnect/src/XPCInlines.h:502
1 xul.dll XPCWrappedNative::Mark js/xpconnect/src/xpcprivate.h:2871
2 xul.dll WrappedNativeMarker js/xpconnect/src/XPCWrappedNativeScope.cpp:447
3 mozjs.dll JS_DHashTableEnumerate js/src/jsdhash.cpp:708
4 xul.dll XPCWrappedNativeScope::MarkAllWrappedNativesAndProtos js/xpconnect/src/XPCWrappedNativeScope.cpp:466
5 xul.dll XPCJSRuntime::FinalizeCallback js/xpconnect/src/XPCJSRuntime.cpp:816
6 mozjs.dll BeginSweepPhase js/src/jsgc.cpp:3902
7 mozjs.dll IncrementalCollectSlice js/src/jsgc.cpp:4362
8 mozjs.dll GCCycle js/src/jsgc.cpp:4540
9 mozjs.dll Collect js/src/jsgc.cpp:4655
10 mozjs.dll js::GCSlice js/src/jsgc.cpp:4695
11 mozjs.dll js_InvokeOperationCallback js/src/jscntxt.cpp:1119
12 mozjs.dll js_HandleExecutionInterrupt js/src/jscntxt.cpp:1143
Reporter | ||
Comment 1•12 years ago
|
||
bp-735376b6-fdbe-4b3b-9e00-168e82130327 linux TB17
bp-f540bddc-f2b6-4f77-b3ca-71edc2130404 linux Tb17 startup crash
at least some windows crashes are McAfee.
bp-3c053d9d-6f41-4a66-afaa-ba9692130105 (cited above)
bp-dce218aa-e0d5-4aa2-a7f4-c2bdc2130308 (I've had private contact with the reporter)
Crash Signature: [@ XPCNativeSet::Mark()] → [@ XPCNativeSet::Mark() ]
[@ XPCNativeSet::Mark ]
Priority: P5 → --
Reporter | ||
Comment 2•9 years ago
|
||
most users with this signature have a multitude of crashes with other crash sigs
Reporter | ||
Comment 3•8 years ago
|
||
No crashes newer than 45.x
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•