Open
Bug 1071823
Opened 10 years ago
Updated 4 years ago
"ASSERTION: expected to find a RestyleData for cur" and null deref [@ mozilla::RestyleTracker::AddPendingRestyle]
Categories
(Core :: Layout, defect)
Tracking
()
REOPENED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Crash Data
Attachments
(2 files)
###!!! ASSERTION: expected to find a RestyleData for cur: 'curData', file RestyleTracker.h, line 474
Followed immediately by a null deref of the same variable (curData).
Maybe a regression from the patch that added the assertion, http://hg.mozilla.org/mozilla-central/rev/635055d16df6 in bug 931668
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 3•6 years ago
|
||
This bug has a testcase that needs to be tested and then landed as a crashtest.
(if it now works, then WORKSFORME is the correct resolution)
Also, there are still crash reports matching AddPendingRestyle that might be relevant.
https://crash-stats.mozilla.com/search/?signature=~RestyleTracker::AddPendingRestyle
Status: RESOLVED → REOPENED
Flags: in-testsuite?
Resolution: WONTFIX → ---
Comment 4•6 years ago
|
||
RestyleTracker / RestyleData are gone, so this just needs a crashtest.
Updated•4 years ago
|
Severity: critical → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•