Open
Bug 1244058
Opened 9 years ago
Updated 1 year ago
Intermittent test_offscreencanvas_subworker.html | Test timed out
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Core
Graphics: Canvas2D
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: hiro, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [gfx-noted])
Comment hidden (Intermittent Failures Robot) |
https://treeherder.mozilla.org/logviewer.html#?job_id=16054702&repo=try
Thread 27 is waiting on the "UpdateAsyncCanvasRenderer Lock". It is not at all obvious to me why this monitor is reentrant, but that doesn't really matter here.
Thread 19 is the ImageBridgeChild thread and appears to be stuck in a GL call.
Thread 1 is shutting down and is waiting for the ImageBridgeChild thread to shut down.
The root cause presumably is thread 19 getting stuck in the GL call. That causes the worker thread to wait on the ImageBridgeChild thread indefinitely and have the test timeout. What I don't know is whether we're doing something wrong or whether this is some sort of driver issue (note this only happens on 10.6)
Flags: needinfo?(mtseng)
Updated•9 years ago
|
Whiteboard: [gfx-noted]
Comment hidden (Intermittent Failures Robot) |
Blocks: 1237259
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 6•9 years ago
|
||
Note, this timeout has an assertion triggered:
Assertion failure: didErase, at /builds/slave/try-m64-0000000000000000000000/build/src/gfx/gl/SharedSurface.cpp:364
https://treeherder.mozilla.org/logviewer.html#?job_id=18572738&repo=try
Comment 7•8 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 8•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(mephisto41)
You need to log in
before you can comment on or make changes to this bug.
Description
•