Open Bug 823408 Opened 12 years ago Updated 1 year ago

crash in nsAttrValue::~nsAttrValue()

Categories

(Core :: DOM: Core & HTML, defect)

19 Branch
All
macOS
defect

Tracking

()

REOPENED

People

(Reporter: djc, Unassigned)

Details

(Keywords: crash, Whiteboard: qa-not-actionable)

Crash Data

This bug was filed from the Socorro interface and is 
report bp-e3b658a0-0c2a-4c4e-ac81-cb9e92121219 .
=============================================================
I was not interacting with the browser at the time. I believe it might be correlated with a YouTube video ending (either https://www.youtube.com/watch?v=qf3q5qEjO10 or https://www.youtube.com/watch?NR=1&feature=fvwp&v=utyfnJsp0Xg).
Summary: crash in nsAttrValue:: → crash in nsAttrValue::~nsAttrValue()
That's a null-deref on line 225, like so:

222     case eAtomBase:
223     {
224       nsIAtom* atom = GetAtomValue();
225       NS_RELEASE(atom);

That just shouldn't happen....
Crash Signature: [@ nsAttrValue::~nsAttrValue()] → [@ nsAttrValue::~nsAttrValue()] [@ nsAttrValue::~nsAttrValue]

Closing this as resolved- worksforme, there were no crashes with this signature in the last 6 months.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME

Reopening this issue because it seems that for these Signatures
@ nsAttrValue::~nsAttrValue() ,
@ nsAttrValue::~nsAttrValue there are still crashes occurring in the last 6 months.

Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Whiteboard: qa-not-actionable
Severity: critical → S2

Since the crash volume is low (less than 5 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.

For more information, please visit auto_nag documentation.

Severity: S2 → S3
Crash Signature: [@ nsAttrValue::~nsAttrValue()] [@ nsAttrValue::~nsAttrValue] → [@ nsAttrValue::~nsAttrValue] [@ nsAttrValue::~nsAttrValue]
You need to log in before you can comment on or make changes to this bug.