Open Bug 1795129 Opened 3 years ago Updated 3 years ago

Noisy MOZ_DIAGNOSTIC_ASSERT(sGPUParent) in IPC fuzzing

Categories

(Core :: Graphics, enhancement)

enhancement

Tracking

()

Tracking Status
firefox107 --- affected

People

(Reporter: decoder, Assigned: decoder)

Details

The diagnostic assert here

https://searchfox.org/mozilla-central/rev/76ccfc801e6b736c844cde3fddeab7a748fc8515/gfx/ipc/GPUParent.cpp#111

is very noisy in IPC fuzzing (we fuzz with --headless). We are ignoring all asserts except diagnostic asserts, so we would like to disable this one just for fuzzing using an ifdef.

Type: defect → enhancement

Actually, let me check what the caller here is. If it is a single spot, that might be a better place for a fix.

You need to log in before you can comment on or make changes to this bug.