Closed
Bug 1822867
Opened 3 years ago
Closed 3 years ago
Over-aggressive warning for "ClientWaitSync must return TIMEOUT_EXPIRED until..."
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
The warning is accurate, but it's likely common for apps to be constructed such that they query one or a few times before returning to the event loop. Rather than asking them to refactor or workaround to avoid this (in this case merely pendantic) warning, we should just only warn if it looks like someone's spin-locking.
| Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:jgilbert, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Flags: needinfo?(lsalzman)
Flags: needinfo?(jgilbert)
Updated•3 years ago
|
Flags: needinfo?(lsalzman)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(jgilbert)
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/828b44a3c32b
Only generate "ClientWaitSync not ready yet" warning after 100th time. r=gfx-reviewers,lsalzman
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•