Closed Bug 1716742 Opened 4 years ago Closed 4 years ago

Flag all windows crashes with a last_error_value set to ERROR_COMMITMENT_LIMIT as OOMs

Categories

(Socorro :: Signature, task, P2)

Unspecified
Windows

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gsvelto, Assigned: willkg)

References

Details

Attachments

(1 file)

As per title. We manage to catch some via WER, like this one but it's flagged as an OOM only because it hit the error within our memory allocator. If Firefox hits that error in code we don't control - like Microsoft libraries - then the crash is not flagged as an OOM because it doesn't have the OOMAllocationSize annotation.

Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2

I found a few that I think meet the criteria specified:

crashid last_error_value signature
bp-220a1716-f404-42a0-9fb2-79a0c0210707 ERROR_COMMITMENT_LIMIT mozilla::wr::RenderCompositorD3D11SWGL::TileD3D11::Map
bp-d774279e-3e87-4402-b8e7-551490210710 ERROR_COMMITMENT_LIMIT mozilla::dom::JSActorManager::ReceiveRawMessage
bp-124804f5-25b0-4486-b03b-131b40210713 ERROR_COMMITMENT_LIMIT mozilla::wr::RenderCompositorD3D11SWGL::TileD3D11::Map

Looking at the first one, with the patch I've got, the signature changes like this:

app@socorro:/app$ socorro-cmd signature 220a1716-f404-42a0-9fb2-79a0c0210707
Crash id: 220a1716-f404-42a0-9fb2-79a0c0210707
Original: mozilla::wr::RenderCompositorD3D11SWGL::TileD3D11::Map
New:      OOM | unknown | mozilla::wr::RenderCompositorD3D11SWGL::TileD3D11::Map
Same?:    False

It uses OOM | unknown because there's no OOMAllocationSize annotation.

I deployed this to prod in bug #1721613 just now.

I reprocessed 220a1716-f404-42a0-9fb2-79a0c0210707 and the signature changed to OOM | unknown | mozilla::wr::RenderCompositorD3D11SWGL::TileD3D11::Map.

Marking as FIXED.

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Blocks: 1733910
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: