Open
Bug 1795129
Opened 3 years ago
Updated 3 years ago
Noisy MOZ_DIAGNOSTIC_ASSERT(sGPUParent) in IPC fuzzing
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | affected |
People
(Reporter: decoder, Assigned: decoder)
Details
The diagnostic assert here
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.
| Assignee | ||
Updated•3 years ago
|
Type: defect → enhancement
| Assignee | ||
Comment 1•3 years ago
|
||
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.
Description
•