Open
Bug 823408
Opened 13 years ago
Updated 2 years ago
crash in nsAttrValue::~nsAttrValue()
Categories
(Core :: DOM: Core & HTML, 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 .
=============================================================
Reporter | ||
Comment 1•13 years ago
|
||
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).
![]() |
||
Updated•13 years ago
|
Summary: crash in nsAttrValue:: → crash in nsAttrValue::~nsAttrValue()
![]() |
||
Comment 2•13 years ago
|
||
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....
Updated•10 years ago
|
Crash Signature: [@ nsAttrValue::~nsAttrValue()] → [@ nsAttrValue::~nsAttrValue()]
[@ nsAttrValue::~nsAttrValue]
Comment 3•4 years ago
|
||
Closing this as resolved- worksforme, there were no crashes with this signature in the last 6 months.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
Comment 4•4 years ago
|
||
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 → ---
Updated•4 years ago
|
Whiteboard: qa-not-actionable
Updated•3 years ago
|
Severity: critical → S2
Comment 5•3 years ago
|
||
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
Updated•2 years ago
|
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.
Description
•