Assertion failure: false (GFX: We should have caught all other errors.), at /builds/worker/workspace/build/src/dom/canvas/WebGLTextureUpload.cpp:1514
Categories
(Core :: Graphics: CanvasWebGL, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox67 | --- | unaffected |
People
(Reporter: jkratzer, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, testcase, Whiteboard: [gfx-noted])
Attachments
(2 files)
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 2•5 years ago
|
||
Maybe! We seem to be doing the right detection:
https://searchfox.org/mozilla-central/rev/da3f3eaaacb6fb344fd21ac29ace2da0e33f12d3/dom/canvas/WebGLExtensionCompressedTextureS3TC_SRGB.cpp#42
Updated•5 years ago
|
Comment 3•5 years ago
|
||
We have code that very explicitly checks for this, and this is what I hit on my Windows machine:
https://searchfox.org/mozilla-central/rev/da3f3eaaacb6fb344fd21ac29ace2da0e33f12d3/dom/canvas/WebGLTextureUpload.cpp#995
These changes landed in v45, so I'm not sure why this would repro in 59.
Can you retest this?
Comment 4•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Reporter | ||
Comment 5•5 years ago
|
||
:jgilbert, I can no longer reproduce this using the latest nightly. Bisection reveals the following fix range:
Start: b89a744deccb5be6113036d95c5c208e1ae2b59f (20181011035309)
End: e4220fa7a191903a814e8cf473cf544fe9762625 (20181011035433)
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b89a744deccb5be6113036d95c5c208e1ae2b59f&tochange=e4220fa7a191903a814e8cf473cf544fe9762625
Comment 6•5 years ago
|
||
Awesome, thanks!
Updated•5 years ago
|
Description
•