Closed
Bug 29331
Opened 25 years ago
Closed 25 years ago
File| Send Unsent Messages Crashes
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: nbaca, Assigned: rhp)
Details
(Whiteboard: [PDT+])
Build 2000-02-23-14M14: NT4, Mac 8.5.1
Build 2000-02-23-15M14: Linux 6.0
Overview: Select File|Send Unsent Messages and it crashes.
Steps to reproduce:
1. Create a new message and select File|Send Later
2. From the 3-pane select File|Send Unsent Messages
Actual Results: A crash occurs. I also tried viewing the Unsent Messages folder
and then selecting File|Send Unsent Messages and the crash occured again.
Expected Results: No crash, it should just send the message from the Unsent
Messages folder.
Reporter | ||
Updated•25 years ago
|
QA Contact: lchiang → esther
Reporter | ||
Comment 2•25 years ago
|
||
Incident# 5908849
Call Stack: (Signature = nsMsgComposeAndSend::DeliverFileAsMail 11ed9dfc)
nsMsgComposeAndSend::DeliverFileAsMail
[d:\builds\seamonkey\mozilla\mailnews\compose\src\nsMsgSend.cpp, line 2764]
nsMsgComposeAndSend::DeliverMessage
[d:\builds\seamonkey\mozilla\mailnews\compose\src\nsMsgSend.cpp, line 2645]
nsMsgComposeAndSend::SendMessageFile
[d:\builds\seamonkey\mozilla\mailnews\compose\src\nsMsgSend.cpp, line 3397]
nsMsgSendLater::CompleteMailFileSend
[d:\builds\seamonkey\mozilla\mailnews\compose\src\nsMsgSendLater.cpp, line 524]
nsMsgSendLater::OnStopRequest
[d:\builds\seamonkey\mozilla\mailnews\compose\src\nsMsgSendLater.cpp, line 164]
nsMsgProtocol::OnStopRequest
[d:\builds\seamonkey\mozilla\mailnews\base\util\nsMsgProtocol.cpp, line 216]
nsMailboxProtocol::OnStopRequest
[d:\builds\seamonkey\mozilla\mailnews\local\src\nsMailboxProtocol.cpp, line 177]
nsFileChannel::OnStopRequest
[d:\builds\seamonkey\mozilla\netwerk\protocol\file\src\nsFileChannel.cpp, line
448]
nsOnStopRequestEvent::HandleEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp, line
283]
nsStreamListenerEvent::HandlePLEvent
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsAsyncStreamListener.cpp, line
98]
PL_HandleEvent
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 527]
PL_ProcessPendingEvents
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 490]
_md_EventReceiverProc
[d:\builds\seamonkey\mozilla\xpcom\threads\plevent.c, line 977]
USER32.dll + 0x1820 (0x77e71820)
Assignee | ||
Comment 3•25 years ago
|
||
This was a problem with getting a valid webshell for nsINetPrompt. Pretty easy
fix. We should consider this for PDT, it will crash every time on this operation
without this fix.
- rhp
Assignee | ||
Updated•25 years ago
|
Summary: File| Send Unsent Messages Crashes → [FIXED] File| Send Unsent Messages Crashes
Rich - you can't put PDT in the status whiteboard since the PDT team won't see
this in their query. I'm going to remove it. They'll see the beta1 keyword and
give approval accordingly.
Whiteboard: [PDT]
Assignee | ||
Comment 6•25 years ago
|
||
Needed to find a top level window for a net prompt.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Summary: [FIXED] File| Send Unsent Messages Crashes → File| Send Unsent Messages Crashes
Using build 2000-03-02 on win98 mac and linux this is fixed. I created a
message in a profile that had multiple accounts, my Unsent messages folder in
the Local is where the Unsent message went. I did a File|Send Unsent Messages
and the message was sent (as long as I wasn't focused in the Local Folder) and I
did not crash. The crash is fixed, I will find/or log a bug for the focus in
Local mail not sending unsent messages. Verified
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•