Closed
Bug 202339
Opened 23 years ago
Closed 23 years ago
Crash displaying mail messages [@ nsGenericHTMLElement::FindAttributeImpact]
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: bryner)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
642 bytes,
patch
|
Details | Diff | Splinter Review |
I just pulled a tree picking up the static atom changes in mozilla\html\content
(after the most recent changes late this afternoon).
I'm crashing when trying to view various messages in:
nsGenericHTMLElement::FindAttributeImpact
if (aAttribute == *map->attribute) {
looks like the value of map is pointing to invalid memory.
Alec do you think this is related to the static atom changes in content\html or
is it something else?
| Reporter | ||
Comment 1•23 years ago
|
||
I should have added that the caller of FindAttributeImpact is:
nsHTMLFontElement::GetMappedAttributeImpact
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
I think Bryner may have already checked something in similar to my patch to fix
this crash.
Updated•23 years ago
|
Severity: normal → critical
Keywords: crash
Summary: Crash displaying mail messages [nsGenericHTMLElement::FindAttributeImpact] → Crash displaying mail messages [@ nsGenericHTMLElement::FindAttributeImpact]
Comment 4•23 years ago
|
||
yep, sorry my bad - I had actually fixed this on one machine, and then checked
in from another.. doh!
over to bryner (I'll mark it fixed too)
Assignee: alecf → bryner
Comment 5•23 years ago
|
||
and now marking it fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•15 years ago
|
Crash Signature: [@ nsGenericHTMLElement::FindAttributeImpact]
You need to log in
before you can comment on or make changes to this bug.
Description
•