Closed
Bug 156650
Opened 23 years ago
Closed 23 years ago
Email which crashes mozilla. [@ nsEscapeHTML]
Categories
(MailNews Core :: MIME, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.1beta
People
(Reporter: estama, Assigned: bugzilla)
References
Details
(4 keywords, Whiteboard: have fix)
Crash Data
Attachments
(1 file)
|
838 bytes,
patch
|
vparthas
:
review+
Bienvenu
:
superreview+
dbaron
:
approval+
|
Details | Diff | Splinter Review |
I've got an email which crashes mozilla every time i try to see it (via IMAP).
Also i'm using build 2002070913. From looking at the stack i found out that the
problem arises inside the MIME part of mozilla.
Please tell me to which i may bounce the email in order to check it.
If it's not confidential you can send it to my address. I'll see whether it
crashes my linux build. Have you tried it via pop? Does it crash there too? Does
talkback fire up? If so, could you give the incident number here?
Thank's for testing mozilla.
| Assignee | ||
Comment 2•23 years ago
|
||
*** Bug 156654 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 3•23 years ago
|
||
That appends whent the message does not have a subject. This is a regression
caused by the fix for bug 156307. Looks like we need to do a null pointer check...
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Updated•23 years ago
|
Keywords: regression
Whiteboard: have fix
| Assignee | ||
Comment 5•23 years ago
|
||
nsEscapeHTML crashes if it receive a null pointer. Therefore we need to check
the pointer first.
Comment on attachment 90791 [details] [diff] [review]
Proposed fix, v1
r=varada
Attachment #90791 -
Flags: review+
Comment 7•23 years ago
|
||
Comment on attachment 90791 [details] [diff] [review]
Proposed fix, v1
sr=bienvenu
Attachment #90791 -
Flags: superreview+
| Assignee | ||
Comment 8•23 years ago
|
||
requesting trunk approval...
Priority: -- → P1
Target Milestone: --- → mozilla1.1beta
Updated•23 years ago
|
QA Contact: gayatri → esther
Comment 9•23 years ago
|
||
ducarroz: Trunk approval is not necessary for regressions(new crashes) caused
due to latest check-ins.
Adding keyword - zt4newcrash (Zero Tolerance for New Crash)
ccing asa, judson and chofmann for quick approval
Keywords: zt4newcrash
Summary: Email which crashes mozilla. → Email which crashes mozilla. [@ nsEscapeHTML]
Comment 10•23 years ago
|
||
Adding topcrash+, testcase keywords...this is a topcrasher in recent
MozillaTrunk builds.
| Assignee | ||
Comment 11•23 years ago
|
||
I am confuse! do I need an approval or not?
Comment on attachment 90791 [details] [diff] [review]
Proposed fix, v1
Approving for trunk checkin during the 1.1beta trunk closure.
Attachment #90791 -
Flags: approval+
| Assignee | ||
Comment 13•23 years ago
|
||
we have conflict between this fix and the fact rods back out the original fix
for bug 156307 which caused the regression.
Let's mark this bug a dup of 156307 which has a fix too (basically the same)
*** This bug has been marked as a duplicate of 156307 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 14•23 years ago
|
||
reopening because this has all the approvals and is ready to go.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•23 years ago
|
Status: REOPENED → ASSIGNED
Comment 15•23 years ago
|
||
*** Bug 156307 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
*** Bug 156804 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
*** Bug 156848 has been marked as a duplicate of this bug. ***
Comment 18•23 years ago
|
||
*** Bug 156879 has been marked as a duplicate of this bug. ***
Comment 19•23 years ago
|
||
*** Bug 156854 has been marked as a duplicate of this bug. ***
Comment 20•23 years ago
|
||
*** Bug 157020 has been marked as a duplicate of this bug. ***
Comment 21•23 years ago
|
||
I am using Mozilla 1.1a+
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1a+) Gecko/20020709
G4 533mhz, Mac OSX 10.1.4
Attempting to open an email with a blank subject line will immediately crash
Mozilla. Always. Quickly. Sounds just like this bug. I am not versed in
retrieving crash data, and this is not a talk-back enabled build.
| Assignee | ||
Comment 22•23 years ago
|
||
The fix has been checked in the trunk on 07/10/02 by rods
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 23•23 years ago
|
||
*** Bug 157316 has been marked as a duplicate of this bug. ***
Comment 24•23 years ago
|
||
v.fixed. No crashes reported after 7/10 MozillaTrunk builds.
Status: RESOLVED → VERIFIED
Comment 25•23 years ago
|
||
*** Bug 157664 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
*** Bug 157959 has been marked as a duplicate of this bug. ***
Comment 27•23 years ago
|
||
*** Bug 158673 has been marked as a duplicate of this bug. ***
Comment 28•23 years ago
|
||
*** Bug 158677 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•14 years ago
|
Crash Signature: [@ nsEscapeHTML]
You need to log in
before you can comment on or make changes to this bug.
Description
•