Closed
Bug 1198798
Opened 10 years ago
Closed 10 years ago
crash in mozilla::DisplayItemClip::operator=(mozilla::DisplayItemClip const&)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1181135
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: tracy, Unassigned)
Details
This bug was filed from the Socorro interface and is
report bp-0345959a-2c9d-4bfc-b45d-06daa2150825.
=============================================================
This started happening in very low numbers with builds from 2015072703. However, beginning with builds from 2015081706 the volume of this signature on Nightly (Fx43) has gone up notably such that this is now sitting at #4 on the top crash list.
Comment 1•10 years ago
|
||
This is bad, it looks like the this pointer is 0x5a5a5a5a. This suggests the clip is being picked up from a freed object. Which might be a freed displayitem.
Comment 2•10 years ago
|
||
Or it might be a freed ScrollFrameHelper.
Comment 3•10 years ago
|
||
It looks like the clip itself is the deleted object. We're crashing when we're accessing a member of the clip.
Comment 4•10 years ago
|
||
It looks like this is bug 1181135.
Updated•10 years ago
|
Status: NEW → RESOLVED
Crash Signature: [@ mozilla::DisplayItemClip::operator=(mozilla::DisplayItemClip const&)]
Closed: 10 years ago
Keywords: crash,
topcrash-win
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Group: core-security
Updated•10 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•