[Webkit-unassigned] [Bug 208076] New: ASSERTION FAILED: tex->getInternalFormat(target, level) == internalFormat

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 21 15:48:51 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208076

            Bug ID: 208076
           Summary: ASSERTION FAILED: tex->getInternalFormat(target,
                    level) == internalFormat
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: dino at apple.com

There are many tests crashing on the Catalina WebGL bot with the following assertion failure:

ASSERTION FAILED: tex->getInternalFormat(target, level) == internalFormat
./html/canvas/WebGLRenderingContextBase.cpp(4456) : void WebCore::WebGLRenderingContextBase::texSubImage2DBase(GCGLenum, GCGLint, GCGLint, GCGLint, GCGLsizei, GCGLsizei, GCGLenum, GCGLenum, GCGLenum, const void *)
1   0x3f8eb0439 WTFCrash
2   0x3dc43807b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x3df3dbae1 WebCore::WebGLRenderingContextBase::texSubImage2DBase(unsigned int, int, int, int, int, int, unsigned int, unsigned int, unsigned int, void const*)
4   0x3df3db55a WebCore::WebGLRenderingContextBase::texSubImage2DImpl(unsigned int, int, int, int, unsigned int, unsigned int, WebCore::Image*, WebCore::GraphicsContextGL::DOMSource, bool, bool)
5   0x3df3f31d7 WebCore::WebGLRenderingContextBase::texSubImage2D(unsigned int, int, int, int, unsigned int, unsigned int, WTF::Optional<WTF::Variant<WTF::RefPtr<WebCore::ImageBitmap, WTF::DumbPtrTraits<WebCore::ImageBitmap> >, WTF::RefPtr<WebCore::ImageData, WTF::DumbPtrTraits<WebCore::ImageData> >, WTF::RefPtr<WebCore::HTMLImageElement, WTF::DumbPtrTraits<WebCore::HTMLImageElement> >, WTF::RefPtr<WebCore::HTMLCanvasElement, WTF::DumbPtrTraits<WebCore::HTMLCanvasElement> >, WTF::RefPtr<WebCore::HTMLVideoElement, WTF::DumbPtrTraits<WebCore::HTMLVideoElement> > > >&&)::$_6::operator()(WTF::RefPtr<WebCore::HTMLCanvasElement, WTF::DumbPtrTraits<WebCore::HTMLCanvasElement> > const&) const

https://build.webkit.org/builders/Apple-Catalina-Debug-WK2-WebGL-Tests/builds/633

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200221/de8182c4/attachment.htm>


More information about the webkit-unassigned mailing list