Closed
Bug 156654
Opened 23 years ago
Closed 23 years ago
mail msg causes SEGV crash in nsEscapeHTML
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 156650
People
(Reporter: calum.mackay, Assigned: bugzilla)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1a+) Gecko/20020710
BuildID: 2002071010
A particular mail message in my inbox causes mozilla to crash every time when I
try to view it.
Reproducible: Always
Steps to Reproduce:
1.try to view particular mail message
2.
3.
Actual Results: crashes.
Expected Results: shouldn't.
IMAP mail server.
gdb stack trace:
Program received signal SIGSEGV, Segmentation fault.
0xfe9b0ec0 in strlen ()
(gdb) bt
#0 0xfe9b0ec0 in strlen ()
#1 0xff0b3450 in nsEscapeHTML ()
#2 0xfb2e01cc in nsMimeHtmlDisplayEmitter::EndHeader ()
#3 0xfaec8094 in mimeEmitterEndHeader ()
#4 0xfaeb2890 in MimeMessage_write_headers_html ()
#5 0xfaeb19a0 in MimeMessage_close_headers ()
#6 0xfaeb1580 in MimeMessage_parse_line ()
#7 0xfaec1f6c in convert_and_send_buffer ()
#8 0xfaec22f0 in mime_LineBuffer ()
#9 0xfaeb6a30 in MimeObject_parse_buffer ()
#10 0xfaec5280 in mime_display_stream_write ()
#11 0xfaed7d00 in nsStreamConverter::OnDataAvailable ()
#12 0xfde3b69c in nsDocumentOpenInfo::OnDataAvailable ()
#13 0xfdfb0548 in nsStreamListenerTee::OnDataAvailable ()
#14 0xfdf782b4 in nsOnDataAvailableEvent0::HandleEvent ()
#15 0xfdf77620 in nsStreamListenerEvent0::HandlePLEvent ()
#16 0xff0f5774 in PL_HandleEvent (self=0x16517fc) at plevent.c:596
#17 0xff0f5690 in PL_ProcessPendingEvents (self=0x84df0) at plevent.c:526
#18 0xff0f6b84 in nsEventQueueImpl::ProcessPendingEvents ()
#19 0xfd3a714c in event_processor_callback ()
#20 0xfd3a6ca4 in Letext ()
#21 0xfed64004 in g_io_unix_dispatch ()
#22 0xfed65d1c in g_main_dispatch ()
#23 0xfed661b0 in g_main_iterate ()
#24 0xfed66758 in g_main_run ()
#25 0xfeebefd4 in gtk_main ()
#26 0xfd3a7838 in nsAppShell::Run ()
#27 0xfbeb0ee0 in nsAppShellService::Run ()
#28 0x1f478 in main1 ()
#29 0x206a8 in main ()
text content of offending mail, from raw mail inbox file [some private info
removed]:
From maillist-request@Sun.COM Wed Jul 10 13:33:51 2002
Received: <removed>
Date: Wed, 10 Jul 2002 13:33:40 +0100 (BST)
From: <removed>
Message-Id: <removed.sun.com>
To: someone
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0
X-Spam-Status: No, hits=1.2 required=5.0 tests=SUBJ_MISSING,AWL version=2.20
X-Spam-Level: *
Status: RO
X-Status:
X-Keywords:
X-UID: 176944
I will be out of the office on vacation from Wednesday July 3rd 2002, returning
on monday July 29th 2002.
I will respond to your email as soon as possible upon my return.
If your email is urgent, please contact my manager.
Many thanks,
| Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 156650 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•