Closed
Bug 624810
Opened 15 years ago
Closed 6 years ago
crash [@ morkMap::Put(morkEnv*, void const*, void const*, void*, void*, unsigned char**)]
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
crash [@ morkMap::Put(morkEnv*, void const*, void const*, void*, void*, unsigned char**)]
several variations of stack organized in 3 groups.
the first stack in the first group is the most common I think.
---- 1 -----
0 thunderbird.exe morkMap::Put db/mork/src/morkMap.cpp:580
1 thunderbird.exe morkRowMap::AddRow db/mork/src/morkAtomMap.cpp:214
2 thunderbird.exe morkAtomSpace::MakeBookAtomCopyWithAid db/mork/src/morkAtomSpace.cpp:212
EXCEPTION_ACCESS_VIOLATION_READ
bp-35278002-c5aa-4fea-a512-e4bf42110102 windows
bp-1546941b-64db-4d5d-a719-672ad2110105 has reporter bug db/mork/src/morkAtomSpace.cpp:213
0 thunderbird.exe morkMap::Put db/mork/src/morkMap.cpp:585
1 thunderbird.exe morkRowMap::AddRow db/mork/src/morkAtomMap.cpp:214
2 thunderbird.exe morkAtomSpace::MakeBookAtomCopyWithAid db/mork/src/morkAtomSpace.cpp:212
EXCEPTION_ACCESS_VIOLATION_WRITE
bp-abfc3d99-054a-4c17-8b22-888db2110105 windows startup
0 thunderbird.exe morkMap::Put db/mork/src/morkMap.cpp:580
1 thunderbird.exe morkBeadMap::AddBead db/mork/src/morkBead.cpp:193
2 thunderbird.exe morkRowSpace::NewTableWithTid db/mork/src/morkRowSpace.cpp:330
EXCEPTION_ACCESS_VIOLATION_READ
bp-47c73a6d-843b-4ad3-8208-8ded22101229 windows
---- 2 -----
0 thunderbird-bin morkMap::Put db/mork/src/morkMap.h:284
1 thunderbird-bin morkAtomBodyMap::AddAtom db/mork/src/morkAtomMap.cpp:398
2 thunderbird-bin morkAtomSpace::MakeBookAtomCopyWithAid db/mork/src/morkAtomSpace.cpp:213
EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
bp-bfc40eff-3ffe-4a75-ab28-da9432110103 Mac
---- 3 -----
0 thunderbird-bin morkMap::Put db/mork/src/morkMap.cpp:272
1 thunderbird-bin morkAtomBodyMap::AddAtom db/mork/src/morkAtomMap.cpp:398
2 thunderbird-bin morkAtomSpace::MakeBookAtomCopyWithAid db/mork/src/morkAtomSpace.cpp:213
EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE
bp-3e58e1bd-8fe6-4046-82ef-690b92101229 Mac
0 thunderbird-bin morkMap::Put db/mork/src/morkMap.cpp:272
1 thunderbird-bin morkIntMap::AddInt db/mork/src/morkIntMap.cpp:138
2 thunderbird-bin morkRow::SetRow db/mork/src/morkAtomMap.h:341
EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
bp-83754cb1-3a9d-4eb3-8d10-d559f2110105 Mac
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ morkMap::Put(morkEnv*, void const*, void const*, void*, void*, unsigned char**)]
Updated•10 years ago
|
Crash Signature: [@ morkMap::Put(morkEnv*, void const*, void const*, void*, void*, unsigned char**)] → [@ morkMap::Put(morkEnv*, void const*, void const*, void*, void*, unsigned char**)]
[@ morkMap::Put]
Reporter | ||
Comment 1•6 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: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•