Closed
Bug 1118940
Opened 11 years ago
Closed 10 years ago
Intermittent Android assertion spew: "ASSERTION: Unexpected placeholder tile: '!newValidRegion.Intersects(tileRect) || !IsPlaceholder(newRetainedTiles. SafeElementAt(index, AsDerived().GetPlaceholderTile()))', file TiledLayerBuffer.h, line 505"
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Assigned: milan)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
1.66 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Example logcat:
http://mozilla-releng-blobs.s3.amazonaws.com/blobs/mozilla-inbound/sha512/5666e6c3d9d9dd74dc420a8bf329e0f30782687ca034ff182742367392dfa13a10b7805f116fe5fa6d8420da4abbd5849d2e91aa780c16276d9b02100a550a20
01-07 10:43:23.476 I/Gecko ( 2253): [Parent 2253] ###!!! ASSERTION: Unexpected placeholder tile: '!newValidRegion.Intersects(tileRect) || !IsPlaceholder(newRetainedTiles. SafeElementAt(index, AsDerived().GetPlaceholderTile()))', file /builds/slave/m-in-and-api-11-d-000000000000/build/gfx/layers/TiledLayerBuffer.h, line 505
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8546674 -
Flags: review?(nical.bugzilla)
Comment 3•11 years ago
|
||
Comment on attachment 8546674 [details] [diff] [review]
Use gfxWarning instead of NS_ASSERTION as a followup to bug 1041744. r=nical
Review of attachment 8546674 [details] [diff] [review]:
-----------------------------------------------------------------
Sure, but it's a bit worrying that we run into this during tests (unless the test is stressing memory)
Attachment #8546674 -
Flags: review?(nical.bugzilla) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Not going to land this until we hit these a bit more. Maybe the problem went away?
Comment 5•10 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•