Closed
Bug 893887
Opened 12 years ago
Closed 5 years ago
crash in morkRowObject::
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
occurs in recent development builds (eg version 22).
And looking at september and august 2012 crashes, as far back as 10.06esr
This bug was filed from the Socorro interface and is
report bp-4c074e1f-7da6-4d5a-9fef-b39cd2130608 .
=============================================================
0 xul.dll morkRowObject::~morkRowObject db/mork/src/morkRowObject.cpp:61
1 xul.dll morkRowObject::`scalar deleting destructor'
2 xul.dll XPCWrappedNative::FlatJSObjectFinalized js/xpconnect/src/XPCWrappedNative.cpp:1310
3 xul.dll WrappedNativeFinalize js/xpconnect/src/XPCWrappedNativeJSOps.cpp:639
4 xul.dll XPC_WN_NoHelper_Finalize js/xpconnect/src/XPCWrappedNativeJSOps.cpp:645
5 mozjs.dll js::gc::Arena::finalize<JSObject> js/src/jsgc.cpp:354
6 mozjs.dll FinalizeTypedArenas<JSObject> js/src/jsgc.cpp:418
7 mozjs.dll js::gc::ArenaLists::queueObjectsForSweep js/src/jsgc.cpp:1434
8 mozjs.dll BeginSweepingZoneGroup js/src/jsgc.cpp:3681
9 mozjs.dll SweepPhase js/src/jsgc.cpp:3843
10 mozjs.dll IncrementalCollectSlice js/src/jsgc.cpp:4299
11 mozjs.dll GCCycle js/src/jsgc.cpp:4417
12 mozjs.dll Collect js/src/jsgc.cpp:4545
13 mozjs.dll js::GCSlice js/src/jsgc.cpp:4581
14 mozjs.dll JS::NotifyDidPaint js/src/jsfriendapi.cpp:841
matjk7@8658 59 morkRowObject::~morkRowObject() // assert CloseRowObject() executed earlier
matjk7@8658 60 {
matjk7@8658 61 CloseMorkNode(mMorkEnv);
Updated•9 years ago
|
Crash Signature: [@ morkRowObject::~morkRowObject()] → [@ morkRowObject::~morkRowObject()]
[@ morkRowObject::~morkRowObject]
Reporter | ||
Comment 1•5 years ago
|
||
With bug 1572000 and addressbook rewrite coming, no mork crashes ranking above #160, and no one wanting to touch Mork code, it's safe to say that no one is going to fix any currently reported mork crash. Thus => wontfix (and we don't have to see these rare crashes as open bugs anymore)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•