Closed
Bug 8688
Opened 25 years ago
Closed 25 years ago
Spell checker crashing - null PersonalDbFile pointer
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: cmanske, Assigned: kinmoz)
Details
Just click on the "Spell" toolbar button.
Here's the stack:
strncpy() line 164
CSpellChecker::Initialize(CSpellChecker * const 0x02690510, int 106, int 4112,
char * 0x026906e8, char * 0x00000000) line 543 + 28 bytes
nsSpellCheckGlue::InitSpellChecker() line 469 + 44 bytes
nsSpellCheckGlue::nsSpellCheckGlue() line 58 + 8 bytes
nsSpellCheckGlueFactory::CreateInstance(nsSpellCheckGlueFactory * const
0x02690490, nsISupports * 0x00000000, const nsID & {...}, void * * 0x0266f780)
line 96 + 27 bytes
nsComponentManagerImpl::CreateInstance(nsComponentManagerImpl * const
0x012442b0, const nsID & {...}, nsISupports * 0x00000000, const nsID & {...},
void * * 0x0266f780) line 1126 + 24 bytes
nsComponentManager::CreateInstance(const nsID & {...}, nsISupports * 0x00000000,
const nsID & {...}, void * * 0x0266f780) line 68
nsEditorShell::StartSpellChecking(nsEditorShell * const 0x0266f774, unsigned
Accepting bug. Setting target milestone to M8.
Charlie, I can't reproduce this with my build from today at all. Things work
just fine. I'll try a fresh pull tomorrow and see if I can reproduce the crash.
FYI We narrowed this down to something in Charlie's build environment. One of
the libraries, xpcom I believe, that the spellchecker library is linking against
is bad.
Moving all spellchecker/text services related bugs to M11 since I will still be
working on AutoComplete features through M10.
Charlie, can we close this bug? I think we figured out that your _MSC_VER
environment variable was set incorrectly.
Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•25 years ago
|
||
Yep.
You need to log in
before you can comment on or make changes to this bug.
Description
•