Crash in OOM | small with BuildDisplayListForChild
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | affected |
firefox57 | --- | unaffected |
firefox58 | --- | wontfix |
firefox59 | --- | wontfix |
firefox60 | --- | wontfix |
firefox61 | --- | wontfix |
firefox62 | --- | fix-optional |
People
(Reporter: philipp, Unassigned, NeedInfo)
References
Details
(Keywords: crash, leave-open, regression, Whiteboard: [tbird crash])
Crash Data
Attachments
(1 file)
(deleted),
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 8•7 years ago
|
||
Reporter | ||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Updated•7 years ago
|
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Updated•7 years ago
|
Comment 15•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Updated•7 years ago
|
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
bugherder uplift |
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 23•7 years ago
|
||
Updated•7 years ago
|
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
bugherder |
Comment 26•7 years ago
|
||
bugherder uplift |
Comment 27•7 years ago
|
||
Updated•7 years ago
|
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
Updated•7 years ago
|
Updated•6 years ago
|
Comment 31•6 years ago
|
||
Comment 32•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mattwoodrow, maybe it's time to close this bug?
Updated•5 years ago
|
Comment 33•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mattwoodrow, maybe it's time to close this bug?
Updated•4 years ago
|
Comment 34•3 years ago
|
||
With 510 crashes in the past week, this ranks in the top 10 crashes for https://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=92.0.1 - 50-50 split between x86 and amd64
There are also Thunderbird crashes, for example bp-9b5fbfa3-e6a6-4226-a1c7-aed0f0211004
Updated•3 years ago
|
Comment 35•3 years ago
|
||
This looks like it's continues to be a massive crash fest, even years later. Miko, since this is categorized under "Web Painting", can you provide any insights or fixes?
Comment 36•3 years ago
|
||
Note that the crash signature shown in the bugzilla UI is shared with all small OOMs.
In 100.0a1 we seem to have gotten 42 crashes (with very small population) where the stack includes BuildDisplayList
. I took a look at a handful of recent crashes and it seems that most of them show either ERROR_COMMITMENT_LIMIT
or ERROR_NOT_ENOUGH_MEMORY
errors. The allocations are generally 32KB or less.
Some of these crashes make very little sense, for example this:
Last Error Value ERROR_COMMITMENT_LIMIT
Total Virtual Memory 140,737,488,224,256 bytes (140.74 TB)
Available Virtual Memory 138,530,068,635,648 bytes (138.53 TB)
Available Page File 3,600,437,248 bytes (3.6 GB)
Available Physical Memory 1,042,993,152 bytes (1.04 GB)
System Memory Use Percentage 89
OOM Allocation Size 32,768 bytes (32.77 KB)
No insights unfortunately.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 37•2 years ago
|
||
Other possible signature matches amongst
- https://crash-stats.mozilla.org/search/?proto_signature=BuildDisplayListForChild&product=Firefox&date=%3E%3D2022-07-31T12%3A08%3A00.000Z&date=%3C2022-08-07T12%3A08%3A00.000Z&_facets=signature&_sort=-date&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
- https://crash-stats.mozilla.org/search/?proto_signature=BuildDisplayListForChild&product=Thunderbird&date=%3E%3D2022-07-31T12%3A08%3A00.000Z&date=%3C2022-08-07T12%3A08%3A00.000Z&_facets=signature&_sort=-date&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Updated•2 years ago
|
Description
•