Closed
Bug 646212
Opened 14 years ago
Closed 11 years ago
crash [@ nsMsgI18NSaveAsCharset(char const*, char const*, unsigned short const*, char**, char**, int*)]
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Assigned: smontagu)
Details
(Keywords: crash)
Crash Data
crash [@ nsMsgI18NSaveAsCharset(char const*, char const*, unsigned short const*, char**, char**, int*)]
(from crash-stats, not my crash)
this might be two different crashes
1. nsMsgI18N.cpp:417
2. nsMsgI18N.cpp:431
1. nsMsgI18N.cpp:417
bp-4443fbf5-3ab1-44e4-b6ed-dd6452110322
EXCEPTION_ACCESS_VIOLATION_WRITE
0x0
0 thunderbird.exe nsMsgI18NSaveAsCharset mailnews/base/util/nsMsgI18N.cpp:417
1 thunderbird.exe nsMsgComposeAndSend::GetBodyFromEditor mailnews/compose/src/nsMsgSend.cpp:1697
2 thunderbird.exe nsMsgComposeAndSend::Init mailnews/compose/src/nsMsgSend.cpp:3444
3 thunderbird.exe nsMsgComposeAndSend::CreateAndSendMessage mailnews/compose/src/nsMsgSend.cpp:4293
4 thunderbird.exe nsMsgCompose::_SendMsg mailnews/compose/src/nsMsgCompose.cpp:1054
5 thunderbird.exe nsMsgCompose::SendMsg mailnews/compose/src/nsMsgCompose.cpp:1251
2. nsMsgI18N.cpp:431
bp-25b7e640-2065-487a-b13a-5183e2110329
EXCEPTION_ACCESS_VIOLATION_WRITE
0x25ab20
0 thunderbird.exe nsMsgI18NSaveAsCharset mailnews/base/util/nsMsgI18N.cpp:431
1 thunderbird.exe nsMsgComposeAndSend::GetBodyFromEditor mailnews/compose/src/nsMsgSend.cpp:1697
2 thunderbird.exe nsMsgComposeAndSend::Init mailnews/compose/src/nsMsgSend.cpp:3444
3 thunderbird.exe nsMsgComposeAndSend::CreateAndSendMessage mailnews/compose/src/nsMsgSend.cpp:4293
4 thunderbird.exe nsMsgCompose::_SendMsg mailnews/compose/src/nsMsgCompose.cpp:1054
5 thunderbird.exe nsMsgCompose::SendMsg mailnews/compose/src/nsMsgCompose.cpp:1251
Updated•14 years ago
|
Crash Signature: [@ nsMsgI18NSaveAsCharset(char const*, char const*, unsigned short const*, char**, char**, int*)]
Reporter | ||
Comment 1•11 years ago
|
||
Only thing I found in past 4 months is bp-7c02f324-4f56-4a4b-a9b1-38a832140212 nsMsgI18NSaveAsCharset(char const*, char const*, wchar_t const*, char**, char**, bool*) whose stack doesn't match anything in comment 0
0 xul.dll nsMsgI18NSaveAsCharset(char const *,char const *,wchar_t const *,char * *,char * *,bool *) mailnews/base/util/nsMsgI18N.cpp
1 xul.dll nsMsgCompose::_SendMsg(int,nsIMsgIdentity *,char const *,bool) mailnews/compose/src/nsMsgCompose.cpp
2 xul.dll nsMsgCompose::SendMsg(int,nsIMsgIdentity *,char const *,nsIMsgWindow *,nsIMsgProgress *) mailnews/compose/src/nsMsgCompose.cpp
3 xul.dll NS_InvokeByIndex xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp
4 xul.dll XPCWrappedNative::CallMethod(XPCCallContext &,XPCWrappedNative::CallMode) js/xpconnect/src/XPCWrappedNative.cpp
5 xul.dll XPC_WN_CallMethod(JSContext *,unsigned int,JS::Value *) js/xpconnect/src/XPCWrappedNativeJSOps.cpp
6 mozjs.dll js::Invoke(JSContext *,JS::CallArgs,js::MaybeConstruct) js/src/vm/Interpreter.cpp
7 mozjs.dll Interpret js/src/vm/Interpreter.cpp
8 mozjs.dll js::RunScript(JSContext *,js::RunState &) js/src/vm/Interpreter.cpp
9 mozjs.dll js::Invoke(JSContext *,JS::CallArgs,js::MaybeConstruct) js/src/vm/Interpreter.cpp
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•