Closed
Bug 161512
Opened 24 years ago
Closed 24 years ago
Crash replying to a japanese encoded message in HTML
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: mjudge)
References
Details
(Keywords: regression, smoketest)
seen on commercial trunk builds:
windows 2002-08-07-04-trunk
mac 2002-08-07-03-trunk
-compose a message in japanese and send it to yourself and some one else.
-retrieve that message and compose a reply to it in HTML
-send it
crash...talkback below:
note: on mac os9, after a few times reproducing this, talkback hung my
machine...I rebooted then attempted to reproduce this crash again and could not
do so. I tried rebooting my wondows machine to see if that would help, but it
did not.
| Reporter | ||
Comment 1•24 years ago
|
||
Incident ID 9068860
Stack Signature nsTypedSelection::selectFrames 00d3c0bb
Email Address twalker@netscape.com
Product ID MozillaTrunk
Build ID 2002080704
Trigger Time 2002-08-07 10:09:58
Platform Win32
Operating System Windows 98 4.10 build 67766446
Module GKCONTENT.DLL
URL visited
User Comments crash in reply to japanese encoded message in html
Trigger Reason Access violation
Source File Name c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp
Trigger Line No. 4991
Stack Trace
nsTypedSelection::selectFrames
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 4991]
nsTypedSelection::selectFrames
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 5091]
nsTypedSelection::Extend
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 6565]
nsTypedSelection::SelectAllChildren
[c:/builds/seamonkey/mozilla/content/base/src/nsSelection.cpp, line 6848]
nsEditor::SelectEntireDocument
[c:/builds/seamonkey/mozilla/editor/libeditor/base/nsEditor.cpp, line 2453]
nsHTMLEditor::SelectEntireDocument
[c:/builds/seamonkey/mozilla/editor/libeditor/html/nsHTMLEditor.cpp, line 4025]
nsEditor::SelectAll
[c:/builds/seamonkey/mozilla/editor/libeditor/base/nsEditor.cpp, line 784]
nsEditorShell::SelectAll
[c:/builds/seamonkey/mozilla/editor/composer/src/nsEditorShell.cpp, line 2103]
nsMsgCompose::CloseWindow
[c:/builds/seamonkey/mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 1148]
nsMsgComposeSendListener::OnStopCopy
[c:/builds/seamonkey/mozilla/mailnews/compose/src/nsMsgCompose.cpp, line 2755]
nsMsgComposeAndSend::NotifyListenerOnStopCopy
[c:/builds/seamonkey/mozilla/mailnews/compose/src/nsMsgSend.cpp, line 3767]
CopyListener::OnStopCopy
[c:/builds/seamonkey/mozilla/mailnews/compose/src/nsMsgCopy.cpp, line 159]
nsImapMailFolder::OnStopRunningUrl
[c:/builds/seamonkey/mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 4430]
nsUrlListenerManager::BroadcastChange
[c:/builds/seamonkey/mozilla/mailnews/base/src/nsUrlListenerManager.cpp, line 98]
nsUrlListenerManager::OnStopRunningUrl
[c:/builds/seamonkey/mozilla/mailnews/base/src/nsUrlListenerManager.cpp, line 127]
nsMsgMailNewsUrl::SetUrlState
[c:/builds/seamonkey/mozilla/mailnews/base/util/nsMsgMailNewsUrl.cpp, line 133]
nsImapMailFolder::SetUrlState
[c:/builds/seamonkey/mozilla/mailnews/imap/src/nsImapMailFolder.cpp, line 5508]
XPTC_InvokeByIndex
[c:/builds/seamonkey/mozilla/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp,
line 106]
EventHandler [c:/builds/seamonkey/mozilla/xpcom/proxy/src/nsProxyEvent.cpp, line
568]
PL_HandleEvent [c:/builds/seamonkey/mozilla/xpcom/threads/plevent.c, line 597]
PL_ProcessPendingEvents [c:/builds/seamonkey/mozilla/xpcom/threads/plevent.c,
line 530]
_md_EventReceiverProc [c:/builds/seamonkey/mozilla/xpcom/threads/plevent.c, line
1078]
KERNEL32.DLL + 0x24407 (0xbff94407)
0x00698bf6
Keywords: regression,
smoketest
Comment 2•24 years ago
|
||
The call stack shows it crashes in the text selection code.
Does the crash happen after sending the message or during the send?
i am not able to reproduce this crash because with the existing profile i am
crashing after the password dlgbox comes up (Incident ID 9069545) and with a new
profile i am crashing while setting it up (bug 161515, Incident ID 9069144)
checked in from 161444
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•24 years ago
|
||
verified with commercial build 2002-08-08-07-trunk
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•