Closed
Bug 64601
Opened 24 years ago
Closed 24 years ago
Crash on opening a message with an invalid attachment
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
People
(Reporter: kazhik, Assigned: sspitzer)
Details
Attachments
(1 file)
175.57 KB,
text/plain
|
Details |
Mailer crashes if you try to open a message with an invalid attachment.
I'll attach a testcase. I made the file with December's build
(maybe 5/12/2000 win32 build).
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Each line of the testcase is terminated with 0x0d0a.
If you replace it with 0x0a, crash doesn't happen.
This is most likely a DUP.
Assignee: rhp → sspitzer
QA Contact: esther → sheelar
Comment 8•24 years ago
|
||
with testcase (linux build 030714) I get this crash:
mime_subclass_p() mime_typep()
CountTotalMimeAttachments() CountTotalMimeAttachments()
CountTotalMimeAttachments() MimeGetAttachmentList()
mime_display_stream_complete() nsStreamConverter::OnStopRequest()
nsDocumentOpenInfo::OnStopRequest()
nsMsgProtocol::OnStopRequest() nsMailboxProtocol::OnStopRequest()
nsOnStopRequestEvent::HandleEvent()
nsStreamObserverEvent::HandlePLEvent() PL_HandleEvent()
PL_ProcessPendingEvents() nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback() our_gdk_io_invoke()
libglib-1.2.so.0 + 0xeaca (0x4063faca) libglib-1.2.so.0 + 0x10186
(0x40641186) libglib-1.2.so.0 + 0x10751 (0x40641751)
libglib-1.2.so.0 + 0x108f1 (0x406418f1) libgtk-1.2.so.0 + 0x8c8e9
(0x405668e9) nsAppShell::Run() nsAppShellService::Run()
main1() main() libc.so.6 + 0x189cb
(0x402479cb)
also crashing with win32 build 030704 but no talkback.
This is the same stack as recently closed bug 61412.
Comment 9•24 years ago
|
||
*** This bug has been marked as a duplicate of 61412 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•