Crash in [@ RetainedDisplayListBuilder::MergeDisplayLists] (Item found was in the wrong list!)
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
People
(Reporter: Gankra, Assigned: Gankra)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
24.51 KB,
text/plain
|
Details |
oh boy document splitting is incredibly unstable on my windows machine (browser starts flickering, eventually goes solid black or solid white, then eventually crashes. Doing boring things like just looking at bugzilla.
short desc because it might crash at any second
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
error message is "Item found was in the wrong list! type 4 (outer type was 49 at depth 1, now is 0)"
https://crash-stats.mozilla.org/report/index/dbc5e5a0-74ba-4c4d-98b7-3728d0190725#tab-details
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Totally different signature for the same symptoms: https://crash-stats.mozilla.org/report/index/1ecb917a-eb9f-4ab1-bf0b-75da00190725
webrender::resource_cache::ResourceCache::block_until_all_resources_added
"Vector image error Unknown error"
Having trouble making sense of the crash reports, it seems like i'm getting a report for every content process that crashes after the GPU process crashes now?
| Assignee | ||
Comment 4•6 years ago
|
||
Aha ok so now I understand why my crash reports are flooded with things. Each "black out flicker" is one of these MOZ_RELEASE_ASSERT(mIsSome) crashes:
https://crash-stats.mozilla.org/report/index/08eaa7bb-4f44-41f0-bce2-ee6d10190725
This is a "good" sign in that those asserts were added in the new patches to WebRenderBridgeParent. Hopefully just a rebase error, will review my patches again.
| Assignee | ||
Updated•6 years ago
|
Description
•