Closed
Bug 478008
Opened 16 years ago
Closed 16 years ago
Crash [@ nsMsgCompose::SetDocumentCharset]
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 301264
People
(Reporter: Usul, Unassigned)
References
()
Details
(Keywords: crash, topcrash)
Crash Data
stack :
Module Signature [Expand] Source
0 thunderbird.exe nsMsgCompose::SetDocumentCharset nsMsgCompose.cpp:885
1 xpcom_core.dll NS_InvokeByIndex_P xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:101
2 thunderbird.exe XPCWrappedNative::CallMethod js/src/xpconnect/src/xpcwrappednative.cpp:2424
3 thunderbird.exe XPC_WN_CallMethod js/src/xpconnect/src/xpcwrappednativejsops.cpp:1477
Comment 1•16 years ago
|
||
That's a crash on
m_editor->SetDocumentCharacterSet(nsDependentCString(charset));
... so charset is likely null
Reporter | ||
Updated•16 years ago
|
Flags: wanted-thunderbird3?
Updated•16 years ago
|
Keywords: crash
Summary: Crash @ nsMsgCompose::SetDocumentCharset → Crash [@ nsMsgCompose::SetDocumentCharset]
Comment 2•16 years ago
|
||
xref bug 301264
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: wanted-thunderbird3?
Resolution: --- → DUPLICATE
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsMsgCompose::SetDocumentCharset]
You need to log in
before you can comment on or make changes to this bug.
Description
•