Closed
Bug 1356874
Opened 8 years ago
Closed 8 years ago
Crash in nsIdentifierMapEntry::KeyEquals
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: calixte, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [clouseau])
Crash Data
This bug was filed from the Socorro interface and is
report bp-14264167-f540-43ec-a18c-551922170416.
=============================================================
There is 1 crash in nightly 55 with buildid 20170415030205. The regression may have been introduced by patch [1] to fix bug 1355787.
[1] https://hg.mozilla.org/mozilla-central/rev?node=0a73f87d57414e3e5c1b852928d0d48ade2b3b6f
Flags: needinfo?(bugs)
Comment 1•8 years ago
|
||
That stack is rather busted:
CanvasRenderingContext2D::Restore() doesn't ever call
mozilla::dom::DocumentBinding::getElementById
nsDocument::GetElementById(nsAString const&) doesn't call
nsTHashtable<mozilla::dom::WebIDLNameTableEntry>::GetEntry(mozilla::dom::WebIDLNameTableKey const&)
Flags: needinfo?(bugs)
Updated•8 years ago
|
Priority: -- → P3
Comment 2•8 years ago
|
||
Calixte, can you take a look at comment 1 and see if there's something wrong with the report? Thank you.
Flags: needinfo?(cdenizet)
Reporter | ||
Comment 3•8 years ago
|
||
:overholt, there is only this crash with this signature and since the trace is messed up, I'm not sure that we should consider it.
By the way, I reported a bug for that: bug 1358875.
Flags: needinfo?(cdenizet)
Comment 4•8 years ago
|
||
Resolved incomplete during Regression triage - not much we can do here without a good stack.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•